From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <wei.zhao1@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 99E77199AC;
 Mon, 22 Jan 2018 06:28:24 +0100 (CET)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 21 Jan 2018 21:28:23 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.46,395,1511856000"; d="scan'208";a="23575611"
Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80])
 by fmsmga004.fm.intel.com with ESMTP; 21 Jan 2018 21:28:22 -0800
Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.108]) by
 PGSMSX102.gar.corp.intel.com ([169.254.6.144]) with mapi id 14.03.0319.002;
 Mon, 22 Jan 2018 13:27:31 +0800
From: "Zhao1, Wei" <wei.zhao1@intel.com>
To: "Mcnamara, John" <john.mcnamara@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
CC: "stable@dpdk.org" <stable@dpdk.org>
Thread-Topic: [PATCH v4] doc: add queue region feature info to release notes
Thread-Index: AQHTkNaqU8eldZY8ekSKts+y6URxNqN+VAWAgAEIu5A=
Date: Mon, 22 Jan 2018 05:27:30 +0000
Message-ID: <A2573D2ACFCADC41BB3BE09C6DE313CA07C9A903@PGSMSX103.gar.corp.intel.com>
References: <20180108033953.142410-1-wei.zhao1@intel.com>
 <20180119032814.57248-1-wei.zhao1@intel.com>
 <B27915DBBA3421428155699D51E4CFE23EE7CC22@IRSMSX103.ger.corp.intel.com>
In-Reply-To: <B27915DBBA3421428155699D51E4CFE23EE7CC22@IRSMSX103.ger.corp.intel.com>
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 v4] 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 <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Jan 2018 05:28:25 -0000

Thank you for your help!
I have commit a v5 patch https://dpdk.org/dev/patchwork/patch/34211/


> -----Original Message-----
> From: Mcnamara, John
> Sent: Monday, January 22, 2018 5:22 AM
> To: Zhao1, Wei <wei.zhao1@intel.com>; dev@dpdk.org
> Cc: stable@dpdk.org
> Subject: RE: [PATCH v4] doc: add queue region feature info to release not=
es
>=20
>=20
>=20
> > -----Original Message-----
> > From: Zhao1, Wei
> > Sent: Friday, January 19, 2018 3:28 AM
> > To: dev@dpdk.org
> > Cc: Mcnamara, John <john.mcnamara@intel.com>; stable@dpdk.org;
> Zhao1,
> > Wei <wei.zhao1@intel.com>
> > Subject: [PATCH v4] 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.
> >
>=20
> Here is a suggested reworking with minor changes and a link to the testpm=
d
> docs:
>=20
> Queue region configuration
> ~~~~~~~~~~~~~~~~~~~~~~~~~~
>=20
> The Ethernet Controller X710/XL710 supports a feature of queue regions
> configuration for RSS in the PF, so that different traffic classes or dif=
ferent
> packet classification types can be separated to different queues in diffe=
rent
> queue regions. There is an API for configuration of queue regions in RSS =
with
> a command line. It can parse the parameters of the region index, queue
> number, queue start index, user priority, traffic classes and so on. Depe=
nding
> on commands from the command line, it will call i40e private APIs and sta=
rt
> the process of setting or flushing the queue region configuration. As thi=
s
> feature is specific for i40e only private APIs are used. These new ``test=
_pmd``
> commands are as shown below. For details please refer
> to :doc:`../testpmd_app_ug/index`.
>=20
> .. code-block:: console
>=20
>    testpmd> set port (port_id) queue-region region_id (value) \
> 		queue_start_index (value) queue_num (value)
>    testpmd> set port (port_id) queue-region region_id (value) flowtype
> (value)
>    testpmd> set port (port_id) queue-region UP (value) region_id (value)
>    testpmd> set port (port_id) queue-region flush (on|off)
>    testpmd> show port (port_id) queue-region
>=20
>=20
>=20