From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B2095A0564 for ; Fri, 28 Feb 2020 04:33:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7FDC71F1C; Fri, 28 Feb 2020 04:33:59 +0100 (CET) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id C53911F1C for ; Fri, 28 Feb 2020 04:33:58 +0100 (CET) From: Suanming Mou To: luca.boccassi@gmail.com Cc: stable@dpdk.org Date: Fri, 28 Feb 2020 11:33:44 +0800 Message-Id: <1582860835-282594-1-git-send-email-suanmingm@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-stable] [PATCH 19.11 00/11] net/mlx5: fix patch backport X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Please remove the commit below with rebase first: dec473d net/mlx5: fix metadata split with encap action The commit makes the wrong patch order. Remove the commit will not cause any conflicts. Dekel Peled (2): net/mlx5: unify validation of drop action net/mlx5: update description of validation functions Matan Azrad (2): net/mlx5: fix encap/decap validation net/mlx5: fix metadata split with encap action Suanming Mou (7): net/mlx5: support maximum flow id allocation net/mlx5: fix register usage in meter net/mlx5: fix layer validation with decapsulation net/mlx5: fix layer type in header modify action net/mlx5: fix layer flags missing in metadata net/mlx5: fix match information in meter net/mlx5: fix VLAN actions in meter drivers/net/mlx5/mlx5.c | 19 +- drivers/net/mlx5/mlx5.h | 4 + drivers/net/mlx5/mlx5_devx_cmds.c | 2 + drivers/net/mlx5/mlx5_flow.c | 366 ++++++++++++++++------------ drivers/net/mlx5/mlx5_flow.h | 40 ++- drivers/net/mlx5/mlx5_flow_dv.c | 485 +++++++++++++++++++++---------------- drivers/net/mlx5/mlx5_flow_verbs.c | 12 + drivers/net/mlx5/mlx5_prm.h | 7 +- 8 files changed, 552 insertions(+), 383 deletions(-) -- 1.8.3.1