io_uring: update documentation and small fix for sqthread_poll
authorAnkit Kumar <ankit.kumar@samsung.com>
Fri, 21 Oct 2022 11:32:36 +0000 (17:02 +0530)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 4 Nov 2022 16:36:23 +0000 (09:36 -0700)
commitd6f936d1172a56c28b225d8a6858283d60d57f92
treea9894aa46534075e4049012b5676f11e7781748f
parent7fc3a553beadd15cac09b1514547c4d382d292d9
io_uring: update documentation and small fix for sqthread_poll

type for sqthread_poll should be FIO_OPT_STR_SET, as this only
requires it to be set. This also fixes the issue:
https://github.com/axboe/fio/issues/927

Update the HOWTO and man page to specify the missing types for all
the remaining io_uring options.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
HOWTO.rst
engines/io_uring.c
fio.1