diff options
Diffstat (limited to 'src/pal/linux/mbuf.h')
-rwxr-xr-x | src/pal/linux/mbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/linux/mbuf.h b/src/pal/linux/mbuf.h index 41274e64..5bfb996a 100755 --- a/src/pal/linux/mbuf.h +++ b/src/pal/linux/mbuf.h @@ -189,6 +189,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 64 +#define RTE_CACHE_LINE_SIZE (CACHE_LINE_SIZE) + #define SOCKET_ID_ANY 0 #endif |