RE: [PATCH] net/mlx5: fix shared Rx queue list management

2023-11-14 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Monday, November 13, 2023 9:25 AM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh ; > Suanming Mou ; Ori Kam > Cc: dev@dpdk.org; Xueming(Steven) Li ; > sta...@dpdk.org > Subject: [PATCH] net/mlx

[PATCH] net/mlx5: fix shared Rx queue list management

2023-11-12 Thread Bing Zhao
In shared Rx queue case, the shared control structure could only be released after the last port's dereference in the group. There is another management list that holding all of the used Rx queues' structures for a port. If the reference count of a control structure is changed to zero during port

[PATCH] net/mlx5: fix shared Rx queue list management

2023-11-12 Thread Bing Zhao
In shared Rx queue case, the shared control structure could only be released after the last port's dereference in the group. There is another management list that holding all of the used Rx queues' structures for a port. If the reference count of a control structure is changed to zero during port