mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
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>
This commit is contained in:
committed by
Jens Axboe
parent
e29e3bd4b9
commit
092aeedb75
@@ -68,7 +68,7 @@ struct io_uring_sqe {
|
||||
__u32 file_index;
|
||||
struct {
|
||||
__u16 notification_idx;
|
||||
__u16 __pad;
|
||||
__u16 addr_len;
|
||||
};
|
||||
};
|
||||
union {
|
||||
|
Reference in New Issue
Block a user