diff options
author | Hanoh Haim <hhaim@cisco.com> | 2015-10-26 16:49:19 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2015-10-26 16:49:19 +0200 |
commit | 587f97686900f757b173469a2b231ede6705c568 (patch) | |
tree | 97f41581406211346f7e4c757e055c42bf620752 /src/pal/linux | |
parent | 44d266232d124bb277f6dec965a04dd93e47fb55 (diff) |
stateless dp works with static packet
Diffstat (limited to 'src/pal/linux')
-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..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 |