From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 7329E45D9E;
	Mon, 25 Nov 2024 04:23:08 +0100 (CET)
Received: from mails.dpdk.org (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 248AC4026B;
	Mon, 25 Nov 2024 04:23:01 +0100 (CET)
Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13])
 by mails.dpdk.org (Postfix) with ESMTP id 141794021F
 for <dev@dpdk.org>; Mon, 25 Nov 2024 04:22:59 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=intel.com; i=@intel.com; q=dns/txt; s=Intel;
 t=1732504980; x=1764040980;
 h=from:to:cc:subject:date:message-id:mime-version:
 content-transfer-encoding;
 bh=UgWnJxgDY+fD7BQx2xMWaRnsdVhTgg3pULPP4O+tr9A=;
 b=insGj8Hk8DSRKB2iIwAa+oBYBwfuiSnfDs8k4MP+lLIlxjG8QVJg+ONg
 0egLjbDszKYlJpB+qUGspnjPDMck4kFw1lYdDFxA+zQ+8eTdZVcrJbD53
 JWwZu1n0WEl/cxWni+lR96ZrX4zmxDqkwlV4KXX/hfsNRTBhOb+ci5/HY
 Yd6F51PirSLtN1GDsGfx5GSTRXQbT+i5D0WRZBvQ59tgwWnpW8hXMwBxg
 KE15pyqXCFfBe6ZU2d8n5LdaMQIwVjaadTSHBT5MNmJIPFg3oFOdGkJxq
 PhkM0HrOu94jj7FTYN4rs1XSgpbsakh6HczOPufNpTFBjOt97Li7r8bdX Q==;
X-CSE-ConnectionGUID: YCu6lELrTfewsnM49SX1BA==
X-CSE-MsgGUID: cFYHezlNRwmzgvu7Ol8v9A==
X-IronPort-AV: E=McAfee;i="6700,10204,11266"; a="43655307"
X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="43655307"
Received: from fmviesa007.fm.intel.com ([10.60.135.147])
 by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 24 Nov 2024 19:22:59 -0800
X-CSE-ConnectionGUID: 9jGmZcMCQU6ZJJOa0ID8Mg==
X-CSE-MsgGUID: 86bDWUK+TMm6YxeS5DunMw==
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="6.12,182,1728975600"; d="scan'208";a="90930621"
Received: from unknown (HELO localhost.localdomain) ([10.239.252.12])
 by fmviesa007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 24 Nov 2024 19:22:57 -0800
From: hailinx <hailinx.xu@intel.com>
To: dev@dpdk.org
Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com,
 hailinx <hailinx.xu@intel.com>
Subject: [PATCH v1] net/ice: updated latest recommended matching list
Date: Mon, 25 Nov 2024 10:45:28 +0800
Message-Id: <20241125024528.3557587-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 <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org

Signed-off-by: hailinx <hailinx.xu@intel.com>
---
 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.07  |     1.15.4    |      1.3.36     |  1.3.46   |    1.3.14    |    4.6    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Dynamic Device Personalization (DDP) package loading
 ----------------------------------------------------
-- 
2.25.1