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

2016-07-01 Thread Olivier MATZ
Hi David, On 06/30/2016 08:05 PM, David Hunt wrote: > 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

[dpdk-dev] [PATCH v5 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