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 B54602BA1 for ; Thu, 25 Feb 2016 08:42:18 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 24 Feb 2016 23:42:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,497,1449561600"; d="scan'208";a="920754561" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 24 Feb 2016 23:42:18 -0800 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 23:42:17 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 24 Feb 2016 23:42:16 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Thu, 25 Feb 2016 15:42:15 +0800 From: "Zhang, Helin" To: "Richardson, Bruce" , "Wu, Jingjing" Thread-Topic: [dpdk-dev] [PATCH 00/12] extend flow director's fields in i40e driver Thread-Index: AQHRbvjZXejBhgAocUmUdrF1ZkhDXZ88Ydxw Date: Thu, 25 Feb 2016 07:42:13 +0000 Message-ID: References: <1451032200-24973-1-git-send-email-jingjing.wu@intel.com> <1453789575-6297-1-git-send-email-jingjing.wu@intel.com> <20160224114451.GB10520@bricha3-MOBL3> In-Reply-To: <20160224114451.GB10520@bricha3-MOBL3> 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 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 00/12] extend flow director's fields in i40e driver 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: Thu, 25 Feb 2016 07:42:19 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bruce Richardson > Sent: Wednesday, February 24, 2016 7:45 PM > To: Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 00/12] extend flow director's fields in i4= 0e > driver >=20 > On Tue, Jan 26, 2016 at 02:26:03PM +0800, Jingjing Wu wrote: > > This patch set extends flow director to support filtering by > > additional fields below in i40e driver: > > - TOS, Protocol and TTL in IP header > > - Tunnel id if NVGRE/GRE/VxLAN packets > > - single vlan or inner vlan > > > > Jingjing Wu (12): > > ethdev: extend flow director to support input set selection > > i40e: split function for input set change of hash and fdir > > i40e: remove flex payload from INPUT_SET_SELECT operation > > i40e: restore default setting on input set of filters > > i40e: extend flow director to filter by more IP Header fields > > testpmd: extend commands for filter's input set changing > > librte_ether: extend rte_eth_fdir_flow to support tunnel format > > i40e: extend flow director to filter by tunnel ID > > testpmd: extend commands for fdir's tunnel id input set > > i40e: fix VLAN bitmasks for hash/fdir input sets for tunnels > > i40e: extend flow director to filter by vlan id > > testpmd: extend commands for fdir's vlan input set > > > > app/test-pmd/cmdline.c | 121 +++++++-- > > doc/guides/rel_notes/release_2_3.rst | 5 + > > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 56 ++-- > > drivers/net/i40e/i40e_ethdev.c | 401 +++++++++++++++++---= ------- > - > > drivers/net/i40e/i40e_ethdev.h | 11 +- > > drivers/net/i40e/i40e_fdir.c | 163 ++++++++--- > > lib/librte_ether/rte_eth_ctrl.h | 35 ++- > > 7 files changed, 529 insertions(+), 263 deletions(-) > > > > -- > > 2.4.0 > > >=20 > Any review or comments on this patchset? I am now reviewing it, hopefully review comments will be sent out in the following days. Thanks, Helin >=20 > /Bruce