[0/4] net/mlx5: some unrelated fixes and improvements

Message ID 20240416153054.3216706-1-michaelba@nvidia.com (mailing list archive)
Headers
Series net/mlx5: some unrelated fixes and improvements |

Message

Michael Baum April 16, 2024, 3:30 p.m. UTC
  This patch-set groups some unrelated fixes and improvements in MLX5 PMD
code.

Michael Baum (4):
  net/mlx5: fix secondary process port close
  net/mlx5/hws: fix GENEVE option class partial mask
  net/mlx5/hws: add fragment packet ID matching support
  net/mlx5/hws: remove table type DONTCARE

 drivers/net/mlx5/hws/mlx5dr.h         |  1 -
 drivers/net/mlx5/hws/mlx5dr_definer.c | 47 +++++++++++++++------------
 drivers/net/mlx5/hws/mlx5dr_definer.h |  2 ++
 drivers/net/mlx5/mlx5.c               | 15 +++++----
 drivers/net/mlx5/mlx5_flow.h          |  2 +-
 5 files changed, 37 insertions(+), 30 deletions(-)
  

Comments

Raslan Darawsheh April 29, 2024, 7:46 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Tuesday, April 16, 2024 6:31 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Dariusz Sosnowski
> <dsosnowski@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>; Slava
> Ovsiienko <viacheslavo@nvidia.com>; Ori Kam <orika@nvidia.com>;
> Suanming Mou <suanmingm@nvidia.com>
> Subject: [PATCH 0/4] net/mlx5: some unrelated fixes and improvements
> 
> This patch-set groups some unrelated fixes and improvements in MLX5 PMD
> code.
> 
> Michael Baum (4):
>   net/mlx5: fix secondary process port close
>   net/mlx5/hws: fix GENEVE option class partial mask
>   net/mlx5/hws: add fragment packet ID matching support
>   net/mlx5/hws: remove table type DONTCARE
> 
>  drivers/net/mlx5/hws/mlx5dr.h         |  1 -
>  drivers/net/mlx5/hws/mlx5dr_definer.c | 47 +++++++++++++++------------
> drivers/net/mlx5/hws/mlx5dr_definer.h |  2 ++
>  drivers/net/mlx5/mlx5.c               | 15 +++++----
>  drivers/net/mlx5/mlx5_flow.h          |  2 +-
>  5 files changed, 37 insertions(+), 30 deletions(-)
> 
> --
> 2.25.1
Sereis applied to next-net-mlx,

Kindest regards
Raslan Darawsheh