Re: [PATCH 00/46] use stdatomic API

2024-03-21 Thread Tyler Retzlaff
On Thu, Mar 21, 2024 at 08:33:23AM -0700, Stephen Hemminger wrote: > On Wed, 20 Mar 2024 13:50:46 -0700 > 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

[PATCH 00/46] use stdatomic API

2024-03-20 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. Note if this series ends up re