mbox series

[00/11] net/mlx5: vlan actions validation fixes

Message ID cover.1579703134.git.dekelp@mellanox.com (mailing list archive)
Headers
Series net/mlx5: vlan actions validation fixes |

Message

Dekel Peled Jan. 22, 2020, 2:27 p.m. UTC
  This series includes several patches, fixing different faults in
validation functions of VLAN actions.

Series-acked-by: Ori Kam <orika@mellanox.com>

Dekel Peled (11):
  net/mlx5: fix masks of encap and decap actions
  net/mlx5: fix invalid check for VLAN actions
  net/mlx5: fix bit mask used for push VLAN validate
  net/mlx5: fix allow push VLAN without VID value
  net/mlx5: unify validation of drop action
  net/mlx5: fix block push VLAN action on Rx
  net/mlx5: fix block pop VLAN action on Tx
  net/mlx5: fix pop VLAN action validation function
  net/mlx5: fix the set VLAN VID action validation
  net/mlx5: update description of validation funcs
  doc: update MLX5 supported hardware offloads table

 doc/guides/nics/mlx5.rst           |   8 +--
 drivers/net/mlx5/mlx5_flow.c       |  25 +------
 drivers/net/mlx5/mlx5_flow.h       |   6 +-
 drivers/net/mlx5/mlx5_flow_dv.c    | 139 +++++++++++++------------------------
 drivers/net/mlx5/mlx5_flow_verbs.c |  12 ++++
 5 files changed, 65 insertions(+), 125 deletions(-)
  

Comments

Raslan Darawsheh Jan. 26, 2020, 3:48 p.m. UTC | #1
Hi,

> -----Original Message-----
> From: Dekel Peled <dekelp@mellanox.com>
> Sent: Wednesday, January 22, 2020 4:27 PM
> To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>
> Cc: Raslan Darawsheh <rasland@mellanox.com>; Ori Kam
> <orika@mellanox.com>; dev@dpdk.org
> Subject: [PATCH 00/11] net/mlx5: vlan actions validation fixes
> 
> This series includes several patches, fixing different faults in validation
> functions of VLAN actions.
> 
> Series-acked-by: Ori Kam <orika@mellanox.com>
> 
> Dekel Peled (11):
>   net/mlx5: fix masks of encap and decap actions
>   net/mlx5: fix invalid check for VLAN actions
>   net/mlx5: fix bit mask used for push VLAN validate
>   net/mlx5: fix allow push VLAN without VID value
>   net/mlx5: unify validation of drop action
>   net/mlx5: fix block push VLAN action on Rx
>   net/mlx5: fix block pop VLAN action on Tx
>   net/mlx5: fix pop VLAN action validation function
>   net/mlx5: fix the set VLAN VID action validation
>   net/mlx5: update description of validation funcs
>   doc: update MLX5 supported hardware offloads table
> 
>  doc/guides/nics/mlx5.rst           |   8 +--
>  drivers/net/mlx5/mlx5_flow.c       |  25 +------
>  drivers/net/mlx5/mlx5_flow.h       |   6 +-
>  drivers/net/mlx5/mlx5_flow_dv.c    | 139 +++++++++++++----------------------
> --
>  drivers/net/mlx5/mlx5_flow_verbs.c |  12 ++++
>  5 files changed, 65 insertions(+), 125 deletions(-)
> 
> --
> 1.8.3.1


Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh