frevib / io_uring-echo-server

io_uring echo server
MIT License
365 stars 55 forks source link

please get rid of liburing private copy #10

Closed lano1106 closed 3 years ago

lano1106 commented 3 years ago

$ ./io_uring_echo_server 1976 io_uring echo server listening for connections on port: 1976 from io_uring_echo-server main() sizeof(struct io_uring): 160 From io_uring_queue_mmap() sizeof(*ring): 216 sizeof(struct io_uring): 216 Before memset() in io_uring_queue_mmap(): p->sq_entries: 2048 After memset() in io_uring_queue_mmap(): p->sq_entries: 0 io_uring_init_failed... : Invalid argument

lano1106 commented 3 years ago

it does not have a compatible ABI with the official most up to date liburing

frevib commented 3 years ago

Done, thanks.