From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] i40e: fix vlan filter in promiscuous mode Date: Mon, 13 Jun 2016 11:51:43 +0100 Message-ID: <20160613105143.GF13464@bricha3-MOBL3> References: <1464336345-20529-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: helin.zhang@intel.com, dev@dpdk.org, yulong.pei@intel.com To: Jingjing Wu Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8C4EA2C5B for ; Mon, 13 Jun 2016 12:51:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1464336345-20529-1-git-send-email-jingjing.wu@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" On Fri, May 27, 2016 at 04:05:45PM +0800, Jingjing Wu wrote: > Vlan filter didn't work if promiscuous mode is enabled. That is > because i40e driver uses MAC VLAN table for the l2 filtering and > internal switch. And the vlan table is disabled by default, till > the first time to add rule in vlan table. > This patch fixed this issue to enable vlan filter by using vlan table. > > Fixes: 4861cde46116 (i40e: new poll mode driver) > Signed-off-by: Jingjing Wu > --- Hi Jingjing, can you please clarify this commit message a little to give a little more detail on how the current setup stops the feature from working, and how the fix removes the problem. Thanks, /Bruce