Re: [PATCH] net/mlx5: fix data access race condition for shared Rx queue

2024-07-18 Thread Raslan Darawsheh
Hi, From: Jiawei(Jonny) Wang Sent: Friday, July 5, 2024 4:05 PM To: Bing Zhao; Slava Ovsiienko; Dariusz Sosnowski; Ori Kam; Suanming Mou; Matan Azrad; Alexander Kozyrev Cc: dev@dpdk.org; Raslan Darawsheh; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix data access race condition for shared Rx

[PATCH] net/mlx5: fix data access race condition for shared Rx queue

2024-07-05 Thread Jiawei Wang
The rxq_data resources were shared for shared Rx queue with the same group and queue ID. The cq_ci:24 of rxq_data was unalignment with other fields in the one 32-bit data, like the dynf_meta and delay_drop. 32bit: xxxI IIIx ^ .