From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 333E558F1 for ; Mon, 10 Nov 2014 09:17:05 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 10 Nov 2014 00:24:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,351,1413270000"; d="scan'208";a="605175938" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by orsmga001.jf.intel.com with ESMTP; 10 Nov 2014 00:26:47 -0800 Received: from pgsmsx104.gar.corp.intel.com (10.221.44.91) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 10 Nov 2014 16:26:01 +0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 10 Nov 2014 16:26:01 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.136]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.62]) with mapi id 14.03.0195.001; Mon, 10 Nov 2014 16:25:59 +0800 From: "Chen, Jing D" To: "Xie, Huawei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 0/2] lib/librte_pmd_i40e: set vlan filter fix Thread-Index: AQHP/JET3pxNx0Wpg0mv7mYg7CMn6pxZhpuw Date: Mon, 10 Nov 2014 08:25:59 +0000 Message-ID: <4341B239C0EFF9468EE453F9E9F4604D016110AF@shsmsx102.ccr.corp.intel.com> References: <1415587563-11512-1-git-send-email-huawei.xie@intel.com> In-Reply-To: <1415587563-11512-1-git-send-email-huawei.xie@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: Mon, 10 Nov 2014 08:17:05 -0000 > -----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 f= ix >=20 > This patchset fixes "set vlan filter" issue. >=20 > v2 changes: > * add two macros I40E_VFTA_IDX and I40E_VFTA_BIT for VFTA array > operation. >=20 > Huawei Xie (2): > vlan id set fix > add I40E_VFTA_IDX and I40E_VFTA_BIT macros for VFTA related operation >=20 > lib/librte_pmd_i40e/i40e_ethdev.c | 20 ++++++++++---------- > lib/librte_pmd_i40e/i40e_ethdev.h | 9 +++++++++ > 2 files changed, 19 insertions(+), 10 deletions(-) >=20 > -- > 1.8.1.4 Acked-by : Jing Chen