Re: [PATCH v2 0/4] eal: update public API to use stdatomic atomics

2023-08-01 Thread Tyler Retzlaff
top post just a heads up on this series, please defer review until v3 is submitted. clang is stricter in atomic type enforcement than gcc so a new revision is needed that removes the direct use of intrinsics replacing them with the standard atomics for all _Atomic types. thanks On Mon, Jul 31,

RE: [PATCH v2 0/4] eal: update public API to use stdatomic atomics

2023-08-01 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Tuesday, 1 August 2023 07.04 > > Update EAL public API to use standard C11 atomics. In accordance with > technical board discussion February 2023. > http://mails.dpdk.org/archives/dev/2023-February/263516.html > > This initial s

[PATCH v2 0/4] eal: update public API to use stdatomic atomics

2023-07-31 Thread Tyler Retzlaff
Update EAL public API to use standard C11 atomics. In accordance with technical board discussion February 2023. http://mails.dpdk.org/archives/dev/2023-February/263516.html This initial series makes no attempt to adapt every use of builtin atomics from GCC it intends only to adapt the public API o