Re: [PATCH net-next 2/2] selftests: drv-net: so_txtime: check IP versions
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2026-06-08 22:09:17
From: Willem de Bruijn <willemdebruijn.kernel@gmail.com>
Date: 2026-06-08 22:09:17
Jakub Kicinski wrote:
On Mon, 08 Jun 2026 16:25:01 -0400 Willem de Bruijn wrote:quoted
quoted
diff --git a/tools/testing/selftests/drivers/net/so_txtime.py b/tools/testing/selftests/drivers/net/so_txtime.py index ddcd2c0e06a8..8fe061f52055 100755 --- a/tools/testing/selftests/drivers/net/so_txtime.py +++ b/tools/testing/selftests/drivers/net/so_txtime.py@@ -64,6 +64,7 @@ from lib.py import NetDrvEpEnv, bkg, cmd, defer, tc @ksft_variants(_test_variants_mono()) def test_so_txtime_mono(cfg, ipver, args_tx, args_rx): """Run all variants of monotonic (fq) tests.""" + cfg.require_ipver(ipver)This may cause aconflict with my outstanding SO_TXTIME series. And more importantly miss having it in the new test_so_txtime_fq_tai variant. Could this test be moved to test_so_txtime that all of them call? (there is WIP to add another mono_hw variant too)Ah, sorry, missed that. Would you be willing to take these patches and add it to your next series, then? Or the WIP stuff will take longer than say a week to surface?
That will take more than a week. But I can respin this regardless. Apologies for the test breakage.