On Thu, 30 Jul 2026 14:39:37 -0700 Bobby Eshleman wrote:
Poking around, it looks like 231.1.167.0 and above should support everything, so fw should be okay AFAICT.
Looks like the config is missing CONFIG_NET_DEVMEM and CONFIG_UDMABUF?
Ah, damn, you're right. I grepped for DEVMEM and didn't look closely on a hit. Turns out there's a non-NET DEVMEM, too.
Could you send a patch to add the missing config options to tools/testing/selftests/drivers/net/hw/config ?
Can be separate or part of this series, doesn't matter.
Sorry, took me a while... was certain it was a bug in my code.
Not the failure here, but wondering if this was on ARM led to seeing that 16K hardcoded rx_page_size in run_rx_large_niov() may fail on ARM with 64K pages because it will fail the IS_ALIGN(16K, 64K) check...
Ah, good thought. We've been meaning to get an ARM64 server for NIPA (our current server supplier is out). If it's not too hard could be nice to guard against that. But also not a huge deal for HW tests if they fail instead of skipping.
linaro-mm-sig@lists.linaro.org