aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorKrzysztof Piotr Oledzki <ole@ans.pl>2010-10-06 14:28:22 -0700
committerDavid S. Miller <davem@davemloft.net>2010-10-06 14:28:22 -0700
commit546add79468183f266c75c632c96e4b0029e0d96 (patch)
tree1be2cca38edc0d2fdc2f5fc2c9cdddb0585cbaa3 /net/core
parentbonding: print information about speed and duplex seen by the driver (diff)
downloadlinux-dev-546add79468183f266c75c632c96e4b0029e0d96.tar.xz
linux-dev-546add79468183f266c75c632c96e4b0029e0d96.zip
bonding: reread information about speed and duplex when interface goes up
When an interface was enslaved when it was down, bonding thinks it has speed -1 even after it goes up. This leads into selecting a wrong active interface in active/backup mode on mixed 10G/1G or 1G/100M environment. before: bonding: bond0: link status definitely up for interface eth5, 100 Mbps full duplex. bonding: bond0: link status definitely up for interface eth0, 100 Mbps full duplex. after: bonding: bond0: link status definitely up for interface eth5, 10000 Mbps full duplex. bonding: bond0: link status definitely up for interface eth0, 1000 Mbps full duplex. Signed-off-by: Krzysztof Piotr Oledzki <ole@ans.pl> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions