Re: [PATCH] net/ixgbe: enable E610 devices

2024-09-30 Thread Bruce Richardson
On Mon, Sep 30, 2024 at 08:44:59AM +, Mingjin Ye wrote: > Enables support for devices below the E610: > > IXGBE_DEV_ID_E610_BACKPLANE 0x57AE > IXGBE_DEV_ID_E610_SFP 0x57AF > IXGBE_DEV_ID_E610_10G_T 0x57B0 > IXGBE_DEV_ID_E610_2_5G_T 0

[PATCH] net/ixgbe: enable E610 devices

2024-09-30 Thread Mingjin Ye
Enables support for devices below the E610: IXGBE_DEV_ID_E610_BACKPLANE 0x57AE IXGBE_DEV_ID_E610_SFP 0x57AF IXGBE_DEV_ID_E610_10G_T 0x57B0 IXGBE_DEV_ID_E610_2_5G_T0x57B1 IXGBE_DEV_ID_E610_SGMII 0x57B2 Signed-off-by: Min