Re: [PATCH v2] net/mlx5: workaround list management of Rx queue control

2024-08-29 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Tuesday, July 23, 2024 2:14 PM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad Subject: [PATCH v2] net/mlx5: workaround list management of Rx queue control The LIST_REMOVE macro only removes the entry from

[PATCH v2] net/mlx5: workaround list management of Rx queue control

2024-07-23 Thread Bing Zhao
The LIST_REMOVE macro only removes the entry from the list and updates list itself. The pointers of this entry are not reset to NULL to prevent the accessing for the 2nd time. In the previous fix for the memory accessing, the "rxq_ctrl" was removed from the list in a device private data when the "