diff options
author | 2015-10-26 18:13:18 +0200 | |
---|---|---|
committer | 2015-10-26 18:13:18 +0200 | |
commit | b77fef12a08d6d964e522eea6b2d846dfcc98b08 (patch) | |
tree | 25074c6aa5ccdc11dba5cfe94c61aaf6d61d9603 /src/pal | |
parent | 29550cab54a8d49647f0f2c34b04cc2fc97daaea (diff) |
RPC control plane now integarted with DPDK
Diffstat (limited to 'src/pal')
-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 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 |