Hi, > -----Original Message----- > From: Dmitry Kozlyuk <dkozl...@nvidia.com> > Sent: Wednesday, November 24, 2021 11:40 AM > To: dev@dpdk.org > Cc: Raslan Darawsheh <rasl...@nvidia.com> > Subject: [PATCH v3 0/2] net/mlx5: fix indirect RSS reference counting > > v3: > * No changes, slipped when sending v2. > v2: > * Fix build with GCc on RHEL7 (CI). > * Fix RxQ leak when an indirect RSS had been created before the start > and then modified after the start (Matan). > > Dmitry Kozlyuk (2): > net/mlx5: fix indirect RSS creation when port is stopped > net/mlx5: fix RxQ reference counting for indirect RSS > > drivers/net/mlx5/mlx5_flow_dv.c | 9 +++- > drivers/net/mlx5/mlx5_rx.h | 6 ++- > drivers/net/mlx5/mlx5_rxq.c | 85 ++++++++++++++++++++------------- > 3 files changed, 64 insertions(+), 36 deletions(-) > > -- > 2.25.1 Series applied to next-net-mlx,
Kindest regards, Raslan Darawsheh