Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Sat, 6 Sep 2025 14:45:35 -0700 you wrote:
The pmtu test takes nearly an hour when run on a debug kernel (10min on a normal kernel, so the debug slow down is quite significant). NIPA tries to ensure all results are delivered by a certain deadline so this prevents it from retrying the test in case of a flake.
Looks like one of the slowest operations in the test is calling out to ./openvswitch/ovs-dpctl.py to remove potential leftover OvS interfaces. Check whether the interfaces exist in the first place in sysfs, since it can be done directly in bash it is very fast.
[...]
Here is the summary with links: - [net-next] selftests: net: speed up pmtu.sh by avoiding unnecessary cleanup https://git.kernel.org/netdev/net-next/c/1c0353a6df82
You are awesome, thank you!