[dpdk-dev] [PATCH v5 0/3] mempool: user-owned mempool caches

2016-06-30 Thread Thomas Monjalon
> Lazaros Koromilas (3): > mempool: deprecate specific get and put functions > mempool: use bit flags to set multi consumers and producers > mempool: allow for user-owned mempool caches Applied with release nots additions, thanks

[dpdk-dev] [PATCH v5 0/3] mempool: user-owned mempool caches

2016-06-29 Thread Lazaros Koromilas
Updated version of the user-owned cache patchset. It applies on top of the latest v15 external mempool manager patches from David Hunt [1]. [1] http://dpdk.org/ml/archives/dev/2016-June/042004.html v5 changes: * Rework error path macros in tests. * Update documentation. * Style fixes. v4 ch