Re: [PATCH v6 0/6] rte atomics API for optional stdatomic

2023-09-29 Thread David Marchand
Hello, On Tue, Aug 22, 2023 at 11:00 PM Tyler Retzlaff wrote: > > This series introduces API additions prefixed in the rte namespace that allow > the optional use of stdatomics.h from C11 using enable_stdatomics=true for > targets where enable_stdatomics=false no functional change is intended. >

Re: [PATCH v6 0/6] rte atomics API for optional stdatomic

2023-08-29 Thread Tyler Retzlaff
ping for additional reviewers. thanks! On Tue, Aug 22, 2023 at 02:00:39PM -0700, Tyler Retzlaff wrote: > This series introduces API additions prefixed in the rte namespace that allow > the optional use of stdatomics.h from C11 using enable_stdatomics=true for > targets where enable_stdatomics=f

[PATCH v6 0/6] rte atomics API for optional stdatomic

2023-08-22 Thread Tyler Retzlaff
This series introduces API additions prefixed in the rte namespace that allow the optional use of stdatomics.h from C11 using enable_stdatomics=true for targets where enable_stdatomics=false no functional change is intended. Be aware this does not contain all changes to use stdatomics across the D