Hi, > -----Original Message----- > From: Bing Zhao <bi...@nvidia.com> > Sent: Monday, November 13, 2023 9:25 AM > To: Matan Azrad <ma...@nvidia.com>; Slava Ovsiienko > <viachesl...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com>; > Suanming Mou <suanmi...@nvidia.com>; Ori Kam <or...@nvidia.com> > Cc: dev@dpdk.org; Xueming(Steven) Li <xuemi...@nvidia.com>; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix shared Rx queue list management > > 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 close, it can be removed from the list directly without > freeing > the resource. > > Fixes: 09c2555303be ("net/mlx5: support shared Rx queue") > Cc: xuemi...@nvidia.com > Cc: sta...@dpdk.org > > Signed-off-by: Bing Zhao <bi...@nvidia.com> > Acked-by: Viacheslav Ovsiienko <viachesl...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards Raslan Darawsheh