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 65C194570F; Thu, 1 Aug 2024 10:57:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 597DE4331A; Thu, 1 Aug 2024 10:57:40 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.16]) by mails.dpdk.org (Postfix) with ESMTP id 200BD43318 for ; Thu, 1 Aug 2024 10:57:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1722502658; x=1754038658; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=50Hp0VRkJyvKgFKjWu5zxo6RdJYS3BqVIksa2GfHoyU=; b=f69aGN2J9iJ/ukBNaso1eLI263IPKuN61zgL6DNzG/32fr7oYcNdsvyh xLjVUTwI7TwqgmExJul7ZFG7ZAgLylndilRzYi88odqm0No9OelGgepJa mLNCrL1rqVd/SLURsYd2SFclsAaHzYQbAvWPL/3n2FCD/utrAeJn3Auuk RlW2TVjf/dRK3VndQ6jkPfxEi2WLAuRyV49mJmqnGKXDtK08v1QbecS6C gA5ukkgcjFSui4GoL8TJEgmCz6FW4s6P0taN4Edr2UgFUzKVzFYjQN+rw uXr9wI4uOcW7vvwoNxXtj++wnch3VHnSL5Nr7BepyqgqDLyFs46xFubcU Q==; X-CSE-ConnectionGUID: VrIarqeBR12PU3E4ON/8nw== X-CSE-MsgGUID: 1hsM4vkMSsCinkgGM1Qxqw== X-IronPort-AV: E=McAfee;i="6700,10204,11150"; a="20596595" X-IronPort-AV: E=Sophos;i="6.09,254,1716274800"; d="scan'208";a="20596595" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by orvoesa108.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2024 01:57:36 -0700 X-CSE-ConnectionGUID: prjTOMK3QLSvQER5b3s9Cw== X-CSE-MsgGUID: 3HFqYvmkRtW7C+I2zcKyAg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,254,1716274800"; d="scan'208";a="59615207" Received: from unknown (HELO localhost.localdomain) ([10.239.252.12]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2024 01:57:35 -0700 From: hailinx To: dev@dpdk.org Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com, hailinx.xu@intel.com Subject: [PATCH v1] net/i40e: updated 24.07 recommended matching list Date: Thu, 1 Aug 2024 16:19:02 +0800 Message-Id: <20240801081902.750080-1-hailinx.xu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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 Signed-off-by: hailinx --- 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 ca6caa0cff..d4c9790d47 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.07 | 2.25.9 | 9.50 | + +--------------+-----------------------+------------------+ | 24.03 | 2.24.6 | 9.40 | +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 9.30 | @@ -171,6 +173,8 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 24.07 | 2.25.9 | 6.50 | + +--------------+-----------------------+------------------+ | 24.03 | 2.24.6 | 6.20 | +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 6.20 | -- 2.25.1