Re: [PATCH v2 1/5] baseband/acc: fix memory barrier

2024-06-07 Thread Maxime Coquelin
On 5/2/24 22:45, Hernan Vargas wrote: Moving memory barrier so that dequeue thread can be in sync with enqueue thread. Fixes: 32e8b7ea35dd ("baseband/acc100: refactor to segregate common code") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/acc_common.h | 5 +++-

[PATCH v2 1/5] baseband/acc: fix memory barrier

2024-05-02 Thread Hernan Vargas
Moving memory barrier so that dequeue thread can be in sync with enqueue thread. Fixes: 32e8b7ea35dd ("baseband/acc100: refactor to segregate common code") Cc: sta...@dpdk.org Signed-off-by: Hernan Vargas --- drivers/baseband/acc/acc_common.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deleti