]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit91b150792916d1e8be004457c222eea4af2e2f07
tree1a72a9fd11381f3c33ceeaab6dbcff9e79417578
parent52f8f3b737833ee1e3f138a7fca4719053a1ae29
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