test/mempool: improve default mempool ops selection
authorJerin Jacob <jerin.jacob@caviumnetworks.com>
Tue, 9 Jan 2018 15:57:08 +0000 (21:27 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 18 Jan 2018 14:08:32 +0000 (15:08 +0100)
commitcbe1800c81952f5259f30b2d723dd21e12044460
treea7407d32273adcf34e5cd23163937efccd2fa0e5
parent5cbf8b4a0293d46649be06e7281be509531b5bc2
test/mempool: improve default mempool ops selection

Use of rte_eal_mbuf_default_mempool_ops() API will
allow to override pool handler through "--mbuf-pool-ops-name"
eal command line argument.

Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Santosh Shukla <santosh.shukla@caviumnetworks.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
test/test/test_mempool.c