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 6F17CA0564 for ; Fri, 28 Feb 2020 12:17:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FF1E1BFD3; Fri, 28 Feb 2020 12:17:43 +0100 (CET) Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 787C51BFD3 for ; Fri, 28 Feb 2020 12:17:41 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id i10so8005591wmd.1 for ; Fri, 28 Feb 2020 03:17:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=vBC7Fpmgk69Umjzf9ZWF0r41v+QdEfSlfH70seVDODM=; b=iDuWgPsTSwxjc+yHXu288tqyUVNCmV94LaMDMtc9d+3u44GSmwgI5RpNVlK986q2UA Cn32BSgUpBbcXGYfi8SozrR1TCiXLLUMH6FHqVDW4PCxPoep9k/MN+X+d/H/9G4sVRI4 9MmARLUH+ssrS7qAlNbvX2RUM2I31jFauJS6KbiakPEkiYmSt8VMkp9hasdWnM14+6/B UTB9bYQsoO3uXweaXE0/hczkhWdcA4kJKLuFLM9eSWFlKaE64IXDc2AAPZrJNlHXETtT ffrrgRc6mQX+sXw25jenhsauJKckhub0ZxOmgvhGLOrSd7O6cNpobyMryoRRIQP+7hoe tqEA== X-Gm-Message-State: APjAAAWRk2mXG1YsQaAFpvFKm1mcJ5tmtmTHsTJGJjeWCXKOvj4PZ4Lf BlS23FuquX7F7UkiLR3RInY= X-Google-Smtp-Source: APXvYqyMtIoRr5LLLt5ehy5gDHxWXXcPpJ4YB6/OPYp+3T8V7YgIr1efqM02Sw8JixYywJnestANgQ== X-Received: by 2002:a1c:7d8e:: with SMTP id y136mr4359041wmc.8.1582888661160; Fri, 28 Feb 2020 03:17:41 -0800 (PST) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id y139sm1876347wmd.24.2020.02.28.03.17.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Feb 2020 03:17:40 -0800 (PST) Message-ID: From: Luca Boccassi To: Suanming Mou Cc: stable@dpdk.org Date: Fri, 28 Feb 2020 11:17:39 +0000 In-Reply-To: <1582860835-282594-1-git-send-email-suanmingm@mellanox.com> References: <1582860835-282594-1-git-send-email-suanmingm@mellanox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [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" On Fri, 2020-02-28 at 11:33 +0800, Suanming Mou wrote: > Please remove the commit below with rebase first: > dec473d net/mlx5: fix metadata split with encap action >=20 > The commit makes the wrong patch order. > Remove the commit will not cause any conflicts. >=20 > Dekel Peled (2): > net/mlx5: unify validation of drop action > net/mlx5: update description of validation functions >=20 > Matan Azrad (2): > net/mlx5: fix encap/decap validation > net/mlx5: fix metadata split with encap action >=20 > 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 >=20 > 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(-) Thank you, applied. I also dropped the previous version of "net/mlx5: fix metadata split with encap action" in favour of yours. --=20 Kind regards, Luca Boccassi