Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-05-03 Thread David Marchand
On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote: > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b > atomics > have to opt-in to a generic or C11 implementations. All other platforms us

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-05-03 Thread David Marchand
On Mon, May 3, 2021 at 8:35 PM Stanisław Kardach wrote: > On Mon, 3 May 2021, 16:28 Olivier Matz, wrote: >> On Mon, May 03, 2021 at 04:21:25PM +0200, David Marchand wrote: >> > On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach >> > wrote: >> > > >> > > I have added cc to sta...@dpdk.org becaus

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-05-03 Thread Stanisław Kardach
On Mon, 3 May 2021, 16:28 Olivier Matz, wrote: > On Mon, May 03, 2021 at 04:21:25PM +0200, David Marchand wrote: > > On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach > wrote: > > > > > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only > on a > > > subset of platforms, nam

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-05-03 Thread Olivier Matz
On Mon, May 03, 2021 at 04:21:25PM +0200, David Marchand wrote: > On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote: > > > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a > > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b > > atomics >

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-05-03 Thread David Marchand
On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote: > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b > atomics > have to opt-in to a generic or C11 implementations. All other platforms us

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-04-19 Thread Stanisław Kardach
On Fri, Apr 16, 2021 at 08:34:29AM +0200, David Marchand wrote: > On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote: > > > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a > > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b > > atomics >

Re: [dpdk-dev] [PATCH 0/3] add lock-free stack support discovery

2021-04-15 Thread David Marchand
On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote: > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b > atomics > have to opt-in to a generic or C11 implementations. All other platforms us