mbox series

[net,v3,0/2] bonding: 802.3ad: fix no transmission of LACPDUs

Message ID cover.1660572700.git.jtoppins@redhat.com (mailing list archive)
Headers show
Series bonding: 802.3ad: fix no transmission of LACPDUs | expand

Message

Jonathan Toppins Aug. 15, 2022, 3:08 p.m. UTC
The first patch adds some kselftest infrastructure and the reproducer
that demonstrates the problem. The second patch fixes the issue.

v3:
 * rebased to latest net/master
 * addressed comment from Hangbin

Jonathan Toppins (2):
  selftests: include bonding tests into the kselftest infra
  bonding: 802.3ad: fix no transmission of LACPDUs

 MAINTAINERS                                   |  1 +
 drivers/net/bonding/bond_3ad.c                |  3 +-
 tools/testing/selftests/Makefile              |  1 +
 .../selftests/drivers/net/bonding/Makefile    |  6 ++
 .../net/bonding/bond-break-lacpdu-tx.sh       | 81 +++++++++++++++++++
 .../selftests/drivers/net/bonding/config      |  1 +
 .../selftests/drivers/net/bonding/settings    |  1 +
 7 files changed, 93 insertions(+), 1 deletion(-)
 create mode 100644 tools/testing/selftests/drivers/net/bonding/Makefile
 create mode 100755 tools/testing/selftests/drivers/net/bonding/bond-break-lacpdu-tx.sh
 create mode 100644 tools/testing/selftests/drivers/net/bonding/config
 create mode 100644 tools/testing/selftests/drivers/net/bonding/settings