mempool: use the specific macro for object alignment mempool4
authorOlivier Matz <olivier.matz@6wind.com>
Mon, 4 Nov 2019 15:12:54 +0000 (16:12 +0100)
committerOlivier Matz <olivier.matz@6wind.com>
Tue, 5 Nov 2019 15:03:11 +0000 (16:03 +0100)
commita4e4c201031ca859151a02fa4dc86627bc277ba6
tree80f0b9a96b499176fb95a92ee2d6e8cf7a0d236e
parent0775d3e2fa3f5a8e7c8b0f79151e1ff026714874
mempool: use the 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>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h
lib/librte_mempool/rte_mempool_ops_default.c