From patchwork Wed Feb 19 14:31:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Suanming Mou X-Patchwork-Id: 65910 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 A8C1EA0555; Wed, 19 Feb 2020 15:31:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3E48A1BF9B; Wed, 19 Feb 2020 15:31:11 +0100 (CET) Received: from git-send-mailer.rdmz.labs.mlnx (unknown [37.142.13.130]) by dpdk.org (Postfix) with ESMTP id E65BC23D for ; Wed, 19 Feb 2020 15:31:08 +0100 (CET) From: Suanming Mou To: viacheslavo@mellanox.com, matan@mellanox.com Cc: dev@dpdk.org, rasland@mellanox.com Date: Wed, 19 Feb 2020 16:31:02 +0200 Message-Id: <1582122664-54731-1-git-send-email-suanmingm@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: copy the item flags from prefix flow 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" For flow split to several subflows, the match items maybe in the prefix flow, and the actions are split to the suffix flow. In this case, for the actions need the user defined match item will not create correctly. Copy the item layers flags to the suffix flow from prefix flow to fix the issue. This patch series should be applied after: https://patches.dpdk.org/project/dpdk/list/?series=8613 Suanming Mou (2): net/mlx5: fix layer flags missing in metadata net/mlx5: fix lack of match information in meter drivers/net/mlx5/mlx5_flow.c | 41 +++++++++++++++++++------- drivers/net/mlx5/mlx5_flow_dv.c | 64 +++++++++++++++++++++++++++++++---------- 2 files changed, 79 insertions(+), 26 deletions(-)