> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: 20 January 2026 19:15 > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; [email protected]; > Jagielski, Jedrzej <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 3/6] ixgbe: E610: update EEE > supported speeds > > Despite there was no EEE (Energy Efficient Ethernet) feature support for E610 > adapters, eee_speeds_supported variable was defined and even initialized with > some EEE speeds. > > As E610 adapter supports EEE only for 10G, 5G and 2.5G speeds, update > hw.phy.eee_speeds_supported. Remove unsupported speeds - 10M, 100M and 1G. > > Add also entry for 5G speed in EEE speeds mapping array used by ethtool > callbacks. > > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 11 ++++++++--- > drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 1 + > 2 files changed, 9 insertions(+), 3 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
