On Wed, 08 Jul 2026 15:55:06 -0700 Bobby Eshleman wrote: > +@ksft_disruptive > +def check_rx_large_niov(cfg) -> None: > + """Run the devmem RX test with rx-buf-size = 16 KiB.""" > + run_rx_large_niov(cfg)
Any idea why the devmem tests sprinkle disruptive everywhere? Disruptive means we take the link down, I don't think this test does that.

