From d63dab349afcd559e1f9a170bd32f546ad41b9a6 Mon Sep 17 00:00:00 2001 From: Qi Zhang Date: Wed, 24 Mar 2021 21:02:49 +0800 Subject: [PATCH] doc: fix matching versions in ice guide Fixed matching kernel driver version for DPDK 20.11. Fixes: e89aebf3b597 ("doc: update ice user guide") Cc: stable@dpdk.org Signed-off-by: Qi Zhang --- doc/guides/nics/ice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 8d40d17417..ebfc24a4e8 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/nics/ice.rst @@ -51,7 +51,7 @@ The detailed information can refer to chapter Tested Platforms/Tested NICs in re +-----------+---------------+-----------------+-----------+-----------+ | DPDK | Kernel Driver | OS Default DDP | COMMS DDP | Firmware | +===========+===============+=================+===========+===========+ - | 20.11 | 1.3.0 | 1.3.20 | 1.3.24 | 2.3 | + | 20.11 | 1.3.2 | 1.3.20 | 1.3.24 | 2.3 | +-----------+---------------+-----------------+-----------+-----------+ Pre-Installation Configuration -- 2.39.5