diff options
| author | Jesse Brandeburg <[email protected]> | 2009-04-17 20:44:27 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2009-04-20 02:00:37 -0700 |
| commit | 5438646724c34c2180664a57f862a1da8dd21db1 (patch) | |
| tree | 37a5dced3dd45c5cedd5752490649212b12e1220 /tools/perf/scripts/python/bin | |
| parent | 3ef8e4e9e4d18910cd03dcd481a5dced437b83cf (diff) | |
ixgbe: fix link down initial state
As reported by Andrew Lutomirski <[email protected]>
All the intel wired ethernet drivers were calling netif_carrier_off
and netif_stop_queue (or variants) before calling register_netdevice
This is incorrect behavior as was pointed out by davem, and causes
ifconfig and friends to report a strange state before first link
after the driver was loaded, since without a netif_carrier_off, the stack
assumes carrier_on, but before register_netdev, netlink messages are not
sent out telling link state.
This apparently confused *some* versions of networkmanager.
Signed-off-by: Jesse Brandeburg <[email protected]>
Reported-by: Andrew Lutomirski <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions