Re: [dpdk-dev] [PATCH 2/3] stack: add lock-free support indication

2021-04-27 Thread Olivier Matz
On Mon, Apr 12, 2021 at 10:29:00AM +0200, Stanislaw Kardach wrote: > Currently it is impossible to detect programatically whether lock-free > implementation of rte_stack is supported. One could check whether the > header guard for lock-free stubs is defined (_RTE_STACK_LF_STUBS_H_) but > that's an

[dpdk-dev] [PATCH 2/3] stack: add lock-free support indication

2021-04-12 Thread Stanislaw Kardach
Currently it is impossible to detect programatically whether lock-free implementation of rte_stack is supported. One could check whether the header guard for lock-free stubs is defined (_RTE_STACK_LF_STUBS_H_) but that's an unstable implementation detail. Because of that currently all lock-free rin