From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dekel Peled Subject: [PATCH v2 0/2] net/mlx5: update MPLS item support Date: Tue, 13 Nov 2018 11:51:43 +0200 Message-ID: <1542102705-55243-1-git-send-email-dekelp@mellanox.com> References: <1542014408-12853-1-git-send-email-dekelp@mellanox.com> Cc: dev@dpdk.org, orika@mellanox.com To: yskoh@mellanox.com, shahafs@mellanox.com Return-path: Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 30645201 for ; Tue, 13 Nov 2018 10:53:30 +0100 (CET) In-Reply-To: <1542014408-12853-1-git-send-email-dekelp@mellanox.com> 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 updates support of MPLS item, in verbs flow engine and in Direct Verbs flow engine. Patch 1/2 adds support of MPLS item in DV flow engine. Patch 2/2 fixes the MPLS item validation in both flow engines. --- v2: - Add patch 1/2 to series. - Update patch 2/2 to correctly validate MPLS item. --- Dekel Peled (1): net/mlx5: fix MPLS item validation Shahaf Shuler (1): net/mlx5: add MPLS to Direct Verbs flow engine drivers/net/mlx5/mlx5_flow.c | 11 +-- drivers/net/mlx5/mlx5_flow.h | 2 +- drivers/net/mlx5/mlx5_flow_dv.c | 144 ++++++++++++++++++++++++++++--------- drivers/net/mlx5/mlx5_flow_verbs.c | 40 ++++++----- 4 files changed, 138 insertions(+), 59 deletions(-) -- 1.8.3.1