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

2019-11-05 Thread Olivier Matz
On Tue, Nov 05, 2019 at 03:15:13PM +0300, Andrew Rybchenko wrote: > On 11/4/19 6:12 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 be

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

2019-11-05 Thread Andrew Rybchenko
On 11/4/19 6:12 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: Andr

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

2019-11-04 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 Reviewed-by: Andrew Rybchenko Acked-by: Nipun Gupta --- drivers/m