ixgbe: Add support for 1Gbit Active DAC links

1Gbit also emperically works on Active DACs.

Sponsored by:	BBOX.io

(cherry picked from commit e38f9257c3fac5cb5a62f62c424a976446ae1220)
This commit is contained in:
Kevin Bowling 2024-11-19 17:24:55 -07:00 committed by Franco Fichtner
parent eafa5426bb
commit 52d464bae9

View file

@ -1437,7 +1437,8 @@ s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw)
(comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE)) ||
((comp_codes_1g & IXGBE_SFF_1GBASELX_CAPABLE) &&
(comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE)) ||
(cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE))
(cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE) ||
(cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE))
hw->phy.multispeed_fiber = true;
/* Determine PHY vendor */