mempool: remove macro to check if contiguous
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:35 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:13 +0000 (14:40 +0200)
commita2ccd6b7426f37564e18ccd1ef8b57ce14a4d119
tree94ec20b99c266076e5708468baa15de1653000ed
parent62354585159abac8af9e5c7542bf0f6a71d51fe0
mempool: remove macro to check if contiguous

This commit removes MEMPOOL_IS_CONTIG().

The next commits will change the behavior of the mempool library so that
the objects will never be allocated in the same memzone than the mempool
header. Therefore, there is no reason to keep this macro that would
always return 0.

This macro was only used in app/test.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
app/test/test_mempool.c
lib/librte_mempool/rte_mempool.h