Re: [dpdk-dev] [PATCH v8 2/2] mbuf: add unit test for bulk alloc/free functions

2019-10-16 Thread Olivier Matz
Hi Morten, On Fri, Oct 11, 2019 at 12:14:58PM +, Morten Brørup wrote: > Add unit test for functions for allocating and freeing a bulk of mbufs. > > Signed-off-by: Morten Brørup Few minor comments below. You can add my ack in the next version. > --- > app/test/test_mbuf.c | 171 +++

[dpdk-dev] [PATCH v8 2/2] mbuf: add unit test for bulk alloc/free functions

2019-10-11 Thread Morten Brørup
Add unit test for functions for allocating and freeing a bulk of mbufs. Signed-off-by: Morten Brørup --- app/test/test_mbuf.c | 171 +++ 1 file changed, 171 insertions(+) diff --git a/app/test/test_mbuf.c b/app/test/test_mbuf.c index 2a97afe20..fbce0ca7c