From patchwork Fri Nov 11 05:27:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qiming Yang X-Patchwork-Id: 119741 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 5259DA0542; Fri, 11 Nov 2022 06:37:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB62840141; Fri, 11 Nov 2022 06:37:53 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6A1A1400EF for ; Fri, 11 Nov 2022 06:37:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668145072; x=1699681072; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=5SQH3c1PaSEuCIRkyfKSjxqg3Dm4qckqp6v+Jn7Li4U=; b=OBRL9Fs0y4tTNURoVgx9vJrFPRb1LpwsabdW7YxTsWBJpOHzZIofytJa BalrkZA+Dm9ELTwqAl5iASqBVkrDcO7lfMAQfcw2mj91QlAYRS04QyUII S9SOl6/BRqUaDWWQj5AwcN+6OQ9OB1P2aTGSBA5QUvP6glNcHIQzl4F8x 3MzFfq6txf7G/LHHdMgOOAPaY2APEGqWl6X++mON+vgoflFkYFPk0VbVR IhAHBHWbGFUxUh98BO3e5iQaMzge3MO0u5jk+/LOAQoguac8LTVXcVJMr gWaEO6MVsG0MSgo5Gl0ix/MDEMjE9wqcy/f4AsopaGE12Yas/zPwZKCpn g==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="310243217" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208";a="310243217" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Nov 2022 21:37:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="701095171" X-IronPort-AV: E=Sophos;i="5.96,155,1665471600"; d="scan'208";a="701095171" Received: from dpdk-qiming3.sh.intel.com ([10.67.110.196]) by fmsmga008.fm.intel.com with ESMTP; 10 Nov 2022 21:37:50 -0800 From: Qiming Yang To: dev@dpdk.org, qi.z.zhang@intel.com Cc: Qiming Yang Subject: [PATCH v2] doc: update matching list for i40e and ice driver Date: Fri, 11 Nov 2022 05:27:29 +0000 Message-Id: <20221111052729.1835333-1-qiming.yang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221109014655.1769196-1-qiming.yang@intel.com> References: <20221109014655.1769196-1-qiming.yang@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 recommended matching list for ice PMD in DPDK 22.07 and i40e PMD in DPDK 22.07 and 22.11. Signed-off-by: Qiming Yang Acked-by: Qi Zhang --- doc/guides/nics/i40e.rst | 8 ++++++++ doc/guides/nics/ice.rst | 2 ++ 2 files changed, 10 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index a0992dbc6c..a6c7dbd080 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -101,6 +101,10 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 22.11 | 2.20.12 | 9.01 | + +--------------+-----------------------+------------------+ + | 22.07 | 2.19.3 | 8.70 | + +--------------+-----------------------+------------------+ | 22.03 | 2.17.15 | 8.30 | +--------------+-----------------------+------------------+ | 21.11 | 2.17.4 | 8.30 | @@ -156,6 +160,10 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 22.11 | 2.20.12 | 6.00 | + +--------------+-----------------------+------------------+ + | 22.07 | 2.19.3 | 5.60 | + +--------------+-----------------------+------------------+ | 22.03 | 2.17.15 | 5.50 | +--------------+-----------------------+------------------+ | 21.11 | 2.17.4 | 5.30 | diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index c7f82c261d..ce075e067c 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -64,6 +64,8 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+--------------+-----------+ | 22.03 | 1.8.3 | 1.3.28 | 1.3.35 | 1.3.8 | 3.2 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 22.07 | 1.9.11 | 1.3.30 | 1.3.37 | 1.3.10 | 4.0 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Pre-Installation Configuration ------------------------------