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 3C9384570F; Thu, 1 Aug 2024 10:57:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E180402C8; Thu, 1 Aug 2024 10:57:19 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by mails.dpdk.org (Postfix) with ESMTP id AA1304014F for ; Thu, 1 Aug 2024 10:57:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1722502638; x=1754038638; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/6oZY0oqigbN6UqrGk35KnEf4DNcn78B412+N2auofw=; b=hqq3j/DdnB6hAM2t2ZuEFsOZ0CNhvIwUzvwYIXSYn0Jjs1UobPx0yy5/ 1SDcYqT8mlR9ZT5fSeGusk1mKxhiapoYGpP14la4MwsRJS8O7N6ls5HMJ Cx8AKbVr24yryOkOClCw7S6f7mMf2jNBhXjBCWDkajG7mP05ZWeM3dtEg 4GffIiCdv/AN7PmhY0ZgYwlu+8OxzfpwM1RPSu0+TcrBtblVKf7Ev8nx5 aTOrkVaoTCO6pfCuUk8jn+dhYPq/Nw71Mt8SDGfSjCcjjfEgVahCBSJOg mz4dDhrtT4gYyy2M1aSrcmnw/PzlALUvvf7aYemmJYn5N/wYkLLsQ2Zqh w==; X-CSE-ConnectionGUID: leaBQLsGQuqAvi2xCpN8eA== X-CSE-MsgGUID: 6R3LQMA9SielIrkxq9QRyw== X-IronPort-AV: E=McAfee;i="6700,10204,11150"; a="24232860" X-IronPort-AV: E=Sophos;i="6.09,254,1716274800"; d="scan'208";a="24232860" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2024 01:57:17 -0700 X-CSE-ConnectionGUID: jq4t4CkxRTuT28DxGl0gMQ== X-CSE-MsgGUID: 2sSkPv78R/qmdpEmwfKKPg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,254,1716274800"; d="scan'208";a="54883398" Received: from unknown (HELO localhost.localdomain) ([10.239.252.12]) by fmviesa008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Aug 2024 01:57:15 -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/ice: updated 24.07 recommended matching list Date: Thu, 1 Aug 2024 16:18:41 +0800 Message-Id: <20240801081841.749842-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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index ae975d19ad..59ed8e6808 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -79,6 +79,8 @@ 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 | + +-----------+---------------+-----------------+-----------+--------------+-----------+ Configuration ------------- -- 2.25.1