From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4A54FA0A0C; Thu, 22 Jul 2021 15:42:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B836C4014D; Thu, 22 Jul 2021 15:42:36 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by mails.dpdk.org (Postfix) with ESMTP id 3BA0940040 for ; Thu, 22 Jul 2021 15:42:35 +0200 (CEST) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.west.internal (Postfix) with ESMTP id 1026B320091C; Thu, 22 Jul 2021 09:42:34 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 22 Jul 2021 09:42:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= urgovpHJdVNWfMu5EYHcTeCi8zDNSTkjl2Dk7P8gYDc=; b=PAtDWQPlqzZxvpGG BSgKc6Px4ZBMDs6PG5PzkbTEor8XrCF2zsCjQSqfh5PY7VUfIwxIe+ONmSt8o74A oc9O3t472+k5aUU7+COgSDxW6mScss18anWbdfF193aCP0I7jmUSFsSHlSHgoMSe uia4CCW/zT/D2ANXqzktzn4gHg6Aee5g46hvOViBO5lLvAQkOMa+ZUEn9ywy+Skg sYC0zjsTO6OMh+bdJJfgpxoc7oRPm5ejDXEALZYjRGCulI02be0h0BI1Yf3keGWp Rtn81VazaYhHJAdM1v3n77XVbGsfnqlG8mEz8tA84CENdJJaMW8gxRsLMtB/Oc1W FkqkWA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=urgovpHJdVNWfMu5EYHcTeCi8zDNSTkjl2Dk7P8gY Dc=; b=cQXN9P4SlGk3T6jysHpHQMQpM8Msr5xbN9VFKSG+uB3iEMo4FoKr3xJkp 19bS6uhNH5ma/wpwSHqVwCZNE1o0JnM1/4K2CXAfEUXDOHshn2L3uCDN7nMAMl7e idl6AR8PMi5L0osOWx47ClFSJCpfj27VALeyh3DBdgXAa6o2u9fIi/VD/4gKt0r5 EIXxf2X9kY7bvcC3Q4hsTaquTjqq4QqMy7XolAAkbqjnMoZjRrf+Gz3XwNx8hTQl Wk2huffNBUj3qqXpnr6gIeRXIRjap8r+x6v6YGyxxSTZxFU6c/OctgEBIfwleoR1 WCixDPNfO00qcKU7/kPxhI9AVyZ8Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrfeeigdeihecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Thu, 22 Jul 2021 09:42:32 -0400 (EDT) From: Thomas Monjalon To: Dong Zhou Cc: matan@nvidia.com, dev@dpdk.org, rasland@nvidia.com Date: Thu, 22 Jul 2021 15:42:50 +0200 Message-ID: <31289713.Xui3PTKr1D@thomas> In-Reply-To: <20210722074839.27513-1-dongzhou@nvidia.com> References: <20210722074839.27513-1-dongzhou@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/mlx5: add check for pop and push VLAN actions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" 22/07/2021 09:48, Dong Zhou: > For CX6 in FDB domain, pop and push VLAN on both ingress and > egress directions are supported. > > For CX6 in NIC domain, and CX5 in both FWD add NIC domain, pop > VLAN is only supported on ingress direction, push VLAN is only > supported on egress direction. > > Signed-off-by: Dong Zhou > Acked-by: Matan Azrad Applied with title "net/mlx5: check VLAN push/pop support", thanks.