From patchwork Fri Apr 8 08:45:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wenjun Wu X-Patchwork-Id: 109500 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 BC4EDA0501; Fri, 8 Apr 2022 11:07:10 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63E2F42846; Fri, 8 Apr 2022 11:06:48 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 43AD540E5A for ; Fri, 8 Apr 2022 11:06:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649408805; x=1680944805; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=IQ3aMy1D/0sgYzaHSnhJICml/ubatuNXQItWSy1XxBE=; b=LZJEdHJcdwY+/qa7UsG+U7FcuKLABGFdOa+bxXl/R0YwJGi9pIEDWz0t jfbfYouFRDa9lrcu/spbYRcS7qnOxICUaeK4KRPu9ln0/S4cbENhvV5j/ Uc/9db4OxDtFbp0vM2L1Ngm5WRL7/17ElwcPZ5wcS4iwRaG1Tq167VCQp ryfUKI4TlraPCPjXZlT+wnAvZKhrDUlJkCSoB8ooo/SEKC9yBTrJpTmcT uBHKL4O1PSNp0dUSQLmafPmAi1kBxx/cb/bYR7BRmLZuF+NWZ8t5ZFGyv opsZVq/ZOO0fAlN3kTzEooEIzYyw/j/KkeNQeRMrfPcsyDEPtooMEqJ/3 w==; X-IronPort-AV: E=McAfee;i="6400,9594,10310"; a="261726117" X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="261726117" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Apr 2022 02:06:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,244,1643702400"; d="scan'208";a="659417887" Received: from npg-wuwenjun-dpdk-01.sh.intel.com ([10.67.110.181]) by orsmga004.jf.intel.com with ESMTP; 08 Apr 2022 02:06:40 -0700 From: Wenjun Wu To: dev@dpdk.org, qi.z.zhang@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com Subject: [PATCH v4 4/4] doc: add release notes for 22.07 Date: Fri, 8 Apr 2022 16:45:37 +0800 Message-Id: <20220408084537.920685-5-wenjun1.wu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220408084537.920685-1-wenjun1.wu@intel.com> References: <20220329020717.1101263-1-wenjun1.wu@intel.com> <20220408084537.920685-1-wenjun1.wu@intel.com> MIME-Version: 1.0 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 queue rate limit and quanta size configuration 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..f1b4057d70 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 iavf driver.** + + * Added Tx QoS queue rate limitation support. + * Added quanta size configuration support. Removed Items -------------