Re: [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API

2023-08-16 Thread Tyler Retzlaff
On Wed, Aug 16, 2023 at 10:13:22PM +0200, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Monday, 14 August 2023 19.47 > > > > On Mon, Aug 14, 2023 at 10:00:49AM +0200, Morten Brørup wrote: > > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.

RE: [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API

2023-08-16 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Monday, 14 August 2023 19.47 > > On Mon, Aug 14, 2023 at 10:00:49AM +0200, Morten Brørup wrote: > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > > Sent: Friday, 11 August 2023 19.32 > > > > > > Adapt the EAL p

Re: [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API

2023-08-14 Thread Tyler Retzlaff
On Mon, Aug 14, 2023 at 10:00:49AM +0200, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Friday, 11 August 2023 19.32 > > > > Adapt the EAL public headers to use rte optional atomics API instead of > > directly using and exposing toolchain specific at

RE: [PATCH v2 2/6] eal: adapt EAL to present rte optional atomics API

2023-08-14 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Friday, 11 August 2023 19.32 > > Adapt the EAL public headers to use rte optional atomics API instead of > directly using and exposing toolchain specific atomic builtin intrinsics. > > Signed-off-by: Tyler Retzlaff > --- [...]