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