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 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" To: "Mcnamara, John" , "dev@dpdk.org" CC: "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: References: <20180108033953.142410-1-wei.zhao1@intel.com> <20180119032814.57248-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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 ; 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 ; stable@dpdk.org; > Zhao1, > > Wei > > 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