From: Hangbin Liu <liuhangbin@gmail.com>
To: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Jay Vosburgh <jv@jvosburgh.net>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>,
Nikolay Aleksandrov <razor@blackwall.org>,
Simon Horman <horms@kernel.org>, Shuah Khan <shuah@kernel.org>,
Jonathan Corbet <corbet@lwn.net>, Petr Machata <petrm@nvidia.com>,
Amit Cohen <amcohen@nvidia.com>,
Vladimir Oltean <vladimir.oltean@nxp.com>,
Stephen Hemminger <stephen@networkplumber.org>,
David Ahern <dsahern@gmail.com>,
Jonas Gorski <jonas.gorski@gmail.com>,
linux-doc@vger.kernel.org, linux-kselftest@vger.kernel.org
Subject: Re: [PATCHv4 net-next 3/3] selftests: bonding: add test for LACP actor port priority
Date: Thu, 28 Aug 2025 03:43:41 +0000 [thread overview]
Message-ID: <aK_Qbfo_AUHrxSPT@fedora> (raw)
In-Reply-To: <20250827064638.6fc32630@kernel.org>
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-prio-sh/stdout
> https://netdev-3.bots.linux.dev/vmksft-bonding/results/271601/8-bond-lacp-prio-sh-retry/stdout
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
prev parent reply other threads:[~2025-08-28 3:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-25 6:45 [PATCHv4 net-next 0/3] bonding: support aggregator selection based on port priority Hangbin Liu
2025-08-25 6:45 ` [PATCHv4 net-next 1/3] bonding: add support for per-port LACP actor priority Hangbin Liu
2025-08-25 6:45 ` [PATCHv4 net-next 2/3] bonding: support aggregator selection based on port priority Hangbin Liu
2025-08-25 6:45 ` [PATCHv4 net-next 3/3] selftests: bonding: add test for LACP actor " Hangbin Liu
2025-08-27 13:46 ` Jakub Kicinski
2025-08-28 0:12 ` Jakub Kicinski
2025-08-28 3:43 ` Hangbin Liu [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aK_Qbfo_AUHrxSPT@fedora \
--to=liuhangbin@gmail.com \
--cc=amcohen@nvidia.com \
--cc=andrew+netdev@lunn.ch \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=jonas.gorski@gmail.com \
--cc=jv@jvosburgh.net \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=petrm@nvidia.com \
--cc=razor@blackwall.org \
--cc=shuah@kernel.org \
--cc=stephen@networkplumber.org \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.