From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D4A28A0513; Fri, 8 Apr 2022 08:00:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EEA4142878; Fri, 8 Apr 2022 07:59:30 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 738524286E for ; Fri, 8 Apr 2022 07:59:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649397567; x=1680933567; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=uVVB4MkCYEVyyKo3cqnFJiQkOweVisZec0RCm1IN36I=; b=hXQwYIZDyCmrWtKP7WmdBLk0N1EipV71rsvHcfvU7V2JfqlQFuafh+Co oXaWALVNP+0Y2c1woa74IDqGXxnkFacntWFjWwyWgB4S03NqV3smUlunr 1+KaAiDtiGaDhDoPKuNWM1l92RbRwFokHZCDBtP7r0REUjdP+G41dln8p s/8Lzmsg8Z3OhuA/cv81zPCS7Gw5OX873eNA8VI3fQsAmREWtT8aF7k6D WbuIAInv3yu4O7TPlW5QNe4BrbT61pQTNjEmeTA93mhaGst81PsOAERED y6+O4WhMYinTN59ubUkk3QphydQDl0/NXiXl+iM4KgrvRJmEsxyuaKTrj w==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="241450502" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="241450502" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Apr 2022 22:59:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="642773649" Received: from npg-wuwenjun-dpdk-01.sh.intel.com ([10.67.110.181]) by FMSMGA003.fm.intel.com with ESMTP; 07 Apr 2022 22:59:26 -0700 From: Wenjun Wu To: dev@dpdk.org, qi.z.zhang@intel.com, qiming.yang@intel.com Subject: [PATCH v6 10/10] doc: add release notes for 22.07 Date: Fri, 8 Apr 2022 13:38:15 +0800 Message-Id: <20220408053815.850191-11-wenjun1.wu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220408053815.850191-1-wenjun1.wu@intel.com> References: <20220329014813.1092054-1-wenjun1.wu@intel.com> <20220408053815.850191-1-wenjun1.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add support for ETS-based TX QoS on PF Signed-off-by: Wenjun Wu --- doc/guides/rel_notes/release_22_07.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_22_07.rst b/doc/guides/rel_notes/release_22_07.rst index 42a5f2d990..2ce3c99fb8 100644 --- a/doc/guides/rel_notes/release_22_07.rst +++ b/doc/guides/rel_notes/release_22_07.rst @@ -55,6 +55,10 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Intel ice driver.** + + * Added Tx QoS rate limitation and priority configuration support for queue and queue group. + * Added TX QoS queue weight configuration support. Removed Items ------------- -- 2.25.1