t/io_uring: add support for async-passthru
authorAnuj Gupta <anuj20.g@samsung.com>
Fri, 26 Aug 2022 11:33:06 +0000 (17:03 +0530)
committerJens Axboe <axboe@kernel.dk>
Fri, 26 Aug 2022 13:30:08 +0000 (07:30 -0600)
commit7d04588a766308d5903f6cfe34ed72f6c7612d19
tree8ca16cce4916c01bdcf48b3754274b8554353e82
parentc409e4c2a549ccc0334f2c084a76e80314d42c42
t/io_uring: add support for async-passthru

This patch adds support for async-passthru in t/io_uring. User needs to
specify -u1 option in the command

Example commandline:
t/io_uring -b512 -d128 -c32 -s32 -p0 -F1 -B0 -O0 -n1 -u1 /dev/ng0n1

Signed-off-by: Anuj Gupta <anuj20.g@samsung.com>
Link: https://lore.kernel.org/r/20220826113306.4139-3-anuj20.g@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c