From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 42419A48F; Sun, 21 Jan 2018 22:22:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Jan 2018 13:22:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,393,1511856000"; d="scan'208";a="197553578" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 21 Jan 2018 13:22:15 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.138]) by IRSMSX153.ger.corp.intel.com ([169.254.9.34]) with mapi id 14.03.0319.002; Sun, 21 Jan 2018 21:22:14 +0000 From: "Mcnamara, John" To: "Zhao1, Wei" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH v4] doc: add queue region feature info to release notes Thread-Index: AQHTkNaq3U9Ua9BYYkKZWRMB/rGfvaN+2d/Q Date: Sun, 21 Jan 2018 21:22:13 +0000 Message-ID: References: <20180108033953.142410-1-wei.zhao1@intel.com> <20180119032814.57248-1-wei.zhao1@intel.com> In-Reply-To: <20180119032814.57248-1-wei.zhao1@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjFmYmMxZTYtZDVjNy00MTdhLWJlNzEtODJkZjEzOTEzMjY2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImdmSjdGYmxINzd6T3hBdXR2dUJOSkdaVE1VUVJreHNMY2tTYytiRE9ocUU9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] 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: Sun, 21 Jan 2018 21:22:18 -0000 > -----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 >=20 > This patch add inforation about i40e queue region realted to release > notes, it has been missed before in v17.11 release notes. This feature ha= s > been implemented in v17.11. >=20 Here is a suggested reworking with minor changes and a link to the testpmd = docs: Queue region configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~ The Ethernet Controller X710/XL710 supports a feature of queue regions configuration for RSS in the PF, so that different traffic classes or different packet classification types can be separated to different queues = in different 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. Depending on commands from the command line, it will call i40e private APIs and start the process of setting or flushing the queue region configuration. As this feature is specific for i40e only private APIs are used. These new ``test_pmd`` commands are as shown below. For details pleas= e refer to :doc:`../testpmd_app_ug/index`. .. code-block:: console 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 (val= ue) 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