From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] i40e: fix VLAN filter in promiscuous mode Date: Mon, 4 Jul 2016 14:45:11 +0100 Message-ID: <20160704134510.GD16932@bricha3-MOBL3> References: <1465871060-20324-1-git-send-email-jingjing.wu@intel.com> <1467249955-1420-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Wu, Jingjing" , "dev@dpdk.org" , "Yigit, Ferruh" To: "Zhang, Helin" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DC87E2BAD for ; Mon, 4 Jul 2016 15:45:25 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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 Mon, Jul 04, 2016 at 06:33:30AM +0000, Zhang, Helin wrote: > > > > -----Original Message----- > > From: Wu, Jingjing > > Sent: Thursday, June 30, 2016 9:26 AM > > To: Zhang, Helin > > Cc: dev@dpdk.org; Wu, Jingjing; Yigit, Ferruh > > Subject: [PATCH v3] i40e: fix VLAN filter in promiscuous mode > > > > For VLAN filtering VLAN table should be enabled. > > But VLAN table is disabled by default until a rule added. In promiscuous mode > > no rule is added to enable the VLAN table. > > > > So this patch clears promiscuous VLAN flag on VSI, and adds a rule to enable > > VLAN table to fix VLAN filtering in promiscuous mode. > > > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Jingjing Wu > Acked-by: Helin Zhang Applied to dpdk-next-net/rel_16_07 /Bruce