From: Jens Axboe Date: Fri, 11 Jan 2019 02:10:03 +0000 (-0700) Subject: t/io_uring: restore usage of IORING_SETUP_IOPOLL X-Git-Tag: fio-3.13~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0e47f11b8342ea702fc7cc27929eb5a79e4597a3;p=fio.git t/io_uring: restore usage of IORING_SETUP_IOPOLL Signed-off-by: Jens Axboe --- diff --git a/t/io_uring.c b/t/io_uring.c index 12591c97..39332c8e 100644 --- a/t/io_uring.c +++ b/t/io_uring.c @@ -324,6 +324,8 @@ static int setup_ring(struct submitter *s) memset(&p, 0, sizeof(p)); + if (polled) + p.flags |= IORING_SETUP_IOPOLL; if (sq_thread_poll) { p.flags |= IORING_SETUP_SQPOLL; if (sq_thread_cpu != -1)