Re: [PATCH] net/mlx5: fix Rx queue control deref

2024-11-26 Thread Raslan Darawsheh
Hi, From: Bing Zhao Sent: Monday, November 25, 2024 7:23 PM To: Dariusz Sosnowski; Slava Ovsiienko; dev@dpdk.org; Raslan Darawsheh Cc: Ori Kam; Suanming Mou; Matan Azrad; sta...@dpdk.org Subject: [PATCH] net/mlx5: fix Rx queue control deref When the Rx queue is shared, only the control

[PATCH] net/mlx5: fix Rx queue control deref

2024-11-25 Thread Bing Zhao
When the Rx queue is shared, only the control structure is shared and the private structure of each Rx queue is still independent. During the port stop stage, the hardware resource will be released, and the memory will be freed in the device close stage. Then the control structure reference count s