linux-kernel-test/drivers/net/ixgbe
Andy Gospodarek 9417c464ba ixgbe: only enable WoL for magic packet by default
Martin Wilck <martin.wilck@ts.fujitsu.com> reported that systems using
the ixgbe-driver that were capable of WoL were rebooting almost as soon
as they were shut down.  This is because the default WoL settings
enabled magic packet, broadcast, unicast, and multicast.

Other Intel devices seem to use the stored eeprom value for initial WoL
capabilities.  The 82578DM (e1000e) and 82576 (igb) the devices I looked
at had only the magic packet enabled in the eeprom, so that seems
appropriate on ixgbe-based devices as well.  I set the WoL options on my
82578DM to be the same default as the ixgbe devices (umbg) and saw the
same as Martin -- almost as soon as my box shutdown, it booted again.

This patch changes the default to only be the magic packet.  This is the
same as the default for most Intel and non-Intel hardware currently
upstream.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
CC: Martin Wilck <martin.wilck@ts.fujitsu.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2011-07-21 22:57:15 -07:00
..
ixgbe_82598.c ixgbe: add support for Dell CEM 2011-06-21 01:22:22 -07:00
ixgbe_82599.c ixgbe: update perfect filter framework to support retaining filters 2011-06-23 22:44:16 -07:00
ixgbe_common.c ixgbe: add support for Dell CEM 2011-06-21 01:22:22 -07:00
ixgbe_common.h ixgbe: add support for Dell CEM 2011-06-21 01:22:22 -07:00
ixgbe_dcb_82598.c ixgbe: consolidate packet buffer allocation 2011-06-21 01:18:55 -07:00
ixgbe_dcb_82598.h ixgbe: consolidate packet buffer allocation 2011-06-21 01:18:55 -07:00
ixgbe_dcb_82599.c ixgbe: consolidate MRQC and MTQC handling 2011-06-21 01:19:27 -07:00
ixgbe_dcb_82599.h ixgbe: consolidate packet buffer allocation 2011-06-21 01:18:55 -07:00
ixgbe_dcb_nl.c ixgbe: implement DCB ops dcb_ieee_del() 2011-06-25 00:15:58 -07:00
ixgbe_dcb.c ixgbe: consolidate packet buffer allocation 2011-06-21 01:18:55 -07:00
ixgbe_dcb.h ixgbe: consolidate packet buffer allocation 2011-06-21 01:18:55 -07:00
ixgbe_ethtool.c ixgbe: Move interrupt related values out of ring and into q_vector 2011-07-21 22:56:17 -07:00
ixgbe_fcoe.c ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 2011-07-21 22:56:37 -07:00
ixgbe_fcoe.h ixgbe: remove unused fcoe.tc field and fcoe_setapp() 2011-06-25 00:15:42 -07:00
ixgbe_main.c ixgbe: only enable WoL for magic packet by default 2011-07-21 22:57:15 -07:00
ixgbe_mbx.c ixgbe: remove timer reset to 0 on timeout 2011-03-12 04:13:41 -08:00
ixgbe_mbx.h ixgbe: Add macvlan support for VF 2011-05-14 17:53:09 -07:00
ixgbe_phy.c ixgbe: Use function pointer for ixgbe_acquire/release_swfw_sync() 2011-05-04 12:13:59 -07:00
ixgbe_phy.h ixgbe: update PHY code to support 100Mbps as well as 1G/10G 2011-03-12 04:14:01 -08:00
ixgbe_sriov.c ixgbe: A fix to VF TX rate limit 2011-06-25 00:10:34 -07:00
ixgbe_sriov.h ixgbe: add support for VF Transmit rate limit using iproute2 2011-03-12 04:15:08 -08:00
ixgbe_type.h ixgbe: A fix to VF TX rate limit 2011-06-25 00:10:34 -07:00
ixgbe_x540.c ixgbe: add support for Dell CEM 2011-06-21 01:22:22 -07:00
ixgbe.h ixgbe: Pass staterr instead of re-reading status and error bits from descriptor 2011-07-21 22:56:37 -07:00
Makefile ixgbe: add MAC and PHY support for x540 2010-11-16 19:27:16 -08:00