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

2024-05-06 Thread Patrick Robb
Recheck-request: iol-broadcom-Performance On Mon, May 6, 2024 at 1:58 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 conv

[PATCH v5 00/45] use stdatomic API

2024-05-06 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/