]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f58bc95d4e128f9401c47d8fe53b0738fe43189
tree2984fc0423d4711b3838fc2f71eb39afb0c9ef15
parent3a167f1e792bc97a0c531b4b13b160bcf89666c5
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