From patchwork Wed Mar 27 05:07:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: hailinx X-Patchwork-Id: 138849 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 21E4043D60; Wed, 27 Mar 2024 06:40:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E84A40ED6; Wed, 27 Mar 2024 06:40:42 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) by mails.dpdk.org (Postfix) with ESMTP id 9EC2F40E6E for ; Wed, 27 Mar 2024 06:40:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1711518041; x=1743054041; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=mJO7VlIOYPozGVqHdYM35BPu4n6Z7H0H049kJU7E0xA=; b=Qvb3+b4Psc2hSj+gienBsaUGl5qxVFF+1l7G5eMLE2Job7mLMgu5qJ4K lyTLcPE8mJXFlewPtngGJENYzikckB1biF6NuQZx0Z18l2I99HexVGDBn kBDFq+XtmiW53pr5yF6P4UHL3KGg65hsoQl4QYmioSusv/DRXKoJwihvl 4+0muFRHn6uLa27imERZfjWulbZFBsDPOdAqUYl4Qnp7dGIdCbmrA6qBA IvkFd21LNlSirU0YBVxBJv8y7Mrhrvm68QvJAeUW1DGf/n+XUvOGFBb0D KvUqc3TQEBF2J/6cvYbm4KE9MpcVx24oQPIDb64piJ4hS9ToZmO+viei9 Q==; X-CSE-ConnectionGUID: /QK8XBscQn+lSEzY7vL8fA== X-CSE-MsgGUID: eJnCf3JhRNOoVQ7Le0s2XA== X-IronPort-AV: E=McAfee;i="6600,9927,11025"; a="24089545" X-IronPort-AV: E=Sophos;i="6.07,157,1708416000"; d="scan'208";a="24089545" 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:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,157,1708416000"; d="scan'208";a="20897775" 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:38 -0700 From: hailinx To: dev@dpdk.org Cc: bruce.richardson@intel.com, rajesh.t.puttaswamy@intel.com, hailinx Subject: [PATCH v1] net/ice: updated 24.03 recommended matching list Date: Wed, 27 Mar 2024 13:07:29 +0800 Message-Id: <20240327050729.459392-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/ice.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 3aeb3a32a4..3deeea9e6c 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -77,6 +77,8 @@ are listed in the Tested Platforms section of the Release Notes for each release +-----------+---------------+-----------------+-----------+--------------+-----------+ | 23.11 | 1.13.7 | 1.3.36 | 1.3.46 | 1.3.14 | 4.4 | +-----------+---------------+-----------------+-----------+--------------+-----------+ + | 24.03 | 1.13.7 | 1.3.35 | 1.3.45 | 1.3.13 | 4.4 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Configuration -------------