• J
    bonding: ignore updelay param when there is no active slave · 41f89100
    Jiri Pirko 提交于
    Pointed out by Sean E. Millichamp.
    
    Quote from Documentation/networking/bonding.txt:
    "Note that when a bonding interface has no active links, the
    driver will immediately reuse the first link that goes up, even if the
    updelay parameter has been specified (the updelay is ignored in this
    case).  If there are slave interfaces waiting for the updelay timeout
    to expire, the interface that first went into that state will be
    immediately reused.  This reduces down time of the network if the
    value of updelay has been overestimated, and since this occurs only in
    cases with no connectivity, there is no additional penalty for
    ignoring the updelay."
    
    This patch actually changes the behaviour in this way.
    Signed-off-by: NJiri Pirko <jpirko@redhat.com>
    
     drivers/net/bonding/bond_main.c |    8 ++++++++
     1 files changed, 8 insertions(+), 0 deletions(-)
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    41f89100
bond_main.c 136.4 KB