t/io_uring: take advantage of new io_uring setup flags
authorJens Axboe <axboe@kernel.dk>
Thu, 1 Sep 2022 00:44:52 +0000 (18:44 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Sep 2022 00:44:52 +0000 (18:44 -0600)
commit2be18f6b266f3fcba89719b354672090f49d53d9
tree9d978857bfa215d0827d6c9ef052b8aa89878237
parent501565a1eebdcbca5943152e924133279f56cfbe
t/io_uring: take advantage of new io_uring setup flags

Set COOP_TASKRUN, SINGLE_ISSUER, and DEFER_TASKRUN if they are available
on the host.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c