From 587f97686900f757b173469a2b231ede6705c568 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Mon, 26 Oct 2015 16:49:19 +0200 Subject: stateless dp works with static packet --- src/pal/linux/mbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pal') diff --git a/src/pal/linux/mbuf.h b/src/pal/linux/mbuf.h index 693b095a..41274e64 100755 --- a/src/pal/linux/mbuf.h +++ b/src/pal/linux/mbuf.h @@ -185,7 +185,9 @@ static inline void utl_rte_pktmbuf_add_last(rte_mbuf_t *m,rte_mbuf_t *m_last){ #define __rte_cache_aligned + #define CACHE_LINE_SIZE 64 +#define RTE_CACHE_LINE_SIZE 64 #define SOCKET_ID_ANY 0 -- cgit From b77fef12a08d6d964e522eea6b2d846dfcc98b08 Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 26 Oct 2015 18:13:18 +0200 Subject: RPC control plane now integarted with DPDK --- src/pal/linux/mbuf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pal') diff --git a/src/pal/linux/mbuf.h b/src/pal/linux/mbuf.h index 693b095a..af01590e 100755 --- a/src/pal/linux/mbuf.h +++ b/src/pal/linux/mbuf.h @@ -187,6 +187,8 @@ 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 (CACHE_LINE_SIZE) + #define SOCKET_ID_ANY 0 #endif -- cgit From 99109fa49c9a4d09a69172367911758892203ee2 Mon Sep 17 00:00:00 2001 From: imarom Date: Mon, 26 Oct 2015 18:20:57 +0200 Subject: few breakage to the test simulation --- src/pal/linux/mbuf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/pal') 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 -- cgit