From patchwork Wed Jan 22 14:27:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dekel Peled X-Patchwork-Id: 65035 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A4363A0530; Wed, 22 Jan 2020 15:30:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 894422F4F; Wed, 22 Jan 2020 15:29:58 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 055652BB9 for ; Wed, 22 Jan 2020 15:29:52 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 22 Jan 2020 16:29:49 +0200 Received: from mtl-vdi-280.wap.labs.mlnx. (mtl-vdi-280.wap.labs.mlnx [10.128.130.87]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 00METnKw010555; Wed, 22 Jan 2020 16:29:49 +0200 From: Dekel Peled To: matan@mellanox.com, viacheslavo@mellanox.com Cc: rasland@mellanox.com, orika@mellanox.com, dev@dpdk.org Date: Wed, 22 Jan 2020 16:27:12 +0200 Message-Id: X-Mailer: git-send-email 1.7.1 Subject: [dpdk-dev] [PATCH 00/11] net/mlx5: vlan actions validation fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This series includes several patches, fixing different faults in validation functions of VLAN actions. Series-acked-by: Ori Kam 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(-)