diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2022-09-08 15:20:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-09-21 19:30:43 +0300 |
commit | 0b048557db761d287777360a100e1d010760d209 (patch) | |
tree | 8adf18150dfce2198460a02f5fae9fcfd25189d3 /tools/perf/scripts/python/syscall-counts.py | |
parent | cd9021e88fddf0d9fa9704564153af2bdb5dc13c (diff) | |
download | linux-0b048557db761d287777360a100e1d010760d209.tar.xz |
io_uring/net: refactor io_sr_msg types
In preparation for using struct io_sr_msg for zerocopy sends, clean up
types. First, flags can be u16 as it's provided by the userspace in u16
ioprio, as well as addr_len. This saves us 4 bytes. Also use unsigned
for size and done_io, both are as well limited to u32.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/42c2639d6385b8b2181342d2af3a42d3b1c5bcd2.1662639236.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions