Re: [dpdk-dev] [PATCH v2 6/6] mempool: use the specific macro for object alignment

2019-10-30 Thread Andrew Rybchenko
On 10/30/19 5:36 PM, Olivier Matz wrote: 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 Reviewed-by: Andrew Ryb

[dpdk-dev] [PATCH v2 6/6] mempool: use the specific macro for object alignment

2019-10-30 Thread Olivier Matz
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 --- lib/librte_mempool/rte_mempool.c | 2 +- lib/librte