DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Update IDPF Base Code
@ 2026-05-09  1:54 Soumyadeep Hore
  2026-05-09  1:54 ` [PATCH v1 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
  2026-05-09  1:54 ` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
  0 siblings, 2 replies; 3+ messages in thread
From: Soumyadeep Hore @ 2026-05-09  1:54 UTC (permalink / raw)
  To: bruce.richardson, manoj.kumar.subbarao, aman.deep.singh, dev

Update idpf base code with compatible configuration on MEV.

Christopher Pau (1):
  net/idpf/base: add MMG device IDs

Soumyadeep Hore (1):
  doc: update recommended matching versions for cpfl and idpf

 doc/guides/nics/cpfl.rst                  | 2 ++
 doc/guides/nics/idpf.rst                  | 2 ++
 drivers/net/intel/idpf/base/idpf_devids.h | 3 +++
 3 files changed, 7 insertions(+)

-- 
2.47.1


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

* [PATCH v1 1/2] net/idpf/base: add MMG device IDs
  2026-05-09  1:54 [PATCH v1 0/2] Update IDPF Base Code Soumyadeep Hore
@ 2026-05-09  1:54 ` Soumyadeep Hore
  2026-05-09  1:54 ` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
  1 sibling, 0 replies; 3+ messages in thread
From: Soumyadeep Hore @ 2026-05-09  1:54 UTC (permalink / raw)
  To: bruce.richardson, manoj.kumar.subbarao, aman.deep.singh, dev
  Cc: Christopher Pau

From: Christopher Pau <christopher.pau@intel.com>

Add MMG device ids for PF and VF.

Signed-off-by: Christopher Pau <christopher.pau@intel.com>
Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
---
 drivers/net/intel/idpf/base/idpf_devids.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/intel/idpf/base/idpf_devids.h b/drivers/net/intel/idpf/base/idpf_devids.h
index 1ae99fcee1..8b10ef9e32 100644
--- a/drivers/net/intel/idpf/base/idpf_devids.h
+++ b/drivers/net/intel/idpf/base/idpf_devids.h
@@ -10,7 +10,10 @@
 
 /* Device IDs */
 #define IDPF_DEV_ID_PF			0x1452
+#define IDPF_DEV_ID_PF1			0x11DF
+#define IDPF_DEV_ID_CPF1		0x11E0
 #define IDPF_DEV_ID_VF			0x145C
+#define IDPF_DEV_ID_VF1			0x0DE2
 #define IDPF_DEV_ID_VF_SIOV		0x0DD5
 
 
-- 
2.47.1


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

* [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
  2026-05-09  1:54 [PATCH v1 0/2] Update IDPF Base Code Soumyadeep Hore
  2026-05-09  1:54 ` [PATCH v1 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
@ 2026-05-09  1:54 ` Soumyadeep Hore
  1 sibling, 0 replies; 3+ messages in thread
From: Soumyadeep Hore @ 2026-05-09  1:54 UTC (permalink / raw)
  To: bruce.richardson, manoj.kumar.subbarao, aman.deep.singh, dev

Update the recommended MEV-ts release version corresponding to DPDK
release in the cpfl and idpf drivers documentation.

Signed-off-by: Soumyadeep Hore <soumyadeep.hore@intel.com>
---
 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


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

end of thread, other threads:[~2026-05-08 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09  1:54 [PATCH v1 0/2] Update IDPF Base Code Soumyadeep Hore
2026-05-09  1:54 ` [PATCH v1 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
2026-05-09  1:54 ` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox