On Wed, Aug 27, 2025 at 06:46:38AM -0700, Jakub Kicinski wrote:
On Mon, 25 Aug 2025 06:45:16 +0000 Hangbin Liu wrote:
Here is the result output # ./bond_lacp_prio.sh TEST: bond 802.3ad (ad_actor_port_prio setting) [ OK ] TEST: bond 802.3ad (ad_actor_port_prio select) [ OK ] TEST: bond 802.3ad (ad_actor_port_prio switch) [ OK ]
The last case failed twice since posted:
https://netdev-3.bots.linux.dev/vmksft-bonding/results/271601/8-bond-lacp-pr... https://netdev-3.bots.linux.dev/vmksft-bonding/results/271601/8-bond-lacp-pr...
Hmm, not sure why it failed. Maybe sleep a few time to make sure the link is up and reselect finished..
+ # Trigger link state change to reselect the aggregator + ip -n "${c_ns}" link set eth1 down + sleep 0.5 + ip -n "${c_ns}" link set eth1 up + sleep 0.5
Thanks Hangbin