mjasny

Results 2 issues of mjasny

Hi, I've written a simple io_uring-based TCP server that is just receiving data from multiple clients using `recv_multishot` and `buf_ring`. I’m observing that the server is handling 3 clients in...

Hi, I found that methods to specify cores for async workers are missing in this library. Manpage: https://manpages.debian.org/unstable/liburing-dev/io_uring_register.2.en.html#IORING_REGISTER_IOWQ_AFF Usage example in liburing: https://github.com/axboe/liburing/blob/cb00b6d807efaaaa5455223bf28a73fa216b2d24/test/wq-aff.c#L106 I decided to pull the libc::cpu_set_t related...