> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Monday, March 3, 2025 5:36 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; [email protected]; [email protected]; > Jagielski, Jedrzej <[email protected]>; Michal Swiatkowski > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 2/4] ixgbe: add support for ACPI > WOL for E610 > > Currently only APM (Advanced Power Management) is supported by the ixgbe > driver. It works for magic packets only, as for different sources of wake-up > E610 adapter utilizes different feature. > > Add E610 specific implementation of ixgbe_set_wol() callback. When any of > broadcast/multicast/unicast wake-up is set, disable APM and configure ACPI > (Advanced Configuration and Power Interface). > > Reviewed-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 46 ++++++++++++++++++- > 1 file changed, 45 insertions(+), 1 deletion(-) >
Tested-by: Bharath R <[email protected]>
