aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorJesse Brandeburg <[email protected]>2009-04-17 20:44:32 +0000
committerDavid S. Miller <[email protected]>2009-04-20 02:00:38 -0700
commitb168dfc51604ec293db16dc4d558043585578a2d (patch)
tree8af4953593909f8e038fbfe3ca53768c28159f33 /tools/perf/scripts
parent3a6d1bc4163fee27c312184d5f1a9cc1e110d300 (diff)
igb: fix link down inital 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')
0 files changed, 0 insertions, 0 deletions