From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Zhao Subject: [PATCH] doc: add queue region feature info to release notes Date: Thu, 21 Dec 2017 11:52:00 +0800 Message-ID: <20171221035200.22479-1-wei.zhao1@intel.com> Cc: john.mcnamara@intel.com, Wei Zhao To: dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id BB7251B1C0 for ; Thu, 21 Dec 2017 04:59:40 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch add inforation about i40e queue region realted to release notes, it has been missed before. Signed-off-by: Wei Zhao --- doc/guides/rel_notes/release_17_11.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/guides/rel_notes/release_17_11.rst b/doc/guides/rel_notes/release_17_11.rst index 016a08c..4b59027 100644 --- a/doc/guides/rel_notes/release_17_11.rst +++ b/doc/guides/rel_notes/release_17_11.rst @@ -210,6 +210,23 @@ New Features Updated ixgbe ethernet PMD to support ``rte_security`` inline IPSec offload. +* **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. + +* **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. + * **Updated ipsec-secgw application to support rte_security.** Updated the ``ipsec-secgw`` sample application to support ``rte_security`` -- 2.9.3