Jeff Moyer 996b5a65a5 add io_uring_queue_mmap
io_uring_queue_init does not allow the caller to specify sq_thread_cpu
or sq_thread_idle.  Users that want to specify those parameters need to
call io_uring_setup(2) themselves.  Add a helper so that they don't also
have to hand-craft the code to map the submission and completion queues,
and setup the sqe ring.  This allows those applications to still make
use of io_uring_submit and get/wait_completion.

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2019-02-08 12:56:35 -07:00
2019-02-08 12:41:28 -07:00
2019-02-08 12:56:35 -07:00
2019-01-08 07:38:15 -07:00
2019-01-15 11:19:16 -07:00
2019-01-08 07:38:15 -07:00
2019-01-08 07:38:15 -07:00
2019-01-15 11:19:16 -07:00
Description
No description provided
157 KiB
Languages
C 93%
Makefile 6.5%
Shell 0.5%