DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/intel: enable ethertype filter for E610
@ 2025-04-23  5:53 Kaiwen Deng
  0 siblings, 0 replies; only message in thread
From: Kaiwen Deng @ 2025-04-23  5:53 UTC (permalink / raw)
  To: dev
  Cc: stable, Kaiwen Deng, Anatoly Burakov, Vladimir Medvedkin,
	Wenzhuo Lu, Wei Zhao

This commit adds the E610 MAC type to the filter support check.

Fixes: 962549bb27c7 ("net/ixgbe: move MAC type check macros")
Cc: stable@dpdk.org

Signed-off-by: Kaiwen Deng <kaiwenx.deng@intel.com>
---
 drivers/net/intel/ixgbe/ixgbe_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/intel/ixgbe/ixgbe_ethdev.h b/drivers/net/intel/ixgbe/ixgbe_ethdev.h
index 8ad841ea2c..7804b4ca03 100644
--- a/drivers/net/intel/ixgbe/ixgbe_ethdev.h
+++ b/drivers/net/intel/ixgbe/ixgbe_ethdev.h
@@ -145,7 +145,7 @@
 #define MAC_TYPE_FILTER_SUP(type)    do {\
 	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.34.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-23  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-23  5:53 [PATCH] net/intel: enable ethertype filter for E610 Kaiwen Deng

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).