Update io_uring API
authorJens Axboe <axboe@kernel.dk>
Thu, 10 Jan 2019 21:22:08 +0000 (14:22 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 10 Jan 2019 21:35:29 +0000 (14:35 -0700)
commit2ea53ca36174ee16e331ecab33cb413799168e26
tree3a0fe130c148184a8cf85e5cf7bc365175a2d683
parent411a08212830ad9f7df297676f8f337efdb4bfc2
Update io_uring API

- Fixed buffers are now available through io_uring_register()
- Various thread/wq options are now dead and automatic instead
- sqe->index is now sqe->buf_index
- Fixed buffers require flag, not separate opcode

Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/arch-x86_64.h
engines/io_uring.c
os/io_uring.h
t/io_uring.c