Bonding: add arp_missed_max option
authorHangbin Liu <liuhangbin@gmail.com>
Tue, 30 Nov 2021 04:29:47 +0000 (12:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Nov 2021 12:15:58 +0000 (12:15 +0000)
commit5944b5abd8646e8c6ac6af2b55f87dede1dae898
tree3e0b164b647020ebc1309e7e1d86f4105b8fb3ab
parent2680ce7fc9939221da16e86a2e73cc1df563c82c
Bonding: add arp_missed_max option

Currently, we use hard code number to verify if we are in the
arp_interval timeslice. But some user may want to reduce/extend
the verify timeslice. With the similar team option 'missed_max'
the uers could change that number based on their own environment.

Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/bonding.rst
drivers/net/bonding/bond_main.c
drivers/net/bonding/bond_netlink.c
drivers/net/bonding/bond_options.c
drivers/net/bonding/bond_procfs.c
drivers/net/bonding/bond_sysfs.c
include/net/bond_options.h
include/net/bonding.h
include/uapi/linux/if_link.h
tools/include/uapi/linux/if_link.h