Hi,

> -----Original Message-----
> From: Rongwei Liu <[email protected]>
> Sent: Tuesday, February 14, 2023 2:57 PM
> To: [email protected]; Matan Azrad <[email protected]>; Slava Ovsiienko
> <[email protected]>; Ori Kam <[email protected]>; NBU-Contact-
> Thomas Monjalon (EXTERNAL) <[email protected]>
> Cc: Raslan Darawsheh <[email protected]>
> 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-
> [email protected]/
> 
> 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

Reply via email to