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>
Tue, 21 Jan 2020 00:04:04 +0000 (17:04 -0700)
commitfddafacee287b3140212c92464077e971401f860
tree1a72a9fd11381f3c33ceeaab6dbcff9e79417578
parent2550878f8421f7912fdd56b38c630b797f95c749
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