[dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to stack handler

2016-06-30 Thread Thomas Monjalon
2016-06-30 18:36, Hunt, David: > On 30/6/2016 10:45 AM, Thomas Monjalon wrote: > > Hi David, > > > > There is a compilation error: > > > > app/test/test_mempool.c:598:6: error: > > too few arguments to function ?test_mempool_basic? > > > > Please send a v5, thanks. > > Thomas, after the second com

[dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to stack handler

2016-06-30 Thread Hunt, David
On 30/6/2016 6:46 PM, Thomas Monjalon wrote: > 2016-06-30 18:36, Hunt, David: >> On 30/6/2016 10:45 AM, Thomas Monjalon wrote: >>> Hi David, >>> >>> There is a compilation error: >>> >>> app/test/test_mempool.c:598:6: error: >>> too few arguments to function ?test_mempool_basic? >>> >>> Please se

[dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to stack handler

2016-06-30 Thread Hunt, David
On 30/6/2016 10:45 AM, Thomas Monjalon wrote: > Hi David, > > There is a compilation error: > > app/test/test_mempool.c:598:6: error: > too few arguments to function ?test_mempool_basic? > > Please send a v5, thanks. Thomas, after the second commit patch-set is applied, there should only be 585

[dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to stack handler

2016-06-30 Thread Thomas Monjalon
Hi David, There is a compilation error: app/test/test_mempool.c:598:6: error: too few arguments to function ?test_mempool_basic? Please send a v5, thanks.

[dpdk-dev] [PATCH v4 2/2] test: migrate custom handler test to stack handler

2016-06-30 Thread David Hunt
After introducing the stack handler in the previous commit, we now have very similar code to the custom handler in test_mempool.c, which creates a custom mempool based on simple mallocs. The stack handler is a cleaner example of adding a new mempool handler, so this commit replaces the custom handl