Re: [PATCH v3 00/19] use rte optional stdatomic API

2023-10-30 Thread David Marchand
On Thu, Oct 26, 2023 at 2:32 AM Tyler Retzlaff wrote: > > Replace the use of gcc builtin __atomic_xxx intrinsics with > corresponding rte_atomic_xxx optional stdatomic API. > > v3: > * add missing atomic specification on head variable > in struct rte_ring_headtail > * adapt to use rte_atom

Re: [PATCH v3 00/19] use rte optional stdatomic API

2023-10-26 Thread David Marchand
On Thu, Oct 26, 2023 at 2:32 AM Tyler Retzlaff wrote: > > Replace the use of gcc builtin __atomic_xxx intrinsics with > corresponding rte_atomic_xxx optional stdatomic API. > > v3: > * add missing atomic specification on head variable > in struct rte_ring_headtail > * adapt to use rte_atom

[PATCH v3 00/19] use rte optional stdatomic API

2023-10-25 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API. v3: * add missing atomic specification on head variable in struct rte_ring_headtail * adapt to use rte_atomic_xxx stdatomic API in rte_ring_c11_pvt.h * split comma operator st