diff options
Diffstat (limited to 'tests/headers/layout_mbuf.h')
-rw-r--r-- | tests/headers/layout_mbuf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/headers/layout_mbuf.h b/tests/headers/layout_mbuf.h index 0bb653b0..dc1c1b24 100644 --- a/tests/headers/layout_mbuf.h +++ b/tests/headers/layout_mbuf.h @@ -1,3 +1,4 @@ + #define RTE_CACHE_LINE_MIN_SIZE 64 /**< Minimum Cache line size. */ #define RTE_CACHE_LINE_SIZE 64 @@ -183,4 +184,4 @@ struct rte_mbuf { /** Timesync flags for use with IEEE1588. */ uint16_t timesync; -} __rte_cache_aligned; +} __rte_cache_aligned;
\ No newline at end of file |