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

2019-02-27 Thread Eads, Gage
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, February 25, 2019 4:59 AM > To: Eads, Gage > Cc: dev@dpdk.org; arybche...@solarflare.com; Richardson, Bruce > ; Ananyev, Konstantin > ; gavin...@arm.com; > honnappa.nagaraha...@arm.com; n...@arm.co

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

2019-02-25 Thread Olivier Matz
On Fri, Feb 22, 2019 at 10:06:51AM -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 [...] > --- /dev/null > +++ b/test/test/test_stack.c >

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

2019-02-22 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 + test/test/Makefile | 2 + test/test/meson.build | 3 + test/test/test_stack.c