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

2016-06-27 Thread Olivier MATZ
Hi Lazaros, On 06/27/2016 05:50 PM, Olivier Matz wrote: > Updated version of the user-owned cache patchset. It applies on top of > the latest external mempool manager patches from David Hunt [1]. > > [1] http://dpdk.org/ml/archives/dev/2016-June/041479.html > > v4 changes: > > * Fix compilat

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

2016-06-27 Thread Olivier Matz
Updated version of the user-owned cache patchset. It applies on top of the latest external mempool manager patches from David Hunt [1]. [1] http://dpdk.org/ml/archives/dev/2016-June/041479.html v4 changes: * Fix compilation with shared libraries * Add a GOTO_ERR() macro to factorize code in t