From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0B88E2BBE for ; Sun, 7 Jan 2018 16:52:01 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Jan 2018 07:52:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,326,1511856000"; d="scan'208";a="190975851" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga005.jf.intel.com with ESMTP; 07 Jan 2018 07:52:00 -0800 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 07:52:00 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 7 Jan 2018 07:51:59 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.213]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Sun, 7 Jan 2018 23:51:58 +0800 From: "Zhang, Helin" To: "Zhao1, Wei" , "Mcnamara, John" CC: "Zhao1, Wei" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] doc: add queue region feature info to release notes Thread-Index: AQHThGvgIwAwj0nM30yANwmKN39utqNolLxg Date: Sun, 7 Jan 2018 15:51:57 +0000 Message-ID: References: <20171221035200.22479-1-wei.zhao1@intel.com> <20180103081324.53616-1-wei.zhao1@intel.com> In-Reply-To: <20180103081324.53616-1-wei.zhao1@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 v2] doc: add queue region feature info to release notes 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: Sun, 07 Jan 2018 15:52:02 -0000 Hi John Could you help to review with ACK or comments? :) Hi Wei 'Git am' failure is as below. Please fix it on dpdk-next-net-intel sub tree= . Thanks! Description: [dpdk-dev,v2] doc: add queue region feature info to release no= tes Applying: doc: add queue region feature info to release notes error: patch failed: doc/guides/rel_notes/release_18_02.rst:41 error: doc/guides/rel_notes/release_18_02.rst: patch does not apply Patch failed at 0001 doc: add queue region feature info to release notes Regards, Helin > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wei Zhao > Sent: Wednesday, January 3, 2018 4:13 PM > To: dev@dpdk.org > Cc: Mcnamara, John; Zhao1, Wei > Subject: [dpdk-dev] [PATCH v2] doc: add queue region feature info to rele= ase > notes I'd suggest to use 'update release notes with queue region feature' >=20 > This patch add inforation about i40e queue region realted to release note= s, it > has been missed before in v17.11 release notes. This feature has been > implemented in v17.11. This patch updates the releases notes with queue region feature which was enabled in 17.11 in silence. >=20 > Signed-off-by: Wei Zhao >=20 > --- >=20 > v2: > -change this information to v18.02 release notes. > --- > doc/guides/rel_notes/release_18_02.rst | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_02.rst > b/doc/guides/rel_notes/release_18_02.rst > index 24b67bb..0e9f17b 100644 > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > @@ -41,6 +41,23 @@ New Features > Also, make sure to start the actual text at the margin. > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > +* **Added the i40e ethernet driver to support queue region feature.** > + > + This feature enable queue regions configuration for RSS in PF, so > + that different traffic classes or different packet classification > + types can be separated to different queues in different queue > + regions. This feature has been implemented in v17.11. > + > +* **Added the testpmd app to support queue region configuration with > +CLI.** > + > + This patch add a API configuration of queue region in rss with command > line. > + It can parse the parameters of region index, queue number, queue > + start index, user priority, traffic classes and so on. > + According to commands from command line, it will call i40e private > + API and start the process of set or flush queue region configure. As > + this feature is specific for i40e, so private API will be used. Aslo > + add a document for these new commands. > + This feature has been implemented in v17.11. >=20 > API Changes > ----------- > -- > 2.9.3