]> 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)
commitb3f6833404d2720f15d4efa7c2c1bef35d0f1ebf
tree1a72a9fd11381f3c33ceeaab6dbcff9e79417578
parentbdecd516883b8b1ccb5bfb9d19498bc50ccfb29f
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