From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2628337AF for ; Fri, 30 Oct 2015 08:59:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 30 Oct 2015 00:59:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,217,1444719600"; d="scan'208";a="839119027" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 30 Oct 2015 00:59:14 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:59:14 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 30 Oct 2015 00:59:14 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0248.002; Fri, 30 Oct 2015 15:59:12 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v7 0/2] i40e: RSS/FD granularity configuration Thread-Index: AQHREsC9h5BoYK4eak2utt+yZrhqbJ6Dq6pQ Date: Fri, 30 Oct 2015 07:59:11 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D0D97C@SHSMSX104.ccr.corp.intel.com> References: <1446098572-4409-1-git-send-email-helin.zhang@intel.com> <1446174687-2407-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1446174687-2407-1-git-send-email-helin.zhang@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 v7 0/2] i40e: RSS/FD granularity configuration 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: Fri, 30 Oct 2015 07:59:26 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Friday, October 30, 2015 11:11 AM > To: dev@dpdk.org > Cc: Pei, Yulong; Liu, Yong; Wu, Jingjing; Zhang, Helin > Subject: [PATCH v7 0/2] i40e: RSS/FD granularity configuration >=20 > v2 changes: > Solved the compilation issues. >=20 > v3 changes: > Support selecting more input set fields. >=20 > v4 changes: > Removed operation of 'delete', as it is not necessary. > Added FD granularity in both pmd and testpmd, as it is similar to RSS > granularity. >=20 > v5 changes: > Fixed issue of generating wrong input set for registers on ipv6-udp and i= pv6- > tcp pc types. > Added clear masking operations during checking if MASK registers are > opcupied or not. > Reworked several annotations. >=20 > v6 changes: > Updated documentation. >=20 > v7 changes: > Modified RTE_ETH_INSET_SIZE_MAX from 128 to 1, to avoid ABI changes. > Split documentation into pieces and put them directly into the patch of c= ode > changes directly. >=20 > Helin Zhang (2): > i40e: RSS/FD granularity configuration > app/testpmd: add test commands for RSS/FD granularity >=20 > app/test-pmd/cmdline.c | 218 ++++++++ > doc/guides/rel_notes/deprecation.rst | 5 + > doc/guides/rel_notes/release_2_2.rst | 3 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 33 ++ > drivers/net/i40e/i40e_ethdev.c | 742 > ++++++++++++++++++++++++++++ > drivers/net/i40e/i40e_ethdev.h | 7 + > drivers/net/i40e/i40e_fdir.c | 31 ++ > lib/librte_ether/rte_eth_ctrl.h | 114 ++++- > 8 files changed, 1149 insertions(+), 4 deletions(-) >=20 > -- > 1.9.3 Acked-by: Jingjing Wu