From patchwork Thu Jul 1 11:41:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xu, Ting" X-Patchwork-Id: 95129 X-Patchwork-Delegate: qi.z.zhang@intel.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C3846A0A0C; Thu, 1 Jul 2021 13:41:18 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1D1A541304; Thu, 1 Jul 2021 13:40:45 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id F0F26412F7 for ; Thu, 1 Jul 2021 13:40:42 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10031"; a="205513438" X-IronPort-AV: E=Sophos;i="5.83,314,1616482800"; d="scan'208";a="205513438" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jul 2021 04:40:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,313,1616482800"; d="scan'208";a="457624151" Received: from dpdk-xuting-second.sh.intel.com ([10.67.116.193]) by fmsmga008.fm.intel.com with ESMTP; 01 Jul 2021 04:40:41 -0700 From: Ting Xu To: dev@dpdk.org Cc: qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com, qiming.yang@intel.com, Ting Xu Date: Thu, 1 Jul 2021 19:41:24 +0800 Message-Id: <20210701114124.6174-8-ting.xu@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210701114124.6174-1-ting.xu@intel.com> References: <20210601014034.36100-1-ting.xu@intel.com> <20210701114124.6174-1-ting.xu@intel.com> Subject: [dpdk-dev] [PATCH v5 7/7] doc: release note for ETS-based Tx QoS 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 Sender: "dev" Add 21.08 release note for ETS-based Tx QoS Signed-off-by: Ting Xu --- doc/guides/rel_notes/release_21_08.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_21_08.rst b/doc/guides/rel_notes/release_21_08.rst index a6ecfdf3ce..35aa76a270 100644 --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst @@ -55,6 +55,13 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Intel iavf driver.** + + * Added Tx QoS VF queue TC mapping. + +* **Updated Intel ice driver.** + + * Added Tx QoS TC bandwidth configuration in DCF. Removed Items -------------