From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/i40e: revert VLAN filtering fix Date: Fri, 15 Jul 2016 22:30:31 +0200 Message-ID: <1916216.onEDm1NLZi@xps13> References: <1468405670-16269-1-git-send-email-jingjing.wu@intel.com> <4341B239C0EFF9468EE453F9E9F4604D044DAF0E@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Chen, Jing D" , "Richardson, Bruce" , "Shaw, Jeffrey B" , "Zhang, Helin" , "Ananyev, Konstantin" To: "Wu, Jingjing" Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id B8FF5532E for ; Fri, 15 Jul 2016 22:30:32 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id o80so44204743wme.1 for ; Fri, 15 Jul 2016 13:30:32 -0700 (PDT) In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D044DAF0E@shsmsx102.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This reverts commit 4761f57d58c6f52543738dbe299f846d62d75895. > > Introducing VLAN table by adding VLAN adminq command will cause NIC's > > throughput drop obviously. It's a hardware issue. > > With this revert, VLAN filtering can only work when promiscuous mode is > > disabled. > > > > Reverts: 4761f57d58c6 ("net/i40e: fix VLAN filtering in promiscuous mode") > > > > Reported-by: Jeffrey Shaw > > Signed-off-by: Jingjing Wu > Acked-by : Jing Chen Applied, thanks