diff options
author | 2016-10-13 16:52:56 +0300 | |
---|---|---|
committer | 2016-10-13 16:52:56 +0300 | |
commit | d94450a962cbd016f616e29a21dfd1930f8ed520 (patch) | |
tree | e33eaedf35165c49d6af92f8f3281a577ee7a524 /src/dpdk/lib/librte_mbuf | |
parent | 7e953084e99c95c67f8e76edc893fca4c8e14cc9 (diff) |
Revert "Fix bundeling in file names to bundling"
This reverts commit 9ed37dfeed71c3adac59f02e08ee08627bd7924c.
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
Diffstat (limited to 'src/dpdk/lib/librte_mbuf')
-rw-r--r-- | src/dpdk/lib/librte_mbuf/rte_mbuf.h | 2 |
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 0f1fcbcf..9e607992 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_bundling.yaml -m 35 -p -d 100 + // sudo ./t-rex-64-o -f avl/sfr_delay_10_1g_no_bundeling.yaml -m 35 -p -d 100 #if 0 /* * The atomic_add is an expensive operation, so we don't want to |