DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/ixgbe: add support for new device
@ 2024-11-26  3:16 Zhichao Zeng
  2024-11-26  9:04 ` Xu, HailinX
  0 siblings, 1 reply; 3+ messages in thread
From: Zhichao Zeng @ 2024-11-26  3:16 UTC (permalink / raw)
  To: dev; +Cc: Zhichao Zeng, Anatoly Burakov, Vladimir Medvedkin

Add support for loopback_mode for new device.

Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
---
 drivers/net/ixgbe/ixgbe_rxtx.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c
index 0d42fd8a3b..7d16eb9df7 100644
--- a/drivers/net/ixgbe/ixgbe_rxtx.c
+++ b/drivers/net/ixgbe/ixgbe_rxtx.c
@@ -5359,7 +5359,8 @@ ixgbe_check_supported_loopback_mode(struct rte_eth_dev *dev)
 		     hw->mac.type == ixgbe_mac_X540 ||
 		     hw->mac.type == ixgbe_mac_X550 ||
 		     hw->mac.type == ixgbe_mac_X550EM_x ||
-		     hw->mac.type == ixgbe_mac_X550EM_a)
+		     hw->mac.type == ixgbe_mac_X550EM_a ||
+		     hw->mac.type == ixgbe_mac_E610)
 			return 0;
 
 	return -ENOTSUP;
-- 
2.34.1


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

* RE: [PATCH] net/ixgbe: add support for new device
  2024-11-26  3:16 [PATCH] net/ixgbe: add support for new device Zhichao Zeng
@ 2024-11-26  9:04 ` Xu, HailinX
  2024-11-26 15:50   ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Xu, HailinX @ 2024-11-26  9:04 UTC (permalink / raw)
  To: Zeng, ZhichaoX, dev; +Cc: Zeng, ZhichaoX, Burakov, Anatoly, Medvedkin, Vladimir

> -----Original Message-----
> From: Zhichao Zeng <zhichaox.zeng@intel.com>
> Sent: Tuesday, November 26, 2024 11:16 AM
> To: dev@dpdk.org
> Cc: Zeng, ZhichaoX <zhichaox.zeng@intel.com>; Burakov, Anatoly
> <anatoly.burakov@intel.com>; Medvedkin, Vladimir
> <vladimir.medvedkin@intel.com>
> Subject: [PATCH] net/ixgbe: add support for new device
> 
> Add support for loopback_mode for new device.
> 
> Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
> ---
Tested-by: Hailin Xu <hailinx.xu@intel.com>

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

* Re: [PATCH] net/ixgbe: add support for new device
  2024-11-26  9:04 ` Xu, HailinX
@ 2024-11-26 15:50   ` Bruce Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Richardson @ 2024-11-26 15:50 UTC (permalink / raw)
  To: Xu, HailinX; +Cc: Zeng, ZhichaoX, dev, Burakov, Anatoly, Medvedkin, Vladimir

On Tue, Nov 26, 2024 at 09:04:52AM +0000, Xu, HailinX wrote:
> > -----Original Message-----
> > From: Zhichao Zeng <zhichaox.zeng@intel.com>
> > Sent: Tuesday, November 26, 2024 11:16 AM
> > To: dev@dpdk.org
> > Cc: Zeng, ZhichaoX <zhichaox.zeng@intel.com>; Burakov, Anatoly
> > <anatoly.burakov@intel.com>; Medvedkin, Vladimir
> > <vladimir.medvedkin@intel.com>
> > Subject: [PATCH] net/ixgbe: add support for new device
> > 
> > Add support for loopback_mode for new device.
> > 
> > Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com>
> > ---
> Tested-by: Hailin Xu <hailinx.xu@intel.com>

Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device")

Applied to dpdk-next-net-intel

Thanks,
/Bruce

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

end of thread, other threads:[~2024-11-26 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-26  3:16 [PATCH] net/ixgbe: add support for new device Zhichao Zeng
2024-11-26  9:04 ` Xu, HailinX
2024-11-26 15:50   ` 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).