From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 6B2BA2BDF for ; Thu, 15 Nov 2018 16:18:45 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from dekelp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 15 Nov 2018 17:24:16 +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 wAFFIeSf011962; Thu, 15 Nov 2018 17:18:40 +0200 From: Dekel Peled To: yskoh@mellanox.com, shahafs@mellanox.com Cc: dev@dpdk.org, orika@mellanox.com, dekelp@mellanox.com Date: Thu, 15 Nov 2018 17:17:11 +0200 Message-Id: <1542295034-16098-1-git-send-email-dekelp@mellanox.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1542102705-55243-1-git-send-email-dekelp@mellanox.com> References: <1542102705-55243-1-git-send-email-dekelp@mellanox.com> Subject: [dpdk-dev] [PATCH v3 0/3] net/mlx5: update MPLS item support 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: , X-List-Received-Date: Thu, 15 Nov 2018 15:18:45 -0000 This series updates support of MPLS item, in verbs flow engine and in Direct Verbs flow engine. Patch 1/3 adds support of MPLS item in DV flow engine. Patch 2/3 updates the MPLS item validation in both flow engines. Patch 3/3 fixes tunnel ptype of MPLS in UDP. --- v3: - Add patch 3/3 to series. - Update patch 1/3 to set data in matcher and key at corect address. - Update patch 2/3 to validate mpls_en is set in device configuration. v2: - Add patch 1/2 to series. - Update patch 2/2 to correctly validate MPLS item. --- Dekel Peled (2): net/mlx5: fix MPLS item validation net/mlx5: fix tunnel ptype of MPLS in UDP Shahaf Shuler (1): net/mlx5: add MPLS to Direct Verbs flow engine drivers/net/mlx5/mlx5_flow.c | 25 ++++-- drivers/net/mlx5/mlx5_flow.h | 8 +- drivers/net/mlx5/mlx5_flow_dv.c | 179 +++++++++++++++++++++++++++++-------- drivers/net/mlx5/mlx5_flow_verbs.c | 44 ++++----- 4 files changed, 192 insertions(+), 64 deletions(-) -- 1.8.3.1