Just do away with setting IOPOLL as this is not necessary for the test. Signed-off-by: Kanchan Joshi <joshi.k@xxxxxxxxxxx> --- test/io_uring_passthrough.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/io_uring_passthrough.c b/test/io_uring_passthrough.c index b58feae..7efdba1 100644 --- a/test/io_uring_passthrough.c +++ b/test/io_uring_passthrough.c @@ -286,8 +286,7 @@ static int test_invalid_passthru_submit(const char *file) struct io_uring_sqe *sqe; struct nvme_uring_cmd *cmd; - ring_flags = IORING_SETUP_IOPOLL | IORING_SETUP_SQE128; - ring_flags |= IORING_SETUP_CQE32; + ring_flags = IORING_SETUP_CQE32 | IORING_SETUP_SQE128; ret = t_create_ring(1, &ring, ring_flags); if (ret != T_SETUP_OK) { -- 2.25.1