mempool/stack: use stack library
authorGage Eads <gage.eads@intel.com>
Wed, 3 Apr 2019 23:20:14 +0000 (18:20 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Apr 2019 20:06:16 +0000 (22:06 +0200)
commit734bdeb01cc6d69274f3b035da103ac76a40637d
tree8182971608b1d6f45ffcda109f5978908e264f9f
parent05d3b5283cc1a61b2e204ddd6bc30b6f3053f280
mempool/stack: use stack library

The new rte_stack library is derived from the mempool handler, so this
commit removes duplicated code and simplifies the handler by migrating it
to this new API.

Signed-off-by: Gage Eads <gage.eads@intel.com>
Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
MAINTAINERS
drivers/mempool/stack/Makefile
drivers/mempool/stack/meson.build
drivers/mempool/stack/rte_mempool_stack.c