Re: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-25 Thread Tyler Retzlaff
On Wed, Oct 25, 2023 at 03:49:50PM -0700, Tyler Retzlaff wrote: > On Wed, Oct 25, 2023 at 10:06:23AM +, Konstantin Ananyev wrote: > > > > > > > > > > On Tue, Oct 24, 2023 at 09:43:13AM +0100, Konstantin Ananyev wrote: > > > > 17.10.2023 21:31, Tyler Retzlaff пишет: > > > > >Replace the use o

Re: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-25 Thread Tyler Retzlaff
On Wed, Oct 25, 2023 at 10:06:23AM +, Konstantin Ananyev wrote: > > > > > > On Tue, Oct 24, 2023 at 09:43:13AM +0100, Konstantin Ananyev wrote: > > > 17.10.2023 21:31, Tyler Retzlaff пишет: > > > >Replace the use of gcc builtin __atomic_xxx intrinsics with > > > >corresponding rte_atomic_xxx

RE: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-25 Thread Konstantin Ananyev
> > On Tue, Oct 24, 2023 at 09:43:13AM +0100, Konstantin Ananyev wrote: > > 17.10.2023 21:31, Tyler Retzlaff пишет: > > >Replace the use of gcc builtin __atomic_xxx intrinsics with > > >corresponding rte_atomic_xxx optional stdatomic API > > > > > >Signed-off-by: Tyler Retzlaff > > >--- > > >

RE: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-24 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 24 October 2023 17.59 > > On Tue, Oct 24, 2023 at 11:56:11AM +0200, Morten Brørup wrote: > > > From: Konstantin Ananyev [mailto:konstantin.v.anan...@yandex.ru] > > > Sent: Tuesday, 24 October 2023 10.43 > > > > > > 17.10

Re: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-24 Thread Tyler Retzlaff
On Tue, Oct 24, 2023 at 09:43:13AM +0100, Konstantin Ananyev wrote: > 17.10.2023 21:31, Tyler Retzlaff пишет: > >Replace the use of gcc builtin __atomic_xxx intrinsics with > >corresponding rte_atomic_xxx optional stdatomic API > > > >Signed-off-by: Tyler Retzlaff > >--- > > drivers/net/mlx5/mlx5

Re: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-24 Thread Tyler Retzlaff
On Tue, Oct 24, 2023 at 11:56:11AM +0200, Morten Brørup wrote: > > From: Konstantin Ananyev [mailto:konstantin.v.anan...@yandex.ru] > > Sent: Tuesday, 24 October 2023 10.43 > > > > 17.10.2023 21:31, Tyler Retzlaff пишет: > > > Replace the use of gcc builtin __atomic_xxx intrinsics with > > > corre

RE: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-24 Thread Morten Brørup
> From: Konstantin Ananyev [mailto:konstantin.v.anan...@yandex.ru] > Sent: Tuesday, 24 October 2023 10.43 > > 17.10.2023 21:31, Tyler Retzlaff пишет: > > Replace the use of gcc builtin __atomic_xxx intrinsics with > > corresponding rte_atomic_xxx optional stdatomic API > > > > Signed-off-by: Tyler

Re: [PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-24 Thread Konstantin Ananyev
17.10.2023 21:31, Tyler Retzlaff пишет: Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- drivers/net/mlx5/mlx5_hws_cnt.h | 2 +- lib/ring/rte_ring_c11_pvt.h | 33 +---

[PATCH v2 19/19] ring: use rte optional stdatomic API

2023-10-17 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API Signed-off-by: Tyler Retzlaff --- drivers/net/mlx5/mlx5_hws_cnt.h | 2 +- lib/ring/rte_ring_c11_pvt.h | 33 + lib/ring/rte_ring_core.h