[dpdk-dev] [PATCH v10 2/3] app/test: test external mempool manager

2016-06-14 Thread Shreyansh Jain
> -Original Message- > From: David Hunt [mailto:david.hunt at intel.com] > Sent: Tuesday, June 14, 2016 3:16 PM > To: dev at dpdk.org > Cc: olivier.matz at 6wind.com; viktorin at rehivetech.com; > jerin.jacob at caviumnetworks.com; Shreyansh Jain ; > David Hunt > Subject: [PATCH v10 2/3] a

[dpdk-dev] [PATCH v10 2/3] app/test: test external mempool manager

2016-06-14 Thread David Hunt
Use a minimal custom mempool external ops and check that it also passes basic mempool autotests. Signed-off-by: Olivier Matz Signed-off-by: David Hunt --- app/test/test_mempool.c | 122 +++- 1 file changed, 120 insertions(+), 2 deletions(-) diff --gi