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

2024-03-28 Thread Tyler Retzlaff
Recheck-request: iol-unit-amd64-testing

[PATCH v3 00/45] use stdatomic API

2024-03-27 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