[dpdk-dev] [PATCH 0/6] external mempool manager

2016-02-29 Thread Hunt, David
On 2/19/2016 1:25 PM, Olivier MATZ wrote: > Hi, > > On 02/16/2016 03:48 PM, David Hunt wrote: >> Hi list. >> >> Here's the v2 version of a proposed patch for an external mempool manager > Just to notice the "v2" is missing in the title, it would help > to have it for next versions of the series.

[dpdk-dev] [PATCH 0/6] external mempool manager

2016-02-19 Thread Olivier MATZ
Hi, On 02/16/2016 03:48 PM, David Hunt wrote: > Hi list. > > Here's the v2 version of a proposed patch for an external mempool manager Just to notice the "v2" is missing in the title, it would help to have it for next versions of the series. Regards, Olivier

[dpdk-dev] [PATCH 0/6] external mempool manager

2016-02-16 Thread David Hunt
Hi list. Here's the v2 version of a proposed patch for an external mempool manager v2 changes: * There was a lot of duplicate code between rte_mempool_xmem_create and rte_mempool_create_ext. This has now been refactored and is now hopefully cleaner. * The RTE_NEXT_ABI define is now used