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 595E145D9E; Mon, 25 Nov 2024 04:23:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4977340612; Mon, 25 Nov 2024 04:23:18 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mails.dpdk.org (Postfix) with ESMTP id B4F5C402E1 for ; Mon, 25 Nov 2024 04:23:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1732504997; x=1764040997; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=53D8AG9Y6mDjBk45NOBwhg+G1uQmPEMDF8Mkueq0Pdg=; b=lih0QEdBWoExPB2gsq+quvBXvMuDGAv1s8wKMi8kpHPxcgdRCWV33Uv8 hCC1nonpR1Oyjvjdt70YUOIq1bPSqeI623jUJKIY/Y8+AMQ15WgDoBImQ 47wPPB8c3zXuTIooDto3D5m9G1AhmR40CEmO4lYPYd1UykTYjrvrzMHRi w/laYvUOoXsqprZ3aMNzgsGL1X5Cvd34k/G+2Q+ZSHW06wXLnL0zsg96i Q56n+nhaBkdmbEN5wkeN2DWqbKKqTTJl19APoSJQyacBQ0q6kQFmSHJgR blLf9CbIF9UWocrLXBm/ar/o03JktojfmpU7s3sG686HX7ey2GcyGYism Q==; X-CSE-ConnectionGUID: XIcRHWo2QD2jJ2qpfX8kYA== X-CSE-MsgGUID: mCwnRDR9RP6I5D7/h6nXKA== X-IronPort-AV: E=McAfee;i="6700,10204,11266"; a="32644250" X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="32644250" Received: from orviesa003.jf.intel.com ([10.64.159.143]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 19:23:16 -0800 X-CSE-ConnectionGUID: sOwSkU7aSPeR2ZZGhxBA5A== X-CSE-MsgGUID: tTLKkt+cT1q3v4sigaGNCA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,199,1725346800"; d="scan'208";a="96192061" Received: from unknown (HELO localhost.localdomain) ([10.239.252.12]) by ORVIESA003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 19:23:14 -0800 From: hailinx To: dev@dpdk.org Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com, hailinx Subject: [PATCH v1] net/i40e: updated latest recommended matching list Date: Mon, 25 Nov 2024 10:45:53 +0800 Message-Id: <20241125024553.3557647-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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index ca6caa0cff..35585efc44 100644 --- a/doc/guides/nics/i40e.rst +++ b/doc/guides/nics/i40e.rst @@ -104,6 +104,10 @@ For X710/XL710/XXV710, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 24.11 | 2.26.8 | 9.52 | + +--------------+-----------------------+------------------+ + | 24.07 | 2.25.9 | 9.50 | + +--------------+-----------------------+------------------+ | 24.03 | 2.24.6 | 9.40 | +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 9.30 | @@ -171,6 +175,10 @@ For X722, +--------------+-----------------------+------------------+ | DPDK version | Kernel driver version | Firmware version | +==============+=======================+==================+ + | 24.11 | 2.26.8 | 6.50 | + +--------------+-----------------------+------------------+ + | 24.07 | 2.25.9 | 6.50 | + +--------------+-----------------------+------------------+ | 24.03 | 2.24.6 | 6.20 | +--------------+-----------------------+------------------+ | 23.11 | 2.23.17 | 6.20 | -- 2.25.1