From patchwork Wed Mar 27 05:06:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 138848 X-Patchwork-Delegate: thomas@monjalon.net 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 4023A43D60; Wed, 27 Mar 2024 06:40:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C7737402A3; Wed, 27 Mar 2024 06:40:28 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mails.dpdk.org (Postfix) with ESMTP id 1733C4029F for ; Wed, 27 Mar 2024 06:40:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711518027; x=1743054027; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=x8uNRH6QdXNBExgw4gL0jmsYgSegRD+uniEUAIIFJM8=; b=KV5rqFSXb6/sk/N0WqdEGkqIKX4crcQ2cyxSXejNI85DHYLZW5iRZL2q fQWxMpVgFpWBBsVEwH32NwDzYj5b3oU1JnAOqnNOOzP6uKbWorlBysgL0 JBTbOgv6V2nP0+0kyym0C2WksGsDIGMIdM2M1/0cgUyhYrUXjr3u1/hsW niHmb1Ft9+a9FEKHEzDAA+X0XvcAlBUnMeCAFm0rym+304XY/F1KKX43e SB80WX4Bkd12jqaYByLgC8X6FCIq9pv86g7vCNp0ZO7Sp0ZZJVuZkbqg7 2/iJ9KwrFzpDuQeSFPXMXBzYnk4NhoZulzQbOLGq3xLTaI64Au63FxyH2 Q==; X-CSE-ConnectionGUID: jJZb6qEvR5qbeiDXo7llcA== X-CSE-MsgGUID: LMMHzo1PTkWXI9bAXMxNng== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="24089535" X-IronPort-AV: E=Sophos;i="6.07,157,1708416000"; d="scan'208";a="24089535" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2024 22:40:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,157,1708416000"; d="scan'208";a="20897713" Received: from unknown (HELO localhost.localdomain) ([10.239.252.12]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Mar 2024 22:40:24 -0700 From: hailinx To: dev@dpdk.org Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com, hailinx Subject: [PATCH v1] net/i40e: updated 24.03 recommended matching list Date: Wed, 27 Mar 2024 13:06:55 +0800 Message-Id: <20240327050655.459332-1-hailinx.xu@intel.com> X-Mailer: git-send-email 2.25.1 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 Signed-off-by: hailinx Acked-by: John McNamara --- doc/guides/nics/i40e.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index 38eab76539..ca6caa0cff 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -104,6 +104,8 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 24.03 | 2.24.6 | 9.40 | + +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 9.30 | +--------------+-----------------------+------------------+ | 23.07 | 2.22.20 | 9.20 | @@ -169,6 +171,8 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 24.03 | 2.24.6 | 6.20 | + +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 6.20 | +--------------+-----------------------+------------------+ | 23.07 | 2.22.20 | 6.20 |