* [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; 8+ 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] 8+ 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; 8+ 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] 8+ 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
2026-05-19 17:05 ` Bruce Richardson
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
1 sibling, 2 replies; 8+ 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] 8+ messages in thread* Re: [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf
2026-05-09 1:54 ` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
@ 2026-05-19 17:05 ` Bruce Richardson
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
1 sibling, 0 replies; 8+ messages in thread
From: Bruce Richardson @ 2026-05-19 17:05 UTC (permalink / raw)
To: Soumyadeep Hore; +Cc: manoj.kumar.subbarao, aman.deep.singh, dev
On Fri, May 08, 2026 at 09:54:08PM -0400, Soumyadeep Hore wrote:
> 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 |
> + +------------+------------------+
>
This is strange, having just the .07 releases listed in the table. Is the
same version for 25.07 applicable for 25.11? Perhaps we can update the
table to cover that, so that only LTS versions are listed apart from the
latest release.
Other feedback, to help align with e.g. tables in ice and i40e drivers.
This is not mandatory for this patch, but it would be nice to have IMHO:
* list only LTS releases (i.e. remove 23.07)
* list releases in descending order, so that latest is on top
* rework table to use the new RST table format (see ice.rst for example).
Regards,
/Bruce
>
> 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 [flat|nested] 8+ messages in thread
* [PATCH v2 0/2] Update IDPF Base Code
2026-05-09 1:54 ` [PATCH v1 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
2026-05-19 17:05 ` Bruce Richardson
@ 2026-05-20 22:03 ` Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
` (2 more replies)
1 sibling, 3 replies; 8+ messages in thread
From: Soumyadeep Hore @ 2026-05-20 22:03 UTC (permalink / raw)
To: bruce.richardson, manoj.kumar.subbarao, aman.deep.singh, dev
Update idpf base code with compatible configuration on MEV.
---
v2:
- lists only LTS releases
- lists releases in descending order, so that latest is on top
- reworks table to use the new RST table format
---
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 | 21 ++++++++-------------
doc/guides/nics/idpf.rst | 19 ++++++++-----------
drivers/net/intel/idpf/base/idpf_devids.h | 3 +++
3 files changed, 19 insertions(+), 24 deletions(-)
--
2.47.1
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH v2 1/2] net/idpf/base: add MMG device IDs
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
@ 2026-05-20 22:03 ` Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
2026-05-22 15:09 ` [PATCH v2 0/2] Update IDPF Base Code Bruce Richardson
2 siblings, 0 replies; 8+ messages in thread
From: Soumyadeep Hore @ 2026-05-20 22:03 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] 8+ messages in thread
* [PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
@ 2026-05-20 22:03 ` Soumyadeep Hore
2026-05-22 15:09 ` [PATCH v2 0/2] Update IDPF Base Code Bruce Richardson
2 siblings, 0 replies; 8+ messages in thread
From: Soumyadeep Hore @ 2026-05-20 22:03 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 | 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v2 0/2] Update IDPF Base Code
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
@ 2026-05-22 15:09 ` Bruce Richardson
2 siblings, 0 replies; 8+ messages in thread
From: Bruce Richardson @ 2026-05-22 15:09 UTC (permalink / raw)
To: Soumyadeep Hore; +Cc: manoj.kumar.subbarao, aman.deep.singh, dev
On Wed, May 20, 2026 at 06:03:04PM -0400, Soumyadeep Hore wrote:
> Update idpf base code with compatible configuration on MEV.
>
> ---
> v2:
> - lists only LTS releases
> - lists releases in descending order, so that latest is on top
> - reworks table to use the new RST table format
> ---
>
> Christopher Pau (1):
> net/idpf/base: add MMG device IDs
>
> Soumyadeep Hore (1):
> doc: update recommended matching versions for cpfl and idpf
>
Applied to next-net-intel.
Thanks,
/Bruce
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-05-22 15:10 UTC | newest]
Thread overview: 8+ 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
2026-05-19 17:05 ` Bruce Richardson
2026-05-20 22:03 ` [PATCH v2 0/2] Update IDPF Base Code Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 1/2] net/idpf/base: add MMG device IDs Soumyadeep Hore
2026-05-20 22:03 ` [PATCH v2 2/2] doc: update recommended matching versions for cpfl and idpf Soumyadeep Hore
2026-05-22 15:09 ` [PATCH v2 0/2] Update IDPF Base Code Bruce Richardson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox