Re: [PATCH] devtools: exclude atomic checks for common cnxk

2025-07-21 Thread Thomas Monjalon
12/06/2025 15:39, Jerin Jacob: > On Thu, Mar 27, 2025 at 4:50 PM wrote: > > > > From: Pavan Nikhilesh > > > > Since driver/common/cnxk has common code that is > > used across multiple platforms, allow use of > > GCC builtin atomic functions. > > > > Signed-off-by: Pavan Nikhilesh > > Acked-by:

Re: [PATCH] devtools: exclude atomic checks for common cnxk

2025-06-12 Thread Jerin Jacob
On Thu, Mar 27, 2025 at 4:50 PM wrote: > > From: Pavan Nikhilesh > > Since driver/common/cnxk has common code that is > used across multiple platforms, allow use of > GCC builtin atomic functions. > > Signed-off-by: Pavan Nikhilesh Acked-by: Jerin Jacob > --- > Rest of drivers i.e., drivers/

[PATCH] devtools: exclude atomic checks for common cnxk

2025-03-27 Thread pbhagavatula
From: Pavan Nikhilesh Since driver/common/cnxk has common code that is used across multiple platforms, allow use of GCC builtin atomic functions. Signed-off-by: Pavan Nikhilesh --- Rest of drivers i.e., drivers/*/cnxk have been migrated to use stdatomics in: https://patchwork.dpdk.org/projec