OSDN Git Service

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)
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>

Trivial merge