[dpdk-dev] [PATCH v3 0/4] external mempool manager

2016-04-12 Thread Yuanhan Liu
On Wed, Mar 09, 2016 at 09:50:33AM +, David Hunt wrote: ... > The external mempool manager needs to provide the following functions. > 1. alloc - allocates the mempool memory, and adds each object onto a ring > 2. put - puts an object back into the mempool once an application has >

[dpdk-dev] [PATCH v3 0/4] external mempool manager

2016-03-09 Thread Hunt, David
On 3/9/2016 9:50 AM, David Hunt wrote: > * removed stack hanler, may re-introduce at a later date > Some comments regarding this have made good points to keep this handler in. Will do in v4. Regards, David.

[dpdk-dev] [PATCH v3 0/4] external mempool manager

2016-03-09 Thread David Hunt
Hi list. Here's the v3 version patch for an external mempool manager v3 changes: * simplified the file layout, renamed to rte_mempool_handler.[hc] * moved the default handlers into rte_mempool_default.c * moved the example handler out into app/test/test_ext_mempool.c * removed is_mc/is_mp cha