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 10BEA8162 for ; Sat, 11 Oct 2014 09:16:14 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 11 Oct 2014 00:20:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,697,1406617200"; d="scan'208";a="587160489" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 11 Oct 2014 00:23:43 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:23:43 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:23:43 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.203]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.172]) with mapi id 14.03.0195.001; Sat, 11 Oct 2014 15:23:41 +0800 From: "Liu, Jijiang" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/4] support control packet filter on Fortville Thread-Index: AQHP2I5YMvvLcdVONkWxwk2JJl/SF5wqluqQ Date: Sat, 11 Oct 2014 07:23:41 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D761D6@SHSMSX101.ccr.corp.intel.com> References: <1411628369-29532-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1411628369-29532-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 0/4] support control packet 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: Sat, 11 Oct 2014 07:16:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jingjing Wu > Sent: Thursday, September 25, 2014 2:59 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 0/4] support control packet filter on Fortvill= e >=20 > The patch set enables control packet filter on Fortville. > Control packet filter can assign packet to specific destination by filter= ing with > mac address and ethertype or only ethertype. >=20 > It mainly includes: > - Use new filter mechanism discussed at > http://dpdk.org/ml/archives/dev/2014-September/005179.html. > - control packet filter implementation in i40e pmd driver >=20 > jingjing.wu (4): > new filter APIs definition > define CTRL_PKT filter type and its structure > ctrl_pkt filter implementation in i40e pmd driver > add commands for control packet filter >=20 > app/test-pmd/cmdline.c | 149 > +++++++++++++++++++++++++++++++++++ > lib/librte_ether/Makefile | 1 + > lib/librte_ether/rte_eth_ctrl.h | 102 ++++++++++++++++++++++++ > lib/librte_ether/rte_ethdev.c | 32 ++++++++ > lib/librte_ether/rte_ethdev.h | 44 +++++++++++ > lib/librte_pmd_i40e/i40e_ethdev.c | 161 > ++++++++++++++++++++++++++++++++++++++ > 6 files changed, 489 insertions(+) > create mode 100644 lib/librte_ether/rte_eth_ctrl.h >=20 > -- > 1.8.1.4 Acked-by: Jijiang Liu