From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 2E4097E18 for ; Tue, 18 Nov 2014 14:37:53 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 18 Nov 2014 05:46:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.07,410,1413270000"; d="scan'208";a="633860717" Received: from kmsmsx153.gar.corp.intel.com ([172.21.73.88]) by fmsmga002.fm.intel.com with ESMTP; 18 Nov 2014 05:46:55 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by KMSMSX153.gar.corp.intel.com (172.21.73.88) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 18 Nov 2014 21:46:54 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.110]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.5]) with mapi id 14.03.0195.001; Tue, 18 Nov 2014 21:46:53 +0800 From: "Liu, Jijiang" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 0/2] support ethertype filter on fortville Thread-Index: AQHP/0Cjjw907vhACUKqIh74JI3rupxmbJhA Date: Tue, 18 Nov 2014 13:46:52 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D9BE50@SHSMSX101.ccr.corp.intel.com> References: <1413965977-15165-1-git-send-email-jingjing.wu@intel.com> <1415882995-8697-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1415882995-8697-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 0/2] support ethertype filter on fortville 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: Tue, 18 Nov 2014 13:37:54 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu > Sent: Thursday, November 13, 2014 8:50 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] support ethertype filter on fortville >=20 > From: "jingjing.wu" >=20 > The patch set supports ethertype filter on fortville. >=20 > v3 changes: > - redefine the control packet filter to ethertype filter >=20 > v2 changes: > - strip the filter APIs definitions from this patch set >=20 > jingjing.wu (2): > ethdev: new structure of Ethertype Filter for filter_ctrl api > i40e: implement operation to add/delete an ethertype filter >=20 > lib/librte_ether/rte_eth_ctrl.h | 20 ++++++++ > lib/librte_pmd_i40e/i40e_ethdev.c | 99 > +++++++++++++++++++++++++++++++++++++++ > 2 files changed, 119 insertions(+) >=20 > -- > 1.8.1.4 Acked-by: Jijiang Liu