commit | 94a088aee9da164897a89d4eefa890f0b4b6c174 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Feb 19 19:31:57 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Mar 01 06:29:39 2024 -0700 |
tree | 296d90a57c29a718e06acb8baab215dbd380d1af | |
parent | bb45afd9ea60b49df7bc398b1a856f904741f96c [diff] |
io_uring/net: support multishot for sendmsg Same as the IORING_OP_SEND multishot mode. Needs further work, but it's functional and can be tested. Signed-off-by: Jens Axboe <axboe@kernel.dk>