[dpdk-dev] [PATCH v6 0/2] mempool: add stack mempool handler

2016-07-01 Thread Thomas Monjalon
> > David Hunt (2) > > mempool: add stack (lifo) mempool handler > > test: migrate custom handler test to stack handler > > Acked-by: Olivier Matz Applied, thanks

[dpdk-dev] [PATCH v6 0/2] mempool: add stack mempool handler

2016-07-01 Thread Olivier MATZ
Hi Dave, On 07/01/2016 09:46 AM, David Hunt wrote: > This patch set adds a lifo stack handler to the external mempool > manager. > > This patch utilises the mempool handler feature which allows the addition > of new mempool handlers to DPDK. > > v6 changes: > * removed unneeded mp_ext variable

[dpdk-dev] [PATCH v6 0/2] mempool: add stack mempool handler

2016-07-01 Thread David Hunt
This patch set adds a lifo stack handler to the external mempool manager. This patch utilises the mempool handler feature which allows the addition of new mempool handlers to DPDK. v6 changes: * removed unneeded mp_ext variable. * added in a free for mp_stack after we're finished with it. v5