Re: [dpdk-dev] [PATCH 6/7] test/stack: add non-blocking stack tests

2019-02-25 Thread Olivier Matz
On Fri, Feb 22, 2019 at 10:06:54AM -0600, Gage Eads wrote: > This commit adds non-blocking stack variants of stack_autotest > (stack_nb_autotest) and stack_perf_autotest (stack_nb_perf_autotest), > which differ only in that the non-blocking versions pass the STACK_F_NB > flag to all rte_stack_creat

[dpdk-dev] [PATCH 6/7] test/stack: add non-blocking stack tests

2019-02-22 Thread Gage Eads
This commit adds non-blocking stack variants of stack_autotest (stack_nb_autotest) and stack_perf_autotest (stack_nb_perf_autotest), which differ only in that the non-blocking versions pass the STACK_F_NB flag to all rte_stack_create() calls. Signed-off-by: Gage Eads --- test/test/meson.build