summaryrefslogtreecommitdiffstats
path: root/src/dpdk
diff options
context:
space:
mode:
authorIdo Barnea <ibarnea@cisco.com>2016-10-13 14:20:01 +0300
committerIdo Barnea <ibarnea@cisco.com>2016-10-13 14:26:53 +0300
commit9ed37dfeed71c3adac59f02e08ee08627bd7924c (patch)
treea7b475cc969dcb0091c51f8ab4e0715df5531a74 /src/dpdk
parent034a89b3319ffce0c7bef9576ee80a35dcb217b2 (diff)
Fix bundeling in file names to bundling
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/dpdk')
-rw-r--r--src/dpdk/lib/librte_mbuf/rte_mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dpdk/lib/librte_mbuf/rte_mbuf.h b/src/dpdk/lib/librte_mbuf/rte_mbuf.h
index 9e607992..0f1fcbcf 100644
--- a/src/dpdk/lib/librte_mbuf/rte_mbuf.h
+++ b/src/dpdk/lib/librte_mbuf/rte_mbuf.h
@@ -1060,7 +1060,7 @@ static inline uint16_t
rte_mbuf_refcnt_update(struct rte_mbuf *m, int16_t value)
{
// TREX_PATCH - The code in #if 0 caused tx queue to hang when running:
- // sudo ./t-rex-64-o -f avl/sfr_delay_10_1g_no_bundeling.yaml -m 35 -p -d 100
+ // sudo ./t-rex-64-o -f avl/sfr_delay_10_1g_no_bundling.yaml -m 35 -p -d 100
#if 0
/*
* The atomic_add is an expensive operation, so we don't want to