From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id E92DB10ED664 for ; Fri, 27 Mar 2026 13:05:17 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29B2C42E02; Fri, 27 Mar 2026 14:05:12 +0100 (CET) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by mails.dpdk.org (Postfix) with ESMTP id 865BC40280 for ; Fri, 27 Mar 2026 14:05:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1774616711; x=1806152711; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=I6cT3wBdan+sPTZvMg6P794qwcZaf2kuPOks05mtOUA=; b=MRcLUTK4y/0ykiNqz+pu0gKIY5ozSNFHLPOxGbrhR6/4KSJeajVtPrX1 1bg9ZUJQofIYtgyJcP0/rX78ZKvOBqOf6qI0PVY4KHW28WfbwNbgQZf83 c3DLF5enGYFqDi55rJbCThn+T4QVpDu/9jXnMDfZ0R+ZqpINXQIPzaBRb AsU02+KItrTWy/jezNGvvWWOMop01egoqTyJxUU0bpd5YyWyA1blsAjJn 69WNp1tvphj76oQsEvtBXKj9OTz4KwKw9d7xFnxXEoueh0ucMnJO0qbFp UEQoiiho7RDCYwDf44TWSPAiQvw5SZGlikgJ1ZUo0AzoQWPfLyOFSEhmU w==; X-CSE-ConnectionGUID: ozXy3lYbSFShZPhRfQ2u2g== X-CSE-MsgGUID: vO2fPWF3QimALdKjGAzorQ== X-IronPort-AV: E=McAfee;i="6800,10657,11741"; a="75654589" X-IronPort-AV: E=Sophos;i="6.23,144,1770624000"; d="scan'208";a="75654589" Received: from fmviesa003.fm.intel.com ([10.60.135.143]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Mar 2026 06:05:10 -0700 X-CSE-ConnectionGUID: OckQaJvhRViz+EynrMw3qA== X-CSE-MsgGUID: yfRH+GHFTimdce5LMXF10g== X-ExtLoop1: 1 Received: from silpixa00401385.ir.intel.com ([10.20.224.226]) by fmviesa003.fm.intel.com with ESMTP; 27 Mar 2026 06:05:09 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: john.mcnamara@intel.com, Bruce Richardson , Anatoly Burakov Subject: [PATCH 1/4] net/ice: merge version tables for E810 and E830 Date: Fri, 27 Mar 2026 13:04:44 +0000 Message-ID: <20260327130448.1033651-2-bruce.richardson@intel.com> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20260327130448.1033651-1-bruce.richardson@intel.com> References: <20260327130448.1033651-1-bruce.richardson@intel.com> 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 Most columns in the version table for E810 and E830 are the same, so merge the two by renaming the "firmware" column to "E810 FW" and add a new column for "E830 FW" with only the last two row populated. Signed-off-by: Bruce Richardson --- doc/guides/nics/ice.rst | 71 +++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 41 deletions(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 216c79b6f2..65fb2c7718 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -58,47 +58,36 @@ The full list of in-tree and out-of-tree Linux kernel drivers from kernel.org and Linux distributions that were tested and verified are listed in the Tested Platforms section of the Release Notes for each release. -For E810, - - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Wireless DDP | Firmware | - +===========+===============+=================+===========+==============+===========+ - | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 22.03 | 1.8.3 | 1.3.28 | 1.3.35 | 1.3.8 | 3.2 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 22.07 | 1.9.11 | 1.3.30 | 1.3.37 | 1.3.10 | 4.0 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 22.11 | 1.10.1 | 1.3.30 | 1.3.37 | 1.3.10 | 4.1 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 23.03 | 1.11.1 | 1.3.30 | 1.3.40 | 1.3.10 | 4.2 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 23.07 | 1.12.6 | 1.3.35 | 1.3.45 | 1.3.13 | 4.3 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 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 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 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 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 25.03 | 1.16.3 | 1.3.39 | 1.3.53 | 1.3.14 | 4.7 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 25.07 | 2.2.8 | 1.3.43 | 1.3.55 | 1.3.23 | 4.8 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 25.11 | 2.3.14 | 1.3.43 | 1.3.55 | 1.3.25 | 4.9 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - -For E830, - - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Wireless DDP | Firmware | - +===========+===============+=================+===========+==============+===========+ - | 25.07 | 2.2.8 | 1.3.43 | 1.3.55 | 1.3.23 | 1.0 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ - | 25.11 | 2.3.14 | 1.3.43 | 1.3.55 | 1.3.25 | 1.11 | - +-----------+---------------+-----------------+-----------+--------------+-----------+ + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Wireless DDP | E810 FW | E830 FW | + +===========+===============+=================+===========+==============+==========+==========+ + | 21.11 | 1.7.16 | 1.3.27 | 1.3.31 | 1.3.7 | 3.1 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 22.03 | 1.8.3 | 1.3.28 | 1.3.35 | 1.3.8 | 3.2 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 22.07 | 1.9.11 | 1.3.30 | 1.3.37 | 1.3.10 | 4.0 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 22.11 | 1.10.1 | 1.3.30 | 1.3.37 | 1.3.10 | 4.1 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 23.03 | 1.11.1 | 1.3.30 | 1.3.40 | 1.3.10 | 4.2 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 23.07 | 1.12.6 | 1.3.35 | 1.3.45 | 1.3.13 | 4.3 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 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 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 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 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 25.03 | 1.16.3 | 1.3.39 | 1.3.53 | 1.3.14 | 4.7 | | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 25.07 | 2.2.8 | 1.3.43 | 1.3.55 | 1.3.23 | 4.8 | 1.0 | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + | 25.11 | 2.3.14 | 1.3.43 | 1.3.55 | 1.3.25 | 4.9 | 1.11 | + +-----------+---------------+-----------------+-----------+--------------+----------+----------+ + Dynamic Device Personalization (DDP) package loading ---------------------------------------------------- -- 2.51.0