patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] net/intel: enable ethertype filter for E610
@ 2025-04-23  5:53 Kaiwen Deng
  2025-04-24  6:45 ` Xu, HailinX
  0 siblings, 1 reply; 3+ messages 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] 3+ messages in thread

* RE: [PATCH] net/intel: enable ethertype filter for E610
  2025-04-23  5:53 [PATCH] net/intel: enable ethertype filter for E610 Kaiwen Deng
@ 2025-04-24  6:45 ` Xu, HailinX
  2025-05-01 14:08   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Xu, HailinX @ 2025-04-24  6:45 UTC (permalink / raw)
  To: Deng, KaiwenX, dev
  Cc: stable, Deng, KaiwenX, Burakov, Anatoly, Medvedkin, Vladimir,
	Wenzhuo Lu, Wei Zhao

> -----Original Message-----
> From: Kaiwen Deng <kaiwenx.deng@intel.com>
> Sent: Wednesday, April 23, 2025 1:54 PM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Deng, KaiwenX <kaiwenx.deng@intel.com>; Burakov,
> Anatoly <anatoly.burakov@intel.com>; Medvedkin, Vladimir
> <vladimir.medvedkin@intel.com>; Wenzhuo Lu <wenzhuo.lu@intel.com>; Wei
> Zhao <wei.zhao1@intel.com>
> Subject: [PATCH] net/intel: enable ethertype filter for E610
> 
> 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>
> ---
Tested-by: Xu, HailinX <hailinx.xu@intel.com>

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

* Re: [PATCH] net/intel: enable ethertype filter for E610
  2025-04-24  6:45 ` Xu, HailinX
@ 2025-05-01 14:08   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2025-05-01 14:08 UTC (permalink / raw)
  To: Xu, HailinX
  Cc: Deng, KaiwenX, dev, stable, Burakov, Anatoly, Medvedkin,
	Vladimir, Wenzhuo Lu, Wei Zhao

On Thu, Apr 24, 2025 at 06:45:06AM +0000, Xu, HailinX wrote:
> > -----Original Message-----
> > From: Kaiwen Deng <kaiwenx.deng@intel.com>
> > Sent: Wednesday, April 23, 2025 1:54 PM
> > To: dev@dpdk.org
> > Cc: stable@dpdk.org; Deng, KaiwenX <kaiwenx.deng@intel.com>; Burakov,
> > Anatoly <anatoly.burakov@intel.com>; Medvedkin, Vladimir
> > <vladimir.medvedkin@intel.com>; Wenzhuo Lu <wenzhuo.lu@intel.com>; Wei
> > Zhao <wei.zhao1@intel.com>
> > Subject: [PATCH] net/intel: enable ethertype filter for E610
> > 
> > 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>
> > ---
> Tested-by: Xu, HailinX <hailinx.xu@intel.com>

Applied to dpdk-next-net-intel.

Thanks,
/Bruce

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

end of thread, other threads:[~2025-05-01 14:09 UTC | newest]

Thread overview: 3+ messages (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
2025-04-24  6:45 ` Xu, HailinX
2025-05-01 14:08   ` Bruce Richardson

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