[PATCH 4/4] net/i40e: merge version tables

Bruce Richardson bruce.richardson at intel.com
Fri Mar 27 14:04:47 CET 2026


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 at 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



More information about the dev mailing list