From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jing.d.chen@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id 927A6817D
 for <dev@dpdk.org>; Sat, 11 Oct 2014 09:15:38 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga102.jf.intel.com with ESMTP; 11 Oct 2014 00:16:42 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.04,697,1406617200"; d="scan'208";a="587160332"
Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203])
 by orsmga001.jf.intel.com with ESMTP; 11 Oct 2014 00:23:05 -0700
Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) 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:05 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Sat, 11 Oct 2014 00:23:05 -0700
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.192]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.190]) with mapi id 14.03.0195.001;
 Sat, 11 Oct 2014 15:23:03 +0800
From: "Chen, Jing D" <jing.d.chen@intel.com>
To: "Wu, Jingjing" <jingjing.wu@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH 0/4] support control packet filter on Fortville
Thread-Index: AQHP2I5YMvvLcdVONkWxwk2JJl/SF5wqlw7A
Date: Sat, 11 Oct 2014 07:23:03 +0000
Message-ID: <4341B239C0EFF9468EE453F9E9F4604D015F249A@shsmsx102.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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sat, 11 Oct 2014 07:15:39 -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: Jing Chen <jing.d.chen@intel.com>