Skip to content
Commit 5756a3a7 authored by Kanchan Joshi's avatar Kanchan Joshi Committed by Jens Axboe
Browse files

io_uring: add iopoll infrastructure for io_uring_cmd



Put this up in the same way as iopoll is done for regular read/write IO.
Make place for storing a cookie into struct io_uring_cmd on submission.
Perform the completion using the ->uring_cmd_iopoll handler.

Signed-off-by: default avatarKanchan Joshi <joshi.k@samsung.com>
Signed-off-by: default avatarPankaj Raghav <p.raghav@samsung.com>
Link: https://lore.kernel.org/r/20220823161443.49436-3-joshi.k@samsung.com
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent de27e18e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment