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 1A7A78195 for ; Sat, 11 Oct 2014 09:46:08 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 11 Oct 2014 00:53:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,697,1406617200"; d="scan'208";a="587167301" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 11 Oct 2014 00:53:37 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:53:37 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.195.1; Sat, 11 Oct 2014 00:53:36 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.230]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id 14.03.0195.001; Sat, 11 Oct 2014 15:53:29 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/4] support control packet filter on Fortville Thread-Index: AQHP2I5YlimDn5Grg02NCQ5Su0PKrJwqn6zw Date: Sat, 11 Oct 2014 07:53:28 +0000 Message-ID: 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:46:09 -0000 Acked-by: Helin Zhang > -----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