Re: [PATCH v3 4/7] net/ice: replace rte atomics with GCC builtin atomics

2023-05-24 Thread David Marchand
Hello Qiming, Qi, Review please. On Thu, Mar 23, 2023 at 11:54 PM Tyler Retzlaff wrote: > > Replace the use of rte_atomic.h types and functions, instead use GCC > supplied C++11 memory model builtins. > > Signed-off-by: Tyler Retzlaff > --- > drivers/net/ice/ice_dcf.c| 1 - > drivers/

[PATCH v3 4/7] net/ice: replace rte atomics with GCC builtin atomics

2023-03-23 Thread Tyler Retzlaff
Replace the use of rte_atomic.h types and functions, instead use GCC supplied C++11 memory model builtins. Signed-off-by: Tyler Retzlaff --- drivers/net/ice/ice_dcf.c| 1 - drivers/net/ice/ice_dcf_ethdev.c | 1 - drivers/net/ice/ice_ethdev.c | 12 3 files changed, 8 in