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

2016-06-28 Thread Lazaros Koromilas
Hi Olivier, thanks for fixing those, just one comment below On Mon, Jun 27, 2016 at 4:50 PM, Olivier Matz wrote: > From: Lazaros Koromilas > > The mempool cache is only available to EAL threads as a per-lcore > resource. Change this so that the user can create and provide their own > cache on me

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

2016-06-27 Thread Olivier Matz
From: Lazaros Koromilas The mempool cache is only available to EAL threads as a per-lcore resource. Change this so that the user can create and provide their own cache on mempool get and put operations. This works with non-EAL threads too. This commit introduces the new API calls: rte_mempoo