RE: [EXT] [PATCH 06/16] net/cnxk: use previous value atomic fetch operations

2023-03-12 Thread Nithin Kumar Dabilpuram
Acked-by: Nithin Dabilpuram > -Original Message- > From: Tyler Retzlaff > Sent: Saturday, March 11, 2023 3:45 AM > To: dev@dpdk.org > Cc: honnappa.nagaraha...@arm.com; ruifeng.w...@arm.com; tho...@monjalon.net; > Tyler Retzlaff > Subject: [EXT] [PATCH 06/16] n

[PATCH 06/16] net/cnxk: use previous value atomic fetch operations

2023-03-10 Thread Tyler Retzlaff
Use __atomic_fetch_{add,and,or,sub,xor} instead of __atomic_{add,and,or,sub,xor}_fetch adding the necessary code to allow consumption of the resulting value. Signed-off-by: Tyler Retzlaff --- drivers/net/cnxk/cn10k_tx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/driv