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 | 2 ++ doc/guides/nics/idpf.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst index bc42c524ea..da884f5e3b 100644 --- a/doc/guides/nics/cpfl.rst +++ b/doc/guides/nics/cpfl.rst @@ -41,6 +41,8 @@ Here is the suggested matching list which has been tested and verified. +------------+------------------+ | 25.07 | 2.0 | +------------+------------------+ + | 26.07 | 2.2 | + +------------+------------------+ Configuration diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst index c7c76190c8..a6f611c09b 100644 --- a/doc/guides/nics/idpf.rst +++ b/doc/guides/nics/idpf.rst @@ -37,6 +37,8 @@ Here is the suggested matching list which has been tested and verified. +------------+---------------+------------------+ | 25.07 | 0.0.772 | 2.0 | +------------+---------------+------------------+ + | 26.07 | 0.0.780 | 2.2 | + +------------+---------------+------------------+ Configuration -- 2.47.1

