Merge branch 'bonding-fix-bond-recovery-in-mode-2'
authorJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:15:13 +0000 (20:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 24 Nov 2022 04:15:14 +0000 (20:15 -0800)
commit170d97739de484cc052d65043d57acce7ed10480
tree303dcc4ff90b5b78242edf0733ef25c09679a9cc
parent64a8f8f7127da228d59a39e2c5e75f86590f90b4
parentf8a65ab2f3ff7410921ebbf0dc55453102c33c56
Merge branch 'bonding-fix-bond-recovery-in-mode-2'

Jonathan Toppins says:

====================
bonding: fix bond recovery in mode 2

When a bond is configured with a non-zero updelay and in mode 2 the bond
never recovers after all slaves lose link. The first patch adds
selftests that demonstrate the issue and the second patch fixes the
issue by ignoring the updelay when there are no usable slaves.
====================

Link: https://lore.kernel.org/r/cover.1669147951.git.jtoppins@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>