Re: [dpdk-dev] [PATCH v3 3/8] test/stack: add stack test

2019-03-14 Thread Olivier Matz
On Wed, Mar 06, 2019 at 08:45:54AM -0600, Gage Eads wrote: > stack_autotest performs positive and negative testing of the stack API, and > exercises the push and pop datapath functions with all available lcores. > > Signed-off-by: Gage Eads Reviewed-by: Olivier Matz

[dpdk-dev] [PATCH v3 3/8] test/stack: add stack test

2019-03-06 Thread Gage Eads
stack_autotest performs positive and negative testing of the stack API, and exercises the push and pop datapath functions with all available lcores. Signed-off-by: Gage Eads --- MAINTAINERS | 1 + app/test/Makefile | 2 + app/test/meson.build | 3 + app/test/test_stack.c | 4