]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: correctly update link status during mii-commit phase
authorMahesh Bandewar <maheshb@google.com>
Mon, 27 Mar 2017 18:37:37 +0000 (11:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Mar 2017 04:11:50 +0000 (21:11 -0700)
commit0a44bad995f7aa5c20e24c753121ee805f507923
tree75541605c4bc1086f972d1fc8cda522143a4063c
parent5605fc182cc04f1d01801881627d611e377e1345
bonding: correctly update link status during mii-commit phase

bond_miimon_commit() marks the link UP after attempting to get the speed
and duplex settings for the link. There is a possibility that
bond_update_speed_duplex() could fail. This is another place where it
could result into an inconsistent bonding link state.

With this patch the link will be marked UP only if the speed and duplex
values retrieved have sane values and processed further.

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c