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 204F41B161 for ; Tue, 9 Jan 2018 07:18:14 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jan 2018 22:18:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,334,1511856000"; d="scan'208";a="8594670" Received: from pgsmsx106.gar.corp.intel.com ([10.221.44.98]) by fmsmga002.fm.intel.com with ESMTP; 08 Jan 2018 22:18:12 -0800 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.108]) by PGSMSX106.gar.corp.intel.com ([169.254.9.199]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 14:18:11 +0800 From: "Zhao1, Wei" To: "Zhang, Helin" , "dev@dpdk.org" CC: "Mcnamara, John" Thread-Topic: [PATCH v3] doc: add queue region feature info to release notes Thread-Index: AQHTiDOOXzPjCWK+z0KNoOJ3zcZ7SaNrEcnwgAAAkzCAAABrEA== Date: Tue, 9 Jan 2018 06:18:10 +0000 Message-ID: References: <20180103081324.53616-1-wei.zhao1@intel.com> <20180108033953.142410-1-wei.zhao1@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [172.30.20.206] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] 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: Tue, 09 Jan 2018 06:18:15 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Tuesday, January 9, 2018 2:17 PM > To: Zhao1, Wei ; dev@dpdk.org > Cc: Mcnamara, John > Subject: RE: [PATCH v3] doc: add queue region feature info to release not= es >=20 >=20 >=20 > > -----Original Message----- > > From: Zhang, Helin > > Sent: Tuesday, January 9, 2018 2:15 PM > > To: Zhao1, Wei; dev@dpdk.org > > Cc: Mcnamara, John > > Subject: RE: [PATCH v3] doc: add queue region feature info to release > > notes > > > > > > > > > -----Original Message----- > > > From: Zhao1, Wei > > > Sent: Monday, January 8, 2018 11:40 AM > > > To: dev@dpdk.org > > > Cc: Zhang, Helin; Mcnamara, John; Zhao1, Wei > > > Subject: [PATCH v3] doc: add queue region feature info to release > > > notes > > > > > > This patch add inforation about i40e queue region realted to release > > > notes, it has been missed before in v17.11 release notes. This > > > feature has been implemented in v17.11. > > > > > > Signed-off-by: Wei Zhao > > > > > > --- > > > > > > v2: > > > -change this information to v18.02 release notes. > > > > > > v3: > > > -rework it on dpdk-next-net-intel sub tree. > > > --- > > > doc/guides/rel_notes/release_18_02.rst | 18 ++++++++++++++++++ > > > 1 file changed, 18 insertions(+) > > > > > > diff --git a/doc/guides/rel_notes/release_18_02.rst > > > b/doc/guides/rel_notes/release_18_02.rst > > > index 621b8f5..d7c8b68 100644 > > > --- a/doc/guides/rel_notes/release_18_02.rst > > > +++ b/doc/guides/rel_notes/release_18_02.rst > > > @@ -47,6 +47,24 @@ New Features > > > users. According to the device configuration, it will setup TX->RX > loopback > > > link or not. > > > > > > +* **Added the i40e ethernet driver to support queue region > > > +feature.** > > Please follow others about the format. I guess blank space might be > needed. > > Thanks, > > Helin > Sorry, it seems that different formats are all there. Please just ignore = my > comments here. Thanks! Ok. >=20 > /Helin > > > > > + > > > + 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.1= 1. > > > + > > > +* **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 con= figure. > > > + 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. > > > + > > > API Changes > > > ----------- > > > > > > -- > > > 2.9.3