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 78294A00C3; Tue, 19 Apr 2022 04:27:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 841AF427F9; Tue, 19 Apr 2022 04:27:24 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8636740687 for ; Tue, 19 Apr 2022 04:27:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650335242; x=1681871242; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=tUELOG1Cc7859refsqhTCxnxQ0uNlnNiWIdG2b8/jDg=; b=JzogcFhlQENleHsq7yn7unCV/sFPYQXIW3wH6NKbPcRH5pEPypwZK2H4 gVKUPF/2c1WPb59OYS+JFs1YMaJq8VFgvpY/uZK3tISIDicS0be22UyJR wxDWJX5fwZBjDoAI4av+8TjzdwegyPYZ2AIbVaCZvM9VEutlpwpdAYBPK wlVUIF4hJET3bfgYdl5fVG2Ac3xkAtN14/2+UKpaOpN6Y15H8H54o08bj 3fej1PNfOUcNYuroPMKU+GMHXIJG2pbLP+/hs5KU9l10yRB3YzPU2McZV ebd3Bz4d1PotrVHXvutWPZPXt9HnnK4v0EhvEieXeRPzAnesdaLzVNpsL Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="244241310" X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="244241310" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 19:27:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,271,1643702400"; d="scan'208";a="554503685" Received: from npg-wuwenjun-dpdk-01.sh.intel.com ([10.67.110.181]) by orsmga007.jf.intel.com with ESMTP; 18 Apr 2022 19:27:20 -0700 From: Wenjun Wu To: dev@dpdk.org, jingjing.wu@intel.com, beilei.xing@intel.com, qi.z.zhang@intel.com Subject: [PATCH v5 4/4] doc: update IAVF driver guide and 22.07 release notes Date: Tue, 19 Apr 2022 10:05:40 +0800 Message-Id: <20220419020540.1975653-5-wenjun1.wu@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220419020540.1975653-1-wenjun1.wu@intel.com> References: <20220329020717.1101263-1-wenjun1.wu@intel.com> <20220419020540.1975653-1-wenjun1.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 driver guide and update the release notes for quanta size configuration. Signed-off-by: Wenjun Wu --- doc/guides/nics/intel_vf.rst | 4 ++++ doc/guides/rel_notes/release_22_07.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/doc/guides/nics/intel_vf.rst b/doc/guides/nics/intel_vf.rst index 648af39c22..6498135655 100644 --- a/doc/guides/nics/intel_vf.rst +++ b/doc/guides/nics/intel_vf.rst @@ -92,6 +92,10 @@ For more detail on SR-IOV, please refer to the following documents: available for IAVF PMD. The same devargs with the same parameters can be applied to IAVF PMD, for detail please reference the section ``Protocol extraction for per queue`` of ice.rst. + Quanta size configuration is also supported when IAVF is backed by an IntelĀ® E810 device by setting ``devargs`` + parameter ``quanta_size`` like ``-a 18:00.0,quanta_size=2048``. The default value is 1024, and quanta size should be + set as the product of 64 in legacy host interface mode. + The PCIE host-interface of Intel Ethernet Switch FM10000 Series VF infrastructure ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ------------- -- 2.25.1