Re: [PATCH] common/cnxk: use atomic load acquire in batch ops

2024-09-19 Thread Jerin Jacob
On Fri, Aug 23, 2024 at 12:21 PM Nawal Kishor wrote: > > In roc batch alloc wait code, __ATOMIC_RELAXED is changed to > __ATOMIC_ACQUIRE in order to avoid potential out of order loads. > > Signed-off-by: Nawal Kishor Could you add Fixes: And change subject to common/cnxk: fix ...

[PATCH] common/cnxk: use atomic load acquire in batch ops

2024-08-22 Thread Nawal Kishor
In roc batch alloc wait code, __ATOMIC_RELAXED is changed to __ATOMIC_ACQUIRE in order to avoid potential out of order loads. Signed-off-by: Nawal Kishor --- .mailmap | 1 + drivers/common/cnxk/roc_npa.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.