diff options
author | Stefano Garzarella <sgarzare@redhat.com> | 2020-02-20 15:08:33 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-02-20 09:19:37 -0700 |
commit | ff2ae9b368d1211d87b5d3631bc67af65468621a (patch) | |
tree | 2b81506e75cd24dcc05c84a8ebfc5f9d4bcca41e | |
parent | 8304a49e7b9b47f2bebb8db4cf94f18a3ff2dacd (diff) | |
download | liburing-ff2ae9b368d1211d87b5d3631bc67af65468621a.tar.gz liburing-ff2ae9b368d1211d87b5d3631bc67af65468621a.tar.bz2 |
man/io_uring_setup.2: fix 'sq_thread_idle' description
In the kernel we are using msecs_to_jiffies() to convert the
'sq_thread_idle' parameter, provided by the user, in jiffies.
So, the value is interpreted in milliseconds and not microseconds.
Fixes: 59bb09c553eb ("man: add io_uring_setup.2 man page")
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | man/io_uring_setup.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_setup.2 b/man/io_uring_setup.2 index 4057e4b..20c67dc 100644 --- a/man/io_uring_setup.2 +++ b/man/io_uring_setup.2 @@ -82,7 +82,7 @@ doing a single system call. If the kernel thread is idle for more than .I sq_thread_idle -microseconds, it will set the +milliseconds, it will set the .B IORING_SQ_NEED_WAKEUP bit in the .I flags |