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 5C5FE2B93 for ; Mon, 4 Jul 2016 08:33:43 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 03 Jul 2016 23:33:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,573,1459839600"; d="scan'208";a="133301164" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 03 Jul 2016 23:33:32 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 3 Jul 2016 23:33:32 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 3 Jul 2016 23:33:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.230]) with mapi id 14.03.0248.002; Mon, 4 Jul 2016 14:33:30 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" CC: "dev@dpdk.org" , "Yigit, Ferruh" Thread-Topic: [PATCH v3] i40e: fix VLAN filter in promiscuous mode Thread-Index: AQHR0m5eNvjUdBZuD0WFoix/MgaXcKAH1vFA Date: Mon, 4 Jul 2016 06:33:30 +0000 Message-ID: References: <1465871060-20324-1-git-send-email-jingjing.wu@intel.com> <1467249955-1420-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1467249955-1420-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 06:33:43 -0000 > -----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 >=20 > 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. >=20 > So this patch clears promiscuous VLAN flag on VSI, and adds a rule to ena= ble > VLAN table to fix VLAN filtering in promiscuous mode. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Signed-off-by: Jingjing Wu Acked-by: Helin Zhang