mbox series

[v3,0/2] net/mlx5: support MPLSoUDP for HWS

Message ID 20230223074734.3315320-1-michaelba@nvidia.com (mailing list archive)
Headers
Series net/mlx5: support MPLSoUDP for HWS |

Message

Michael Baum Feb. 23, 2023, 7:47 a.m. UTC
  Add support for matching/encap/decap MPLSoUDP including multiple MPLS
headers.

v2:
 - Rebase.
 - Fix typo in comment.

v3:
 - Update to capital letters at the beginning of sentences in comments.

Erez Shitrit (1):
  net/mlx5/hws: support matching on MPLSoUDP

Michael Baum (1):
  net/mlx5: add MPLS tunnel support for HWS

 doc/guides/nics/mlx5.rst               |   4 +
 doc/guides/rel_notes/release_23_03.rst |   1 +
 drivers/net/mlx5/hws/mlx5dr_definer.c  | 183 ++++++++++++++++++++++++-
 drivers/net/mlx5/hws/mlx5dr_definer.h  |  32 ++++-
 drivers/net/mlx5/mlx5_flow_hw.c        |   1 +
 5 files changed, 218 insertions(+), 3 deletions(-)
  

Comments

Raslan Darawsheh March 8, 2023, 1:51 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Baum <michaelba@nvidia.com>
> Sent: Thursday, February 23, 2023 9:48 AM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@nvidia.com>; Raslan Darawsheh
> <rasland@nvidia.com>; Slava Ovsiienko <viacheslavo@nvidia.com>
> Subject: [PATCH v3 0/2] net/mlx5: support MPLSoUDP for HWS
> 
> Add support for matching/encap/decap MPLSoUDP including multiple MPLS
> headers.
> 
> v2:
>  - Rebase.
>  - Fix typo in comment.
> 
> v3:
>  - Update to capital letters at the beginning of sentences in comments.
> 
> Erez Shitrit (1):
>   net/mlx5/hws: support matching on MPLSoUDP
> 
> Michael Baum (1):
>   net/mlx5: add MPLS tunnel support for HWS
> 
>  doc/guides/nics/mlx5.rst               |   4 +
>  doc/guides/rel_notes/release_23_03.rst |   1 +
>  drivers/net/mlx5/hws/mlx5dr_definer.c  | 183
> ++++++++++++++++++++++++-  drivers/net/mlx5/hws/mlx5dr_definer.h  |
> 32 ++++-
>  drivers/net/mlx5/mlx5_flow_hw.c        |   1 +
>  5 files changed, 218 insertions(+), 3 deletions(-)
> 
> --
> 2.25.1

Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh