Update the recommended MEV-ts release version corresponding to DPDK release in the cpfl and idpf drivers documentation.
Signed-off-by: Soumyadeep Hore <[email protected]> --- doc/guides/nics/cpfl.rst | 21 ++++++++------------- doc/guides/nics/idpf.rst | 19 ++++++++----------- 2 files changed, 16 insertions(+), 24 deletions(-) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index bc42c524ea..377397e621 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -28,19 +28,14 @@ It is highly recommended to upgrade the MEV-ts release to avoid compatibility issues with the cpfl PMD. Here is the suggested matching list which has been tested and verified. - +------------+------------------+ - | DPDK | MEV-ts release | - +============+==================+ - | 23.07 | 0.9.1 | - +------------+------------------+ - | 23.11 | 1.0 | - +------------+------------------+ - | 24.07 | 1.4 | - +------------+------------------+ - | 24.11 | 1.6 | - +------------+------------------+ - | 25.07 | 2.0 | - +------------+------------------+ +===== ============== +DPDK MEV-ts release +===== ============== +26.07 2.2 +25.11 2.0 +24.11 1.6 +23.11 1.0 +===== ============== Configuration diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index c7c76190c8..cc89d22cf0 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -26,17 +26,14 @@ It is highly recommended to upgrade the idpf kernel driver, MEV-ts release to avoid compatibility issues with the idpf PMD. Here is the suggested matching list which has been tested and verified. - +------------+---------------+------------------+ - | DPDK | Kernel Driver | MEV-ts release | - +============+===============+==================+ - | 23.07 | 0.0.710 | 0.9.1 | - +------------+---------------+------------------+ - | 23.11 | 0.0.720 | 1.0 | - +------------+---------------+------------------+ - | 24.11 | 0.0.754 | 1.6 | - +------------+---------------+------------------+ - | 25.07 | 0.0.772 | 2.0 | - +------------+---------------+------------------+ +===== ============= ============== +DPDK Kernel Driver MEV-ts release +===== ============= ============== +26.07 0.0.780 2.2 +25.11 0.0.772 2.0 +24.11 0.0.754 1.6 +23.11 0.0.720 1.0 +===== ============= ============== Configuration -- 2.47.1

