mbox

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

Message ID cover.1579703134.git.dekelp@mellanox.com (mailing list archive)
Headers

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(-)