Re: [PATCH net-next v5 3/3] selftests/net: devmem.py: add check_rx_large_niov

From: Jakub Kicinski

Date: Tue Jul 21 2026 - 14:38:37 EST


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.