mbox series

[v2,0/6] modify field action enhancements

Message ID 20210324150439.9247-1-akozyrev@nvidia.com (mailing list archive)
Headers
Series modify field action enhancements |

Message

Alexander Kozyrev March 24, 2021, 3:04 p.m. UTC
  Various fixes/improvements for RTE MODIFY_FIELD Flow Action.

v2: added the patch with rejection of VXLAN IDs modification

Alexander Kozyrev (6):
  net/mlx5: check for a field size in modify field action
  net/mlx5: adjust modify field action endianess
  net/mlx5: check extended metadata for mark modififcation
  net/mlx5: allow group 0 modify field action
  doc: add list of supported Field IDs to modify
  net/mlx5: reject VXLAN ID's modifications

 doc/guides/nics/mlx5.rst           |   1 +
 doc/guides/prog_guide/rte_flow.rst |  45 +++-
 drivers/net/mlx5/mlx5_flow_dv.c    | 325 +++++++++++++++--------------
 3 files changed, 212 insertions(+), 159 deletions(-)
  

Comments

Raslan Darawsheh March 31, 2021, 1:03 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Alexander Kozyrev <akozyrev@nvidia.com>
> Sent: Wednesday, March 24, 2021 5:05 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh <rasland@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>; Matan Azrad <matan@nvidia.com>; Ori Kam
> <orika@nvidia.com>
> Subject: [PATCH v2 0/6] modify field action enhancements
> 
> Various fixes/improvements for RTE MODIFY_FIELD Flow Action.
> 
> v2: added the patch with rejection of VXLAN IDs modification
> 
> Alexander Kozyrev (6):
>   net/mlx5: check for a field size in modify field action
>   net/mlx5: adjust modify field action endianess
>   net/mlx5: check extended metadata for mark modififcation
>   net/mlx5: allow group 0 modify field action
>   doc: add list of supported Field IDs to modify
>   net/mlx5: reject VXLAN ID's modifications
> 
>  doc/guides/nics/mlx5.rst           |   1 +
>  doc/guides/prog_guide/rte_flow.rst |  45 +++-
>  drivers/net/mlx5/mlx5_flow_dv.c    | 325 +++++++++++++++--------------
>  3 files changed, 212 insertions(+), 159 deletions(-)
> 
> --
> 2.24.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh