[PATCH v3 0/5] add IPv6 routing extension implementation
Raslan Darawsheh
rasland at nvidia.com
Wed Feb 15 11:12:56 CET 2023
Hi,
> -----Original Message-----
> From: Rongwei Liu <rongweil at nvidia.com>
> Sent: Tuesday, February 14, 2023 2:57 PM
> To: dev at dpdk.org; Matan Azrad <matan at nvidia.com>; Slava Ovsiienko
> <viacheslavo at nvidia.com>; Ori Kam <orika at nvidia.com>; NBU-Contact-
> Thomas Monjalon (EXTERNAL) <thomas at monjalon.net>
> Cc: Raslan Darawsheh <rasland at nvidia.com>
> Subject: [PATCH v3 0/5] add IPv6 routing extension implementation
>
> Add IPv6 routing extension matching and IPv6 protocol modify filed support.
>
> This patch relies on the preceding ethdev one:
> http://patches.dpdk.org/project/dpdk/patch/20230202100021.2445976-2-
> rongweil at nvidia.com/
>
> Including one commit from Gregory to pass the compilation.
>
> v3: add more sentences into mlx5.rst.
>
> Gregory Etelson (1):
> net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data
>
> Rongwei Liu (4):
> net/mlx5: adopt IPv6 routing extension prm definition
> net/mlx5/hws: add IPv6 routing extension matching support
> net/mlx5/hws: add modify IPv6 protocol implementation
> doc/mlx5: add IPv6 routing extension matching docs
>
> doc/guides/nics/features/default.ini | 1 +
> doc/guides/nics/features/mlx5.ini | 1 +
> doc/guides/nics/mlx5.rst | 10 ++
> drivers/common/mlx5/mlx5_devx_cmds.c | 17 +++-
> drivers/common/mlx5/mlx5_devx_cmds.h | 7 +-
> drivers/common/mlx5/mlx5_prm.h | 29 +++++-
> drivers/net/mlx5/hws/mlx5dr_definer.c | 132 ++++++++++++++++++++++-
> --- drivers/net/mlx5/hws/mlx5dr_definer.h | 15 +++
> drivers/net/mlx5/mlx5.c | 103 +++++++++++++++++++-
> drivers/net/mlx5/mlx5.h | 19 +++-
> drivers/net/mlx5/mlx5_flow.h | 28 ++++++
> drivers/net/mlx5/mlx5_flow_dv.c | 10 ++
> drivers/net/mlx5/mlx5_flow_flex.c | 14 ++-
> drivers/net/mlx5/mlx5_flow_hw.c | 29 +++++-
> 14 files changed, 376 insertions(+), 39 deletions(-)
>
> --
> 2.27.0
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list