io_uring: allow to pass addr into sendzc
authorPavel Begunkov <asml.silence@gmail.com>
Tue, 12 Jul 2022 20:52:45 +0000 (21:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:41:07 +0000 (18:41 -0600)
commit092aeedb750a9fad0f0252d6067fc91d76ca44bd
tree2984fc0423d4711b3838fc2f71eb39afb0c9ef15
parente29e3bd4b968d50bfb3bbdcee6bfdc340f7792cf
io_uring: allow to pass addr into sendzc

Allow to specify an address to zerocopy sends making it more like
sendto(2).

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/70417a8f7c5b51ab454690bae08adc0c187f89e8.1657643355.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h
io_uring/net.c