commit | fddafacee287b3140212c92464077e971401f860 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Jan 04 20:19:44 2020 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jan 20 17:04:04 2020 -0700 |
tree | 1a72a9fd11381f3c33ceeaab6dbcff9e79417578 | |
parent | 2550878f8421f7912fdd56b38c630b797f95c749 [diff] |
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>