[dpdk-dev] [PATCH 1/6] mempool: add external mempool manager support

2016-03-04 Thread Olivier MATZ
Hi David, On 02/29/2016 12:11 PM, Hunt, David wrote: >> Also, I'm sorry but it seems that several comments or question I've made >> in http://dpdk.org/ml/archives/dev/2016-February/032706.html are >> not addressed. >> >> Examples: >> - putting some part of the patch in separate commits >> - meanin

[dpdk-dev] [PATCH 1/6] mempool: add external mempool manager support

2016-02-29 Thread Hunt, David
On 2/19/2016 1:30 PM, Olivier MATZ wrote: > Hi David, > > On 02/16/2016 03:48 PM, David Hunt wrote: >> Adds the new rte_mempool_create_ext api and callback mechanism for >> external mempool handlers >> >> Modifies the existing rte_mempool_create to set up the handler_idx to >> the relevant mempool

[dpdk-dev] [PATCH 1/6] mempool: add external mempool manager support

2016-02-19 Thread Olivier MATZ
Hi David, On 02/16/2016 03:48 PM, David Hunt wrote: > Adds the new rte_mempool_create_ext api and callback mechanism for > external mempool handlers > > Modifies the existing rte_mempool_create to set up the handler_idx to > the relevant mempool handler based on the handler name: > ring_sp_sc

[dpdk-dev] [PATCH 1/6] mempool: add external mempool manager support

2016-02-16 Thread David Hunt
Adds the new rte_mempool_create_ext api and callback mechanism for external mempool handlers Modifies the existing rte_mempool_create to set up the handler_idx to the relevant mempool handler based on the handler name: ring_sp_sc ring_mp_mc ring_sp_mc ring_mp_sc v2: merges the dup