patch 'net/ice/base: fix typo in device ID description' has been queued to stable release 22.11.9

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Jun 12 23:07:11 CEST 2025


Hi,

FYI, your patch has been queued to stable release 22.11.9

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 06/14/25. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/bluca/dpdk-stable

This queued commit can be viewed at:
https://github.com/bluca/dpdk-stable/commit/12b57006e7da57d18850244ec4f4dff40426710d

Thanks.

Luca Boccassi

---
>From 12b57006e7da57d18850244ec4f4dff40426710d Mon Sep 17 00:00:00 2001
From: Lukasz Krakowiak <lukaszx.krakowiak at intel.com>
Date: Tue, 27 May 2025 13:17:24 +0000
Subject: [PATCH] net/ice/base: fix typo in device ID description

[ upstream commit e54cf1fec8517f9ec1ec6bdca6fd9e6b0dd2c307 ]

Fix typo in desc for dev ID 579F.

Fixes: 6fd3889c1779 ("net/ice/base: support E824S and E825 devices")

Signed-off-by: Lukasz Krakowiak <lukaszx.krakowiak at intel.com>
Signed-off-by: Dhanya Pillai <dhanya.r.pillai at intel.com>
Acked-by: Bruce Richardson <bruce.richardson at intel.com>
---
 drivers/net/ice/base/ice_devids.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ice/base/ice_devids.h b/drivers/net/ice/base/ice_devids.h
index 13a4b16402..c322235c8f 100644
--- a/drivers/net/ice/base/ice_devids.h
+++ b/drivers/net/ice/base/ice_devids.h
@@ -71,7 +71,7 @@
 #define ICE_DEV_ID_E825C_QSFP	        0x579D
 /* Intel(R) Ethernet Connection E825-C for SFP */
 #define ICE_DEV_ID_E825C_SFP	        0x579E
-/* Intel(R) Ethernet Connection E825-C 1GbE */
+/* Intel(R) Ethernet Connection E825-C 10GbE */
 #define ICE_DEV_ID_E825C_1GBE	        0x579F
 /* Intel(R) Ethernet Connection E825-X */
 #define ICE_DEV_ID_E825X	        0x0DCD
-- 
2.47.2

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2025-06-12 22:06:25.844433504 +0100
+++ 0054-net-ice-base-fix-typo-in-device-ID-description.patch	2025-06-12 22:06:23.882044892 +0100
@@ -1 +1 @@
-From e54cf1fec8517f9ec1ec6bdca6fd9e6b0dd2c307 Mon Sep 17 00:00:00 2001
+From 12b57006e7da57d18850244ec4f4dff40426710d Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit e54cf1fec8517f9ec1ec6bdca6fd9e6b0dd2c307 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -15 +16 @@
- drivers/net/intel/ice/base/ice_devids.h | 2 +-
+ drivers/net/ice/base/ice_devids.h | 2 +-
@@ -18,6 +19,6 @@
-diff --git a/drivers/net/intel/ice/base/ice_devids.h b/drivers/net/intel/ice/base/ice_devids.h
-index 807b5d0c29..20c6dbd4a5 100644
---- a/drivers/net/intel/ice/base/ice_devids.h
-+++ b/drivers/net/intel/ice/base/ice_devids.h
-@@ -90,7 +90,7 @@
- #define ICE_DEV_ID_E825C_QSFP		0x579D
+diff --git a/drivers/net/ice/base/ice_devids.h b/drivers/net/ice/base/ice_devids.h
+index 13a4b16402..c322235c8f 100644
+--- a/drivers/net/ice/base/ice_devids.h
++++ b/drivers/net/ice/base/ice_devids.h
+@@ -71,7 +71,7 @@
+ #define ICE_DEV_ID_E825C_QSFP	        0x579D
@@ -25 +26 @@
- #define ICE_DEV_ID_E825C_SFP		0x579E
+ #define ICE_DEV_ID_E825C_SFP	        0x579E
@@ -28,3 +29,3 @@
- #define ICE_DEV_ID_E825C_SGMII		0x579F
- #define ICE_DEV_ID_C825X		0x0DCD
- #endif /* _ICE_DEVIDS_H_ */
+ #define ICE_DEV_ID_E825C_1GBE	        0x579F
+ /* Intel(R) Ethernet Connection E825-X */
+ #define ICE_DEV_ID_E825X	        0x0DCD


More information about the stable mailing list