[PATCH net-next v2 0/2] selftests: drv-net: so_txtime: trivial fixes
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-06-09 18:08:06
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-06-09 18:08:06
I noticed that so_txtime is only passing on NIPA setups which are looped within a single host. The cross-machine cases just flat out fail. The initial bug is obvious - the test does not deploy the binary. But even with that I think more work would be needed to sync the time / adjust the expectations for a dual-machine test. Willem promised to follow up on the fundamental issues with 2-host setups :) v2: - rebase & add cfg.require_ipver(ipver) to the new case v1: https://lore.kernel.org/20260608173305.372987-1-kuba@kernel.org (local) Jakub Kicinski (2): selftests: drv-net: so_txtime: remember to deploy the binaries selftests: drv-net: so_txtime: check IP versions tools/testing/selftests/drivers/net/so_txtime.py | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) -- 2.54.0