Re: [PATCH v6 00/45] use stdatomic API

2024-05-17 Thread Tyler Retzlaff
On Fri, May 17, 2024 at 06:58:57PM +0200, David Marchand wrote: > On Tue, May 14, 2024 at 6:36 PM Tyler Retzlaff > wrote: > > > > This series converts all non-generic built atomics to use the rte_atomic > > macros that allow optional enablement of standard C11 atomics. > > > > Use of generic atomi

Re: [PATCH v6 00/45] use stdatomic API

2024-05-17 Thread David Marchand
On Tue, May 14, 2024 at 6:36 PM Tyler Retzlaff wrote: > > This series converts all non-generic built atomics to use the rte_atomic > macros that allow optional enablement of standard C11 atomics. > > Use of generic atomics for non-scalar types are not converted in this > change and will be evaluat

[PATCH v6 00/45] use stdatomic API

2024-05-14 Thread Tyler Retzlaff
This series converts all non-generic built atomics to use the rte_atomic macros that allow optional enablement of standard C11 atomics. Use of generic atomics for non-scalar types are not converted in this change and will be evaluated as a part of a separate series. Specifically conversion of lib/