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

From: Bobby Eshleman

Date: Tue Jul 21 2026 - 20:27:59 EST


On Tue, Jul 21, 2026 at 11:09:03AM -0700, Jakub Kicinski wrote:
> 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.
>

Not sure... I don't think the link is ever taken down. If the worry is
ssh, I think one non-devmem queue is always spared anyway, so ssh should
stay up too, but I haven't tried this out.

I always forget to remove these decorators.

Best,
Bobby