io_uring/net: support multishot for sendmsg
authorJens Axboe <axboe@kernel.dk>
Tue, 20 Feb 2024 02:31:57 +0000 (19:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Mar 2024 13:29:39 +0000 (06:29 -0700)
commit94a088aee9da164897a89d4eefa890f0b4b6c174
tree296d90a57c29a718e06acb8baab215dbd380d1af
parentbb45afd9ea60b49df7bc398b1a856f904741f96c
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>
io_uring/net.c