diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/bp_gtest.cpp | 2 | ||||
-rwxr-xr-x | src/pal/linux/mbuf.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/bp_gtest.cpp b/src/bp_gtest.cpp index 556aa414..e3145f2a 100755 --- a/src/bp_gtest.cpp +++ b/src/bp_gtest.cpp @@ -2759,7 +2759,7 @@ TEST_F(gt_ring, ring1) { TEST_F(gt_ring, ring2) { CMessagingManager ringmg; - ringmg.Create(8); + ringmg.Create(8, "test"); int i; for (i=0; i<8; i++) { diff --git a/src/pal/linux/mbuf.h b/src/pal/linux/mbuf.h index 5bfb996a..35a442bf 100755 --- a/src/pal/linux/mbuf.h +++ b/src/pal/linux/mbuf.h @@ -188,9 +188,6 @@ static inline void utl_rte_pktmbuf_add_last(rte_mbuf_t *m,rte_mbuf_t *m_last){ #define CACHE_LINE_SIZE 64 #define RTE_CACHE_LINE_SIZE 64 - -#define RTE_CACHE_LINE_SIZE (CACHE_LINE_SIZE) - #define SOCKET_ID_ANY 0 #endif |