Re: [PATCH] eal: abstract compiler atomics

2023-01-31 Thread Tyler Retzlaff
hi folks, just raising this to the top of mailboxes to call for reviewers. it's going to be a lot of work by the time it's done so your feedback is gretly appreciated. thanks! On Thu, Jan 12, 2023 at 01:26:24PM -0800, Tyler Retzlaff wrote: > Introduce an abstraction for compiler specific atomics

[PATCH] eal: abstract compiler atomics

2023-01-12 Thread Tyler Retzlaff
Introduce an abstraction for compiler specific atomics and a meson option to allow standard C11 atomics use. Note, this series does not attempt to convert to the use of the abstraction it only introduces it as per the plan discussed here. http://mails.dpdk.org/archives/dev/2023-January/258693.html