Re: [PATCH v2] eal: abstract compiler atomics

2023-02-23 Thread Tyler Retzlaff
> m...@smartsharesystems.com; Honnappa Nagarahalli > > ; bruce.richard...@intel.com > > Subject: Re: [PATCH v2] eal: abstract compiler atomics > > > > On Wed, Feb 08, 2023 at 01:43:37PM -0800, Tyler Retzlaff wrote: > > > Introduce an abstraction for compiler

RE: [PATCH v2] eal: abstract compiler atomics

2023-02-22 Thread Honnappa Nagarahalli
> -Original Message- > From: Tyler Retzlaff > Sent: Wednesday, February 22, 2023 12:10 PM > To: dev@dpdk.org > Cc: david.march...@redhat.com; tho...@monjalon.net; > m...@smartsharesystems.com; Honnappa Nagarahalli > ; bruce.richard...@intel.com > Subject: Re:

Re: [PATCH v2] eal: abstract compiler atomics

2023-02-22 Thread Tyler Retzlaff
On Wed, Feb 08, 2023 at 01:43:37PM -0800, Tyler Retzlaff wrote: > Introduce an abstraction for compiler specific atomics and a meson > option to allow standard C11 atomics use. notice, this patch series is being withdrawn as it is no longer needed. as per technical board meeting this morning we w

[PATCH v2] eal: abstract compiler atomics

2023-02-08 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