Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 6 Nov 2025 17:12:09 +0100 you wrote:
From: Alexander Sverdlin alexander.sverdlin@siemens.com
It seems that most of the tests prepare the interfaces once before the test run (setup_prepare()), rely on setup_wait() to wait for link and only then run the test(s).
local_termination brings the physical interfaces down and up during test run but never wait for them to come up. If the auto-negotiation takes some seconds, first test packets are being lost, which leads to false-negative test results.
[...]
Here is the summary with links: - [net,v3] selftests: net: local_termination: Wait for interfaces to come up https://git.kernel.org/netdev/net/c/57531b341644
You are awesome, thank you!