patch 'net/ixgbe: enable ethertype filter for E610' has been queued to stable release 24.11.3
Kevin Traynor
ktraynor at redhat.com
Fri Jul 18 21:29:04 CEST 2025
Hi,
FYI, your patch has been queued to stable release 24.11.3
Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 07/23/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/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/00c4dc3d52b0650237a88721b5584c8145a6b64f
Thanks.
Kevin
---
>From 00c4dc3d52b0650237a88721b5584c8145a6b64f Mon Sep 17 00:00:00 2001
From: Kaiwen Deng <kaiwenx.deng at intel.com>
Date: Wed, 23 Apr 2025 13:53:39 +0800
Subject: [PATCH] net/ixgbe: enable ethertype filter for E610
[ upstream commit 09766f41b320e68a27ef392af2f34ed5817bf5af ]
This commit adds the E610 MAC type to the filter support check.
Fixes: 962549bb27c7 ("net/ixgbe: move MAC type check macros")
Signed-off-by: Kaiwen Deng <kaiwenx.deng at intel.com>
Tested-by: Hailin Xu <hailinx.xu at intel.com>
---
drivers/net/ixgbe/ixgbe_ethdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ixgbe/ixgbe_ethdev.h b/drivers/net/ixgbe/ixgbe_ethdev.h
index 8ad841ea2c..7804b4ca03 100644
--- a/drivers/net/ixgbe/ixgbe_ethdev.h
+++ b/drivers/net/ixgbe/ixgbe_ethdev.h
@@ -146,5 +146,5 @@
if ((type) != ixgbe_mac_82599EB && (type) != ixgbe_mac_X540 &&\
(type) != ixgbe_mac_X550 && (type) != ixgbe_mac_X550EM_x &&\
- (type) != ixgbe_mac_X550EM_a)\
+ (type) != ixgbe_mac_X550EM_a && (type) != ixgbe_mac_E610)\
return -ENOTSUP;\
} while (0)
--
2.50.0
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2025-07-18 20:29:11.498530507 +0100
+++ 0010-net-ixgbe-enable-ethertype-filter-for-E610.patch 2025-07-18 20:29:10.813906972 +0100
@@ -1 +1 @@
-From 09766f41b320e68a27ef392af2f34ed5817bf5af Mon Sep 17 00:00:00 2001
+From 00c4dc3d52b0650237a88721b5584c8145a6b64f Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 09766f41b320e68a27ef392af2f34ed5817bf5af ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -14 +15 @@
- drivers/net/intel/ixgbe/ixgbe_ethdev.h | 2 +-
+ drivers/net/ixgbe/ixgbe_ethdev.h | 2 +-
@@ -17,4 +18,4 @@
-diff --git a/drivers/net/intel/ixgbe/ixgbe_ethdev.h b/drivers/net/intel/ixgbe/ixgbe_ethdev.h
-index 5bf8de4be6..86da9fc89b 100644
---- a/drivers/net/intel/ixgbe/ixgbe_ethdev.h
-+++ b/drivers/net/intel/ixgbe/ixgbe_ethdev.h
+diff --git a/drivers/net/ixgbe/ixgbe_ethdev.h b/drivers/net/ixgbe/ixgbe_ethdev.h
+index 8ad841ea2c..7804b4ca03 100644
+--- a/drivers/net/ixgbe/ixgbe_ethdev.h
++++ b/drivers/net/ixgbe/ixgbe_ethdev.h
More information about the stable
mailing list