doc: update matching list for i40e and ice driver

Message ID 20221109014655.1769196-1-qiming.yang@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Qi Zhang
Headers
Series doc: update matching list for i40e and ice driver |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/iol-mellanox-Performance success Performance Testing PASS
ci/github-robot: build success github build: passed
ci/iol-aarch64-unit-testing success Testing PASS
ci/iol-aarch64-compile-testing success Testing PASS
ci/iol-x86_64-unit-testing success Testing PASS
ci/iol-x86_64-compile-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/iol-intel-Functional success Functional Testing PASS
ci/intel-Testing success Testing PASS

Commit Message

Qiming Yang Nov. 9, 2022, 1:46 a.m. UTC
  Add recommended matching list for ice PMD in DPDK 22.07 and
i40e PMD in DPDK 22.07 and 21.11.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
---
 doc/guides/nics/i40e.rst | 8 ++++++++
 doc/guides/nics/ice.rst  | 2 ++
 2 files changed, 10 insertions(+)
  

Comments

Qiming Yang Nov. 10, 2022, 3:27 a.m. UTC | #1
Hi, Qi
I will prepare v2 as this patch have one typo.

Qiming
> -----Original Message-----
> From: Yang, Qiming <qiming.yang@intel.com>
> Sent: Wednesday, November 9, 2022 9:47 AM
> To: dev@dpdk.org; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: Yang, Qiming <qiming.yang@intel.com>
> Subject: [PATCH] doc: update matching list for i40e and ice driver
> 
> Add recommended matching list for ice PMD in DPDK 22.07 and i40e PMD in
> DPDK 22.07 and 21.11.
> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
>  doc/guides/nics/i40e.rst | 8 ++++++++
>  doc/guides/nics/ice.rst  | 2 ++
>  2 files changed, 10 insertions(+)
> 
> diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst index
> a0992dbc6c..a6c7dbd080 100644
> --- a/doc/guides/nics/i40e.rst
> +++ b/doc/guides/nics/i40e.rst
> @@ -101,6 +101,10 @@ For X710/XL710/XXV710,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    22.11     |         2.20.12       |       9.01       |
> +   +--------------+-----------------------+------------------+
> +   |    22.07     |         2.19.3        |       8.70       |
> +   +--------------+-----------------------+------------------+
>     |    22.03     |         2.17.15       |       8.30       |
>     +--------------+-----------------------+------------------+
>     |    21.11     |         2.17.4        |       8.30       |
> @@ -156,6 +160,10 @@ For X722,
>     +--------------+-----------------------+------------------+
>     | DPDK version | Kernel driver version | Firmware version |
>     +==============+=======================+==================+
> +   |    22.11     |         2.20.12       |       6.00       |
> +   +--------------+-----------------------+------------------+
> +   |    22.07     |         2.19.3        |       5.60       |
> +   +--------------+-----------------------+------------------+
>     |    22.03     |         2.17.15       |       5.50       |
>     +--------------+-----------------------+------------------+
>     |    21.11     |         2.17.4        |       5.30       |
> diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index
> c7f82c261d..ce075e067c 100644
> --- a/doc/guides/nics/ice.rst
> +++ b/doc/guides/nics/ice.rst
> @@ -64,6 +64,8 @@ The detailed information can refer to chapter Tested
> Platforms/Tested NICs in re
>     +-----------+---------------+-----------------+-----------+--------------+-----------+
>     |    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    |
> +
> + +-----------+---------------+-----------------+-----------+-----------
> + ---+-----------+
> 
>  Pre-Installation Configuration
>  ------------------------------
> --
> 2.25.1
  

Patch

diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index a0992dbc6c..a6c7dbd080 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -101,6 +101,10 @@  For X710/XL710/XXV710,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    22.11     |         2.20.12       |       9.01       |
+   +--------------+-----------------------+------------------+
+   |    22.07     |         2.19.3        |       8.70       |
+   +--------------+-----------------------+------------------+
    |    22.03     |         2.17.15       |       8.30       |
    +--------------+-----------------------+------------------+
    |    21.11     |         2.17.4        |       8.30       |
@@ -156,6 +160,10 @@  For X722,
    +--------------+-----------------------+------------------+
    | DPDK version | Kernel driver version | Firmware version |
    +==============+=======================+==================+
+   |    22.11     |         2.20.12       |       6.00       |
+   +--------------+-----------------------+------------------+
+   |    22.07     |         2.19.3        |       5.60       |
+   +--------------+-----------------------+------------------+
    |    22.03     |         2.17.15       |       5.50       |
    +--------------+-----------------------+------------------+
    |    21.11     |         2.17.4        |       5.30       |
diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst
index c7f82c261d..ce075e067c 100644
--- a/doc/guides/nics/ice.rst
+++ b/doc/guides/nics/ice.rst
@@ -64,6 +64,8 @@  The detailed information can refer to chapter Tested Platforms/Tested NICs in re
    +-----------+---------------+-----------------+-----------+--------------+-----------+
    |    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    |
+   +-----------+---------------+-----------------+-----------+--------------+-----------+
 
 Pre-Installation Configuration
 ------------------------------