[dpdk-dev] [PATCH 3/5] mempool: add custom external mempool handler example

2016-01-28 Thread Jerin Jacob
On Tue, Jan 26, 2016 at 05:25:53PM +, David Hunt wrote: > adds a simple ring-based mempool handler using mallocs for each object nit, $ git am /export/dh/3 Applying: mempool: add custom external mempool handler example /export/dpdk-master/.git/rebase-apply/patch:184: new blank line at EOF. +

[dpdk-dev] [PATCH 3/5] mempool: add custom external mempool handler example

2016-01-26 Thread David Hunt
adds a simple ring-based mempool handler using mallocs for each object Signed-off-by: David Hunt --- lib/librte_mempool/Makefile | 1 + lib/librte_mempool/custom_mempool.c | 160 2 files changed, 161 insertions(+) create mode 100644