[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230823071907.3027782-1-liuhangbin@gmail.com>
Date: Wed, 23 Aug 2023 15:19:03 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: netdev@...r.kernel.org
Cc: Jay Vosburgh <j.vosburgh@...il.com>,
"David S . Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
Liang Li <liali@...hat.com>,
Jiri Pirko <jiri@...dia.com>,
Nikolay Aleksandrov <razor@...ckwall.org>,
Hangbin Liu <liuhangbin@...il.com>
Subject: [PATCHv3 net 0/3] fix macvlan over alb bond support
Currently, the macvlan over alb bond is broken after commit
14af9963ba1e ("bonding: Support macvlans on top of tlb/rlb mode bonds").
Fix this and add relate tests.
Hangbin Liu (3):
bonding: fix macvlan over alb bond support
selftest: bond: add new topo bond_topo_2d1c.sh
selftests: bonding: add macvlan over bond testing
drivers/net/bonding/bond_alb.c | 6 +-
include/net/bonding.h | 11 +-
.../selftests/drivers/net/bonding/Makefile | 4 +-
.../drivers/net/bonding/bond_macvlan.sh | 99 +++++++++++
.../drivers/net/bonding/bond_options.sh | 3 -
.../drivers/net/bonding/bond_topo_2d1c.sh | 158 ++++++++++++++++++
.../drivers/net/bonding/bond_topo_3d1c.sh | 118 +------------
7 files changed, 272 insertions(+), 127 deletions(-)
create mode 100755 tools/testing/selftests/drivers/net/bonding/bond_macvlan.sh
create mode 100644 tools/testing/selftests/drivers/net/bonding/bond_topo_2d1c.sh
--
2.41.0
Powered by blists - more mailing lists