[dpdk-dev] v2 mempool: add stack (lifo) mempool handler

2016-05-19 Thread Hunt, David
On 5/19/2016 3:48 PM, David Hunt wrote: > This patch set adds a fifo stack handler to the external mempool > manager. Apologies, cut and paste error, should be lifo stack handler. I thought I'd caught all of these... > This patch set depends on the 3 part external mempool handler > patch set (

[dpdk-dev] v2 mempool: add stack (lifo) mempool handler

2016-05-19 Thread David Hunt
This patch set adds a fifo stack handler to the external mempool manager. This patch set depends on the 3 part external mempool handler patch set (v5 of the series): http://dpdk.org/ml/archives/dev/2016-May/039364.html v2 changes: * updated based on mailing list feedback (Thanks Stephen) * ch