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 442A62C59 for ; Wed, 9 Mar 2016 07:18:35 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 08 Mar 2016 22:18:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,310,1455004800"; d="scan'208";a="905701874" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga001.jf.intel.com with ESMTP; 08 Mar 2016 22:18:34 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 22:18:33 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 8 Mar 2016 22:18:33 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.132]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Wed, 9 Mar 2016 14:18:31 +0800 From: "Zhang, Helin" To: "Wu, Jingjing" , "Richardson, Bruce" Thread-Topic: [PATCH v3 00/12] extend flow director fields in i40e driver Thread-Index: AQHRecaP8reiqDkCxk2uI4F66VwehZ9Qo1EQ Date: Wed, 9 Mar 2016 06:18:31 +0000 Message-ID: References: <1456918207-31696-1-git-send-email-jingjing.wu@intel.com> <1457502180-14124-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1457502180-14124-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-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2I2YTE1NmQtYTgzMi00NTk3LWE5ZmMtM2E4NTY0YTdlNTM2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFcL2RCa0RUUzdCVDBqXC9jVTN2aWNVOFpDbDZmQXB4RENZV09oMHg4Ynk2UT0ifQ== 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 v3 00/12] extend flow director 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: Wed, 09 Mar 2016 06:18:36 -0000 Acked-by: Helin Zhang > -----Original Message----- > From: Wu, Jingjing > Sent: Wednesday, March 9, 2016 1:43 PM > To: Richardson, Bruce > Cc: dev@dpdk.org; Wu, Jingjing ; Zhang, Helin > ; Lu, Wenzhuo ; Pei, Yulong > > Subject: [PATCH v3 00/12] extend flow director fields in i40e driver >=20 > v3 changes: > - rebase to latest dpdk-next-net/rel_16_04(commit: 0f9564a0e4f2) > - use AQ rx control register read/write for some registers > - remove few useless lines > - patch title rewording >=20 > v2 changes: > - rebase on dpdk-next-net/rel_16_04 > - comments rewording. > - redefine the value of RTE_ETH_INPUT_SET_L3_IP4_TTL to avoid ABI breaki= ng. > - remove ABI announce in Deprecation. > - fix the ethertype setting when program filter in v1 patch set. >=20 > This patch set extends flow director to support filtering by additional f= ields below > in i40e driver: > - TOS, Protocol and TTL in IP header > - Tunnel id if NVGRE/GRE/VxLAN packets > - single vlan or inner vlan >=20 >=20 > Andrey Chilikin (1): > i40e: fix VLAN bitmasks for input set >=20 > Jingjing Wu (11): > ethdev: extend flow director for input selection > i40e: split function for hash and fdir input > i40e: remove flex payload from input selection > i40e: restore default setting on input set > i40e: extend flow director to filter by IP Header > testpmd: extend input set related commands > librte_ether: extend flow director struct > i40e: extend flow director to filter by tunnel ID > testpmd: extend flow director commands > i40e: extend flow director to filter by vlan id > testpmd: extend flow director commands >=20 > app/test-pmd/cmdline.c | 121 +++++++-- > doc/guides/rel_notes/deprecation.rst | 4 - > doc/guides/rel_notes/release_16_04.rst | 5 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 56 ++-- > drivers/net/i40e/i40e_ethdev.c | 403 > +++++++++++++++++----------- > drivers/net/i40e/i40e_ethdev.h | 11 +- > drivers/net/i40e/i40e_fdir.c | 206 ++++++++++---- > lib/librte_ether/rte_eth_ctrl.h | 35 ++- > 8 files changed, 570 insertions(+), 271 deletions(-) >=20 > -- > 2.4.0