Re: [PATCH v2 00/19] use rte optional stdatomic API

2023-10-17 Thread Stephen Hemminger
On Tue, 17 Oct 2023 13:30:58 -0700 Tyler Retzlaff wrote: > Replace the use of gcc builtin __atomic_xxx intrinsics with > corresponding rte_atomic_xxx optional stdatomic API. > > v2: > * add #include to rte_mbuf_core.h > * remove first two patches which were fixes that have > been merged

[PATCH v2 00/19] use rte optional stdatomic API

2023-10-17 Thread Tyler Retzlaff
Replace the use of gcc builtin __atomic_xxx intrinsics with corresponding rte_atomic_xxx optional stdatomic API. v2: * add #include to rte_mbuf_core.h * remove first two patches which were fixes that have been merged in another series Tyler Retzlaff (19): power: use rte optional stdato