commit | 17f2fe35d080d8f64e86a60cdcd3a97edcbc213b | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Oct 17 14:42:58 2019 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 29 12:43:06 2019 -0600 |
tree | ef7b351298c615040d1eeb4c68ac0d7af0d2030e | |
parent | de2ea4b64b75a79ed9cdf9bf30e0e197901084e4 [diff] |
io_uring: add support for IORING_OP_ACCEPT This allows an application to call accept4() in an async fashion. Like other opcodes, we first try a non-blocking accept, then punt to async context if we have to. Signed-off-by: Jens Axboe <axboe@kernel.dk>