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 1.2.3-korg