mbox series

[v3,0/2] net/mlx5: fix indirect RSS reference counting

Message ID 20211124094030.3360057-1-dkozlyuk@nvidia.com (mailing list archive)
Headers
Series net/mlx5: fix indirect RSS reference counting |

Message

Dmitry Kozlyuk Nov. 24, 2021, 9:40 a.m. UTC
  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(-)
  

Comments

Raslan Darawsheh Nov. 24, 2021, 1:04 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Dmitry Kozlyuk <dkozlyuk@nvidia.com>
> Sent: Wednesday, November 24, 2021 11:40 AM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh <rasland@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