DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] doc: update recommended matching list for cpfl PMD
@ 2025-06-12 12:13 Shaiq Wani
  2025-06-12 12:13 ` [PATCH 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani
  2025-06-12 12:25 ` [PATCH v1 0/2] doc: update recommended matching list Shaiq Wani
  0 siblings, 2 replies; 5+ messages in thread
From: Shaiq Wani @ 2025-06-12 12:13 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

Updated the recommended MEV-ts release version corresponding
to DPDK release in the cpfl driver documentation.

Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
 doc/guides/nics/cpfl.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index 3bfab2136d..aa5bed4136 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -39,6 +39,8 @@ Here is the suggested matching list which has been tested and verified.
    +------------+------------------+
    |    24.11   |       1.6        |
    +------------+------------------+
+   |    25.07   |       2.0        |
+   +------------+------------------+
 
 
 Configuration
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/2] doc: update recommended matching list for idpf PMD
  2025-06-12 12:13 [PATCH 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
@ 2025-06-12 12:13 ` Shaiq Wani
  2025-06-12 12:25 ` [PATCH v1 0/2] doc: update recommended matching list Shaiq Wani
  1 sibling, 0 replies; 5+ messages in thread
From: Shaiq Wani @ 2025-06-12 12:13 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

Updated the recommended MEV-ts release versions corresponding to
DPDK releases in the idpf driver documentation.

Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
 doc/guides/nics/idpf.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index b55de3abd3..3d694a4e3e 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -33,6 +33,8 @@ Here is the suggested matching list which has been tested and verified.
    +------------+---------------+------------------+
    |    23.11   |    0.0.720    |       1.0        |
    +------------+---------------+------------------+
+   |    25.07   |    0.0.754    |       2.0        |
+   +------------+---------------+------------------+
 
 
 Configuration
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1 0/2] doc: update recommended matching list
  2025-06-12 12:13 [PATCH 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
  2025-06-12 12:13 ` [PATCH 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani
@ 2025-06-12 12:25 ` Shaiq Wani
  2025-06-12 12:25   ` [PATCH v1 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
  2025-06-12 12:25   ` [PATCH v1 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani
  1 sibling, 2 replies; 5+ messages in thread
From: Shaiq Wani @ 2025-06-12 12:25 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

v1 - fixed the series name.

Shaiq Wani (2):
  doc: update recommended matching list for cpfl PMD
  doc: update recommended matching list for idpf PMD

 doc/guides/nics/cpfl.rst | 2 ++
 doc/guides/nics/idpf.rst | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1 1/2] doc: update recommended matching list for cpfl PMD
  2025-06-12 12:25 ` [PATCH v1 0/2] doc: update recommended matching list Shaiq Wani
@ 2025-06-12 12:25   ` Shaiq Wani
  2025-06-12 12:25   ` [PATCH v1 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani
  1 sibling, 0 replies; 5+ messages in thread
From: Shaiq Wani @ 2025-06-12 12:25 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

Updated the recommended MEV-ts release version corresponding
to DPDK release in the cpfl driver documentation.

Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
 doc/guides/nics/cpfl.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/cpfl.rst b/doc/guides/nics/cpfl.rst
index 3bfab2136d..aa5bed4136 100644
--- a/doc/guides/nics/cpfl.rst
+++ b/doc/guides/nics/cpfl.rst
@@ -39,6 +39,8 @@ Here is the suggested matching list which has been tested and verified.
    +------------+------------------+
    |    24.11   |       1.6        |
    +------------+------------------+
+   |    25.07   |       2.0        |
+   +------------+------------------+
 
 
 Configuration
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v1 2/2] doc: update recommended matching list for idpf PMD
  2025-06-12 12:25 ` [PATCH v1 0/2] doc: update recommended matching list Shaiq Wani
  2025-06-12 12:25   ` [PATCH v1 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
@ 2025-06-12 12:25   ` Shaiq Wani
  1 sibling, 0 replies; 5+ messages in thread
From: Shaiq Wani @ 2025-06-12 12:25 UTC (permalink / raw)
  To: dev, bruce.richardson, aman.deep.singh

Updated the recommended MEV-ts release versions corresponding to
DPDK releases in the idpf driver documentation.

Signed-off-by: Shaiq Wani <shaiq.wani@intel.com>
---
 doc/guides/nics/idpf.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/guides/nics/idpf.rst b/doc/guides/nics/idpf.rst
index b55de3abd3..3d694a4e3e 100644
--- a/doc/guides/nics/idpf.rst
+++ b/doc/guides/nics/idpf.rst
@@ -33,6 +33,8 @@ Here is the suggested matching list which has been tested and verified.
    +------------+---------------+------------------+
    |    23.11   |    0.0.720    |       1.0        |
    +------------+---------------+------------------+
+   |    25.07   |    0.0.754    |       2.0        |
+   +------------+---------------+------------------+
 
 
 Configuration
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-12 12:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-12 12:13 [PATCH 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
2025-06-12 12:13 ` [PATCH 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani
2025-06-12 12:25 ` [PATCH v1 0/2] doc: update recommended matching list Shaiq Wani
2025-06-12 12:25   ` [PATCH v1 1/2] doc: update recommended matching list for cpfl PMD Shaiq Wani
2025-06-12 12:25   ` [PATCH v1 2/2] doc: update recommended matching list for idpf PMD Shaiq Wani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).