Re: [dpdk-dev] [PATCH 3/3] test: run lock-free stack tests when supported

2021-04-27 Thread Olivier Matz
On Mon, Apr 12, 2021 at 10:29:01AM +0200, Stanislaw Kardach wrote: > Use the recently added RTE_STACK_LF_SUPPORTED flag to disable the > lock-free stack tests at the compile time. > Perf test doesn't fail because rte_ring_create() succeeds, however > marking this test as skipped gives a better indi

[dpdk-dev] [PATCH 3/3] test: run lock-free stack tests when supported

2021-04-12 Thread Stanislaw Kardach
Use the recently added RTE_STACK_LF_SUPPORTED flag to disable the lock-free stack tests at the compile time. Perf test doesn't fail because rte_ring_create() succeeds, however marking this test as skipped gives a better indication of what actually was tested. Signed-off-by: Stanislaw Kardach Cc: