[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-24 Thread Jan Viktorin
On Fri, 24 Jun 2016 13:24:56 +0200 Thomas Monjalon wrote: > 2016-06-24 13:20, Jan Viktorin: > > thanks for the patchset. I am sorry, I didn't have any time for DPDK this > > week > > and didn't test it before applying. The current master produces the > > following > > error in my regular

[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-24 Thread Thomas Monjalon
2016-06-24 13:20, Jan Viktorin: > thanks for the patchset. I am sorry, I didn't have any time for DPDK this week > and didn't test it before applying. The current master produces the following > error in my regular builds: > > INSTALL-LIB librte_eal.a > == Build lib/librte_ring > CC

[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-24 Thread Jan Viktorin
On Fri, 24 Jun 2016 04:55:39 + "Wiles, Keith" wrote: > On 6/23/16, 11:22 PM, "dev on behalf of Thomas Monjalon" dpdk.org on behalf of thomas.monjalon at 6wind.com> wrote: > > >> David Hunt (2): > >> mempool: support mempool handler operations > >> app/test: test mempool handler > >>

[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-24 Thread Wiles, Keith
On 6/23/16, 11:22 PM, "dev on behalf of Thomas Monjalon" wrote: >> David Hunt (2): >> mempool: support mempool handler operations >> app/test: test mempool handler >> mbuf: make default mempool ops configurable at build > >Applied, thanks for the nice feature > >I'm sorry David, the

[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-24 Thread Thomas Monjalon
> David Hunt (2): > mempool: support mempool handler operations > app/test: test mempool handler > mbuf: make default mempool ops configurable at build Applied, thanks for the nice feature I'm sorry David, the revision record is v17 ;)

[dpdk-dev] [PATCH v16 0/3] mempool: add mempool handler feature

2016-06-22 Thread David Hunt
Here's the latest version of the Mempool Handler patch set. It's re-based on top of the latest head as of 20/6/2016, including Olivier's 35-part patch series on mempool re-org [1] [1] http://dpdk.org/ml/archives/dev/2016-May/039229.html v16 changes: * Changed rte_mempool_ops_get() to