Message ID | cover.1660832962.git.jtoppins@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | bonding: 802.3ad: fix no transmission of LACPDUs | expand |
Jonathan Toppins <jtoppins@redhat.com> wrote: >Configuring a bond in a specific order can leave the bond in a state >where it never transmits LACPDUs. > >The first patch adds some kselftest infrastructure and the reproducer >that demonstrates the problem. The second patch fixes the issue. The >new third patch makes ad_ticks_per_sec a static const and removes the >passing of this variable via the stack. > >v4: > * rebased to latest net/master > * removed if check around bond_3ad_initialize function contents > * created a new patch that makes ad_ticks_per_sec a static const >v3: > * rebased to latest net/master > * addressed comment from Hangbin > >Jonathan Toppins (3): > selftests: include bonding tests into the kselftest infra > bonding: 802.3ad: fix no transmission of LACPDUs > bonding: 3ad: make ad_ticks_per_sec a const For the series: Acked-by: Jay Vosburgh <jay.vosburgh@canonical.com> -J --- -Jay Vosburgh, jay.vosburgh@canonical.com