On Tue, Apr 1, 2025 at 11:18 PM Pau Espin Pedrol pespin@sysmocom.de wrote:
Hi,
On 3/31/25 8:36 PM, Pau Espin Pedrol wrote:
=== osmo_io_test: ===
+failure during io_uring_queue_init(): Function not implemented
Which kernel version are you running? An old one? It may not have io_uring support we require from the kernel. Maybe older liburing than expected too?
I think the kernel running the tests doesn't have io_uring enabled. see: https://github.com/axboe/liburing/issues/611
Regarding sctp, issue I bet your kernel is also missing sctp built as either builtin or kernel module.
I will check and report back
Jaroslav