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 6E90445D9E; Mon, 25 Nov 2024 04:29:45 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D8094026B; Mon, 25 Nov 2024 04:29:45 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by mails.dpdk.org (Postfix) with ESMTP id AF9544021F for ; Mon, 25 Nov 2024 04:29:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1732505384; x=1764041384; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1XrUkJEj891Vk1Hyg7QaIPyDflH80lfg+9LCs9FTCao=; b=j6rCTuM6vRX1VWipYAh1oEs4LyRZae7KGi5uFyKLeRwQfcquU82B0+mB 2MtHBIV6pDjCxkgoXr/h0wupS3AjIk1TqouJLPg14DlXT7+qhb9t14cPd i5xa5DKihbxhJOnnmIou3NPV/mYvTS8sVB5ChXZaFZhjPn984O/b6Enfg v1LTARJpfprqSBiMfTjLPn6YDRBESg0y7TgY8Uwy1qTRbeeCUo1Tw5Y4a 66oj4StdmFp2HEjUg+cU3kjk3G1ovH6V5xwG8XsLk5NGkc+eV2PWSONau ZLYP9RZCtqrivClyyGjpdBDb3zr+SeyF7uy4elhQsJRoLh0Ibh3jnLOdT g==; X-CSE-ConnectionGUID: 2UgTYKjNQx6hPRtH/WdKUw== X-CSE-MsgGUID: Kq+hWOZ1S7yr7hvO8N8u/A== X-IronPort-AV: E=McAfee;i="6700,10204,11266"; a="36375003" X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="36375003" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 19:29:43 -0800 X-CSE-ConnectionGUID: eRShhr07QiC+oeFDdS96wA== X-CSE-MsgGUID: huTksLfhRcaCRV+Xz3Cxcw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="95224761" Received: from unknown (HELO localhost.localdomain) ([10.239.252.12]) by fmviesa003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2024 19:29:42 -0800 From: hailinx To: dev@dpdk.org Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com, hailinx Subject: [PATCH v1] net/ice: updated latest recommended matching list Date: Mon, 25 Nov 2024 10:52:20 +0800 Message-Id: <20241125025220.3557719-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/ice.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index eac1f2627b..a32fb27b24 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -79,6 +79,10 @@ are listed in the Tested Platforms section of the Release Notes for each release +-----------+---------------+-----------------+-----------+--------------+-----------+ | 24.03 | 1.13.7 | 1.3.35 | 1.3.45 | 1.3.13 | 4.4 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 24.07 | 1.14.11 | 1.3.36 | 1.3.46 | 1.3.14 | 4.5 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 24.11 | 1.15.4 | 1.3.36 | 1.3.46 | 1.3.14 | 4.6 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Dynamic Device Personalization (DDP) package loading ---------------------------------------------------- -- 2.25.1