Re: [PATCH v3 6/7] net/null: replace rte atomics with GCC builtin atomics

2023-05-24 Thread David Marchand
Hello Tetsuya, 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/null/rte_eth_null.c | 28

[PATCH v3 6/7] net/null: 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/null/rte_eth_null.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/drivers/net/null/rte_eth