From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2017 19:59:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,434,1508828400"; d="scan'208";a="4558621" Received: from dpdk2.bj.intel.com ([172.16.182.81]) by orsmga006.jf.intel.com with ESMTP; 20 Dec 2017 19:59:38 -0800 From: Wei Zhao To: dev@dpdk.org Cc: john.mcnamara@intel.com, Wei Zhao Date: Thu, 21 Dec 2017 11:52:00 +0800 Message-Id: <20171221035200.22479-1-wei.zhao1@intel.com> X-Mailer: git-send-email 2.9.3 Subject: [dpdk-dev] [PATCH] 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: Thu, 21 Dec 2017 03:59:41 -0000 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