diff options
| author | Dylan Yudaken <[email protected]> | 2022-06-30 02:12:25 -0700 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-07-24 18:39:17 -0600 |
| commit | 114eccdf0e368893b3d92e06e9788d9d94876853 (patch) | |
| tree | cc69f53bf7375db33e8038566c260363364f42e8 /tools/perf/scripts/python | |
| parent | 2ba69707d9153eeca1ee8ac1bc55376b88978842 (diff) | |
io_uring: add IOU_STOP_MULTISHOT return code
For multishot we want a way to signal the caller that multishot has ended
but also this might not be an error return.
For example sockets return 0 when closed, which should end a multishot
recv, but still have a CQE with result 0
Introduce IOU_STOP_MULTISHOT which does this and indicates that the return
code is stored inside req->cqe
Signed-off-by: Dylan Yudaken <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions