mbox series

[v2,0/2] net/mlx5: add flow rule match for IPv4 IHL field

Message ID 20210705114036.4110-1-getelson@nvidia.com (mailing list archive)
Headers
Series net/mlx5: add flow rule match for IPv4 IHL field |

Message

Gregory Etelson July 5, 2021, 11:40 a.m. UTC
  Expand MLX5 PMD flows functionality with a match on IPV4 IHL field.
Allow testpmd to cofigure IPv4 IHL values in flow rule.

v2:
- update release notes.
- update MLX5 guide.
- remove tespmd from the series. 

Gregory Etelson (2):
  common/mlx5: query for hardware capability to offload IPv4 IHL field
  net/mlx5: add flow rule match for IPv4 IHL field

 doc/guides/nics/mlx5.rst               |  1 +
 doc/guides/rel_notes/release_21_08.rst |  3 +++
 drivers/common/mlx5/mlx5_devx_cmds.c   |  6 +++++
 drivers/common/mlx5/mlx5_devx_cmds.h   |  2 ++
 drivers/net/mlx5/mlx5_flow_dv.c        | 31 +++++++++++++++++++-------
 5 files changed, 35 insertions(+), 8 deletions(-)
  

Comments

Raslan Darawsheh July 13, 2021, 7:09 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Gregory Etelson <getelson@nvidia.com>
> Sent: Monday, July 5, 2021 2:41 PM
> To: dev@dpdk.org
> Cc: Gregory Etelson <getelson@nvidia.com>; Matan Azrad
> <matan@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v2 0/2] net/mlx5: add flow rule match for IPv4 IHL field
> 
> Expand MLX5 PMD flows functionality with a match on IPV4 IHL field.
> Allow testpmd to cofigure IPv4 IHL values in flow rule.
> 
> v2:
> - update release notes.
> - update MLX5 guide.
> - remove tespmd from the series.
> 
> Gregory Etelson (2):
>   common/mlx5: query for hardware capability to offload IPv4 IHL field
>   net/mlx5: add flow rule match for IPv4 IHL field
> 
>  doc/guides/nics/mlx5.rst               |  1 +
>  doc/guides/rel_notes/release_21_08.rst |  3 +++
>  drivers/common/mlx5/mlx5_devx_cmds.c   |  6 +++++
>  drivers/common/mlx5/mlx5_devx_cmds.h   |  2 ++
>  drivers/net/mlx5/mlx5_flow_dv.c        | 31 +++++++++++++++++++-------
>  5 files changed, 35 insertions(+), 8 deletions(-)
> 
> --
> 2.31.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh