commit | 4d954c258a0c365a85a2d1b1cccf63aec38fca4c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Feb 27 07:31:19 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Mar 10 09:12:48 2020 -0600 |
tree | 565cd36dca9caf96839414f8c3cd784a7526d5b2 | |
parent | bcda7baaa3f15c7a95db3c024bb046d6e298f76b [diff] |
io_uring: add IOSQE_BUFFER_SELECT support for IORING_OP_READV This adds support for the vectored read. This is limited to supporting just 1 segment in the iov, and is provided just for convenience for applications that use IORING_OP_READV already. The iov helpers will be used for IORING_OP_RECVMSG as well. Signed-off-by: Jens Axboe <axboe@kernel.dk>