From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 02BD97F50 for ; Fri, 21 Nov 2014 21:36:55 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 21 Nov 2014 12:47:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,432,1413270000"; d="scan'208";a="612020537" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by orsmga001.jf.intel.com with ESMTP; 21 Nov 2014 12:47:29 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 22 Nov 2014 04:47:28 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.240]) with mapi id 14.03.0195.001; Sat, 22 Nov 2014 04:47:21 +0800 From: "Xie, Huawei" To: "Thomas Monjalon (thomas.monjalon@6wind.com)" , "Chen, Jing D" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] lib/librte_pmd_i40e: set vlan filter fix Thread-Index: AQHP/JETBcJ8Ujm4/EmV6z7oq3gsppxZhpuwgBIYeuA= Date: Fri, 21 Nov 2014 20:47:20 +0000 Message-ID: References: <1415587563-11512-1-git-send-email-huawei.xie@intel.com> <4341B239C0EFF9468EE453F9E9F4604D016110AF@shsmsx102.ccr.corp.intel.com> In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D016110AF@shsmsx102.ccr.corp.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 v2 0/2] lib/librte_pmd_i40e: set vlan filter fix 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: Fri, 21 Nov 2014 20:36:57 -0000 Hi Thomas: Do you have issues applying this patch and vhost VMDQ patch? Without this fix, the vlan filter set willn't work. -Huawei > -----Original Message----- > From: Chen, Jing D > Sent: Monday, November 10, 2014 1:26 AM > To: Xie, Huawei; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2 0/2] lib/librte_pmd_i40e: set vlan filt= er fix >=20 >=20 >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Huawei Xie > > Sent: Monday, November 10, 2014 10:46 AM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v2 0/2] lib/librte_pmd_i40e: set vlan filter= fix > > > > This patchset fixes "set vlan filter" issue. > > > > v2 changes: > > * add two macros I40E_VFTA_IDX and I40E_VFTA_BIT for VFTA array > > operation. > > > > Huawei Xie (2): > > vlan id set fix > > add I40E_VFTA_IDX and I40E_VFTA_BIT macros for VFTA related operation > > > > lib/librte_pmd_i40e/i40e_ethdev.c | 20 ++++++++++---------- > > lib/librte_pmd_i40e/i40e_ethdev.h | 9 +++++++++ > > 2 files changed, 19 insertions(+), 10 deletions(-) > > > > -- > > 1.8.1.4 >=20 > Acked-by : Jing Chen