On Mon, 30 Mar 2026 10:25:28 -0700 Joe Damato wrote: > > > +def test_uso_v4_exact(cfg): > > > + """USO IPv4: exact multiple of MSS (5 full segments).""" > > > + _test_uso(cfg, "4", 1400, 1400 * 5) > > > > Variants are probably a good fit here. > > Is the right way to do this by using test_builder?
grep for ksft_variants, I'll send a patch to mention it in the README shortly cause I think it's missing there

