liburing
liburing copied to clipboard
As stated in the title, `io_uring_prep_recv_multishot` must be initiated again to continue receiving data
This new function is useful for flags like `IORING_SETUP_SINGLE_ISSUER` that are useful on kernels that support them, but not necessary on older kernels. ---- ## git request-pull output: ``` The...
I have an io_uring based application where I am debugging socket connections between server and client. Printing the port which the client is using to connect is a reasonable way...
Hello! https://github.com/axboe/liburing/blob/master/debian/changelog stuck on 2.2 version, thus packages built using `debuild -i -us -uc -b` produces `liburing2_2.2-1_amd64.deb` packages. Does this repository require debian build scripts at all, if they are...
If I add 100 sequential read requests (e.g. for blocks 0-99 of a file), they appear to be coalesced and executed atomically by the NVME. That is, io_uring_wait_cqe_nr(1) will block...
[GIT PULL] liburing: support IOSQE_GROUP_LINK and test The 1st patch adds support for IOSQE_GROUP_LINK which is merged to for-6.13/io_uring. The 2nd patch adds test for this feature. Signed-off-by: Ming Lei