• E
    bonding: propagate transmit status · ae46f184
    Eric Dumazet 提交于
    Currently, bonding always returns NETDEV_TX_OK to its caller.
    
    It is worth trying to be more accurate : TCP for instance
    can have different recovery strategies if it can have more
    precise status, if packet was dropped by slave qdisc.
    
    This is especially important when host is under stress.
    Signed-off-by: NEric Dumazet <edumazet@google.com>
    Cc: Jay Vosburgh <j.vosburgh@gmail.com>
    Cc: Veaceslav Falico <vfalico@gmail.com>
    Cc: Andy Gospodarek <andy@greyhouse.net>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    ae46f184
bonding.h 19.9 KB