public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org, john.mcnamara@intel.com
Cc: Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH v2 5/6] net/i40e: merge version tables
Date: Mon, 30 Mar 2026 15:11:06 +0100	[thread overview]
Message-ID: <20260330141415.1267233-6-bruce.richardson@intel.com> (raw)
In-Reply-To: <20260330141415.1267233-1-bruce.richardson@intel.com>

The only differences between the X722 and the X710 version tables is the
final column, so merge the tables with one column for X710 FW versions
and another for X722 FW versions.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
---
 doc/guides/nics/i40e.rst | 41 +++++++++++++---------------------------
 1 file changed, 13 insertions(+), 28 deletions(-)

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index f4c8d39e54..2613ca46f6 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -99,34 +99,19 @@ 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 X710/XL710/XXV710,
-
-   +--------------+-----------------------+------------------+
-   | DPDK version | Kernel driver version | Firmware version |
-   +==============+=======================+==================+
-   |    25.11     |         2.28.13       |       9.55       |
-   +--------------+-----------------------+------------------+
-   |    24.11     |         2.26.8        |       9.52       |
-   +--------------+-----------------------+------------------+
-   |    23.11     |         2.23.17       |       9.30       |
-   +--------------+-----------------------+------------------+
-   |    22.11     |         2.20.12       |       9.01       |
-   +--------------+-----------------------+------------------+
-
-
-For X722,
-
-   +--------------+-----------------------+------------------+
-   | DPDK version | Kernel driver version | Firmware version |
-   +==============+=======================+==================+
-   |    25.11     |         2.28.13       |       6.51       |
-   +--------------+-----------------------+------------------+
-   |    24.11     |         2.26.8        |       6.50       |
-   +--------------+-----------------------+------------------+
-   |    23.11     |         2.23.17       |       6.20       |
-   +--------------+-----------------------+------------------+
-   |    22.11     |         2.20.12       |       6.00       |
-   +--------------+-----------------------+------------------+
+   +--------------+-----------------------+------------------+------------------+
+   | DPDK version | Kernel driver version | X710* FW version |  X722 FW version |
+   +==============+=======================+==================+==================+
+   |    25.11     |         2.28.13       |       9.55       |       6.51       |
+   +--------------+-----------------------+------------------+------------------+
+   |    24.11     |         2.26.8        |       9.52       |       6.50       |
+   +--------------+-----------------------+------------------+------------------+
+   |    23.11     |         2.23.17       |       9.30       |       6.20       |
+   +--------------+-----------------------+------------------+------------------+
+   |    22.11     |         2.20.12       |       9.01       |       6.00       |
+   +--------------+-----------------------+------------------+------------------+
+
+   * The X710 FW version is also applicable for XL710 and XXV710.
 
 
 Configuration
-- 
2.51.0


  parent reply	other threads:[~2026-03-30 14:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-27 13:04 [PATCH 0/4] Consolidate and shrink version tables Bruce Richardson
2026-03-27 13:04 ` [PATCH 1/4] net/ice: merge version tables for E810 and E830 Bruce Richardson
2026-03-27 13:04 ` [PATCH 2/4] net/ice: remove non-LTS releases from version table Bruce Richardson
2026-03-27 13:04 ` [PATCH 3/4] net/i40e: drop unsupported " Bruce Richardson
2026-03-27 13:04 ` [PATCH 4/4] net/i40e: merge version tables Bruce Richardson
2026-03-30 14:11 ` [PATCH v2 0/6] Consolidate, shrink and update " Bruce Richardson
2026-03-30 14:11   ` [PATCH v2 1/6] net/ice: merge version tables for E810 and E830 Bruce Richardson
2026-03-30 14:11   ` [PATCH v2 2/6] net/ice: remove non-LTS releases from version table Bruce Richardson
2026-03-30 14:11   ` [PATCH v2 3/6] net/ice: update version matching table Bruce Richardson
2026-03-30 14:11   ` [PATCH v2 4/6] net/i40e: drop unsupported releases from version table Bruce Richardson
2026-03-30 14:11   ` Bruce Richardson [this message]
2026-03-30 14:11   ` [PATCH v2 6/6] net/i40e: update version matching table Bruce Richardson
2026-03-30 14:46   ` [PATCH v2 0/6] Consolidate, shrink and update version tables Bruce Richardson
2026-03-30 16:44   ` Mcnamara, John

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260330141415.1267233-6-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox