From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 04 Jul 2016 06:45:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,574,1459839600"; d="scan'208";a="1000603429" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.53]) by fmsmga001.fm.intel.com with SMTP; 04 Jul 2016 06:45:11 -0700 Received: by (sSMTP sendmail emulation); Mon, 04 Jul 2016 14:45:11 +0025 Date: Mon, 4 Jul 2016 14:45:11 +0100 From: Bruce Richardson To: "Zhang, Helin" Cc: "Wu, Jingjing" , "dev@dpdk.org" , "Yigit, Ferruh" 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 Content-Disposition: inline In-Reply-To: Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] i40e: fix VLAN filter in promiscuous mode X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2016 13:45:26 -0000 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