Re: [dpdk-dev] [PATCH 2/7] mempool/stack: convert mempool to use rte stack

2019-02-25 Thread Olivier Matz
On Fri, Feb 22, 2019 at 10:06:50AM -0600, Gage Eads wrote: > 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 Reviewed-by: Olivier Matz

[dpdk-dev] [PATCH 2/7] mempool/stack: convert mempool to use rte stack

2019-02-22 Thread Gage Eads
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 --- MAINTAINERS | 2 +- drivers/mempool/stack/Makefile| 3 +- dri