io_uring: add support for send(2) and recv(2)
authorJens Axboe <axboe@kernel.dk>
Sun, 5 Jan 2020 03:19:44 +0000 (20:19 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Jan 2020 22:05:03 +0000 (15:05 -0700)
commite3f45361baafadd6b8280c037b0cf6de753fe7f2
tree810e7db88fae0e3d8c5e9d64cafe136cd359574c
parent6c5c62200ba27aa020446ff5746f3489fa4f32e4
io_uring: add support for send(2) and recv(2)

This adds IORING_OP_SEND for send(2) support, and IORING_OP_RECV for
recv(2) support.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c
include/uapi/linux/io_uring.h