numam-dpdk/lib/librte_mempool
Olivier Matz b32037f7ef mempool: use specific macro for object alignment
For consistency, RTE_MEMPOOL_ALIGN should be used in place of
RTE_CACHE_LINE_SIZE. They have the same value, because the only arch
that was defining a specific value for it has been removed from DPDK.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
2019-11-06 11:34:19 +01:00
..
Makefile mempool: remove deprecated functions 2018-08-05 23:41:57 +02:00
meson.build mempool: remove deprecated functions 2018-08-05 23:41:57 +02:00
rte_mempool_ops_default.c mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00
rte_mempool_ops.c mempool: reduce wasted space on populate 2019-11-06 11:11:10 +01:00
rte_mempool_version.map mempool: introduce helpers for populate and required size 2019-11-06 11:11:13 +01:00
rte_mempool.c mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00
rte_mempool.h mempool: use specific macro for object alignment 2019-11-06 11:34:19 +01:00