On Mon, Aug 11, 2025 at 4:13 PM Jakub Kicinski kuba@kernel.org wrote:
Looks like neither IO_URING nor UDMABUF are enabled even tho iou-zcrx.py and devmem.py (respectively) need those. IO_URING gets enabled by default but UDMABUF is missing.
Signed-off-by: Jakub Kicinski kuba@kernel.org
At first glance I thought CONFIG_NET_DEVMEM=y could also be added, but that is def_bool y, so it's very unnecessary to add it.
Reviewed-by: Mina Almasry almasrymina@google.com