From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1F4D01B016 for ; Tue, 9 Jan 2018 08:44:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 23:44:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="165288094" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga004.jf.intel.com with ESMTP; 08 Jan 2018 23:44:55 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 23:44:55 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 8 Jan 2018 23:44:54 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 15:44:52 +0800 From: "Zhang, Helin" To: "Xing, Beilei" , "Wu, Jingjing" , "Lu, Wenzhuo" , "Zhang, Qi Z" CC: "dev@dpdk.org" , "Chilikin, Andrey" Thread-Topic: [dpdk-dev] [PATCH v8 0/2] support input set configuration Thread-Index: AQHTiC4UCj9eD8WxRkKFx8AFOJ/07qNrKvew Date: Tue, 9 Jan 2018 07:44:53 +0000 Message-ID: References: <1515121386-126382-1-git-send-email-beilei.xing@intel.com> <1515380954-36017-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1515380954-36017-1-git-send-email-beilei.xing@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 v8 0/2] support input set configuration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 07:44:57 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Beilei Xing > Sent: Monday, January 8, 2018 11:09 AM > To: Wu, Jingjing; Lu, Wenzhuo; Zhang, Qi Z > Cc: dev@dpdk.org; Chilikin, Andrey > Subject: [dpdk-dev] [PATCH v8 0/2] support input set configuration >=20 > The patchset adds support RSS/FDIR/FDIR flexible payload input set > configuration for some pctype. >=20 > v8 changes: > - Add info if NIC doesn't support the function. >=20 > v7 changes: > - Add info if NIC doesn't support the function. > - Add doc in testpmd_funcs.rst for the new CLIs. >=20 > v6 changes: > - Fix DPDK version for new private API. >=20 > v5 changes: > - Add DPDK version for new private API. >=20 > v4 changes: > - Change testpmd command token and print info. >=20 > v3 changes: > - Add support reset RSS/FDIR/FDIR flexible payload input set for some pc= type. >=20 > v2 changes: > - Use 'static inline' to replace 'inline'. > - Add support get status for some filed index of input set. >=20 > Beilei Xing (2): > net/i40e: support input set configuration > app/testpmd: add configuration for input set >=20 > app/test-pmd/cmdline.c | 242 ++++++++++++++++++++++= ++++++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 16 ++ > drivers/net/i40e/rte_pmd_i40e.c | 141 ++++++++++++++++ > drivers/net/i40e/rte_pmd_i40e.h | 138 ++++++++++++++++ > drivers/net/i40e/rte_pmd_i40e_version.map | 10 ++ > 5 files changed, 547 insertions(+) >=20 > -- > 2.5.5 Applied to dpdk-next-net-intel, with minor commit log changes. Thanks! /Helin