Since non-LTS releases are not supported with updates beyond their release cycle, and 21.11 is now well past its support date, remove all unsupported releases from our version table. Also reverse the order of the entries to be newest first, to match that in i40e.
Signed-off-by: Bruce Richardson <[email protected]> --- doc/guides/nics/ice.rst | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 65fb2c7718..086d075707 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -61,31 +61,13 @@ are listed in the Tested Platforms section of the Release Notes for each release +-----------+---------------+-----------------+-----------+--------------+----------+----------+ | 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 | | + | 25.11 | 2.3.14 | 1.3.43 | 1.3.55 | 1.3.25 | 4.9 | 1.11 | +-----------+---------------+-----------------+-----------+--------------+----------+----------+ | 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 | + | 23.11 | 1.13.7 | 1.3.36 | 1.3.46 | 1.3.14 | 4.4 | | +-----------+---------------+-----------------+-----------+--------------+----------+----------+ - | 25.11 | 2.3.14 | 1.3.43 | 1.3.55 | 1.3.25 | 4.9 | 1.11 | + | 22.11 | 1.10.1 | 1.3.30 | 1.3.37 | 1.3.10 | 4.1 | | +-----------+---------------+-----------------+-----------+--------------+----------+----------+ -- 2.51.0

