RE: [PATCH 1/6] eal: provide rte stdatomics optional atomics API

2023-08-14 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Friday, 11 August 2023 17.55 > > On Fri, Aug 11, 2023 at 11:42:12AM +0200, Morten Brørup wrote: > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > > Sent: Friday, 11 August 2023 03.32 > > > > > > Provide API for

Re: [PATCH 1/6] eal: provide rte stdatomics optional atomics API

2023-08-11 Thread Tyler Retzlaff
On Fri, Aug 11, 2023 at 11:42:12AM +0200, Morten Brørup wrote: > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Friday, 11 August 2023 03.32 > > > > Provide API for atomic operations in the rte namespace that may > > optionally be configured to use C11 atomics with meson >

RE: [PATCH 1/6] eal: provide rte stdatomics optional atomics API

2023-08-11 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Friday, 11 August 2023 03.32 > > Provide API for atomic operations in the rte namespace that may > optionally be configured to use C11 atomics with meson > option enable_stdatomics=true > > Signed-off-by: Tyler Retzlaff > --- >

Re: [PATCH 1/6] eal: provide rte stdatomics optional atomics API

2023-08-11 Thread Bruce Richardson
On Thu, Aug 10, 2023 at 06:31:56PM -0700, Tyler Retzlaff wrote: > Provide API for atomic operations in the rte namespace that may > optionally be configured to use C11 atomics with meson > option enable_stdatomics=true > > Signed-off-by: Tyler Retzlaff > --- > config/meson.build |