From: Damien Le Moal <dlemoal@kernel.org>
To: fio@vger.kernel.org, Vincent Fu <vincentfu@gmail.com>,
Jens Axboe <axboe@kernel.dk>
Cc: Niklas Cassel <niklas.cassel@wdc.com>
Subject: [PATCH 0/4] Add support for IO priority hints
Date: Thu, 6 Jul 2023 07:12:58 +0900 [thread overview]
Message-ID: <20230705221302.430678-1-dlemoal@kernel.org> (raw)
Linux kernel 6.5 will add support for IO priority hints, which can be
used for now to specify a command duration limit for block devices
supporting this feature.
This patch series extends fio IO priority options and adds new options
to allow users to specify IO priority hints.
Damien Le Moal (4):
os-linux: add initial support for IO priority hints
options: add priohint option
cmdprio: Add support for per I/O priority hint
stats: Add hint information to per priority level stats
HOWTO.rst | 31 +++++++++++++++++++++++++++----
backend.c | 9 ++++++---
cconv.c | 2 ++
engines/cmdprio.c | 9 ++++++---
engines/cmdprio.h | 1 +
engines/io_uring.c | 25 +++++++++++++++++++++++--
engines/libaio.c | 21 +++++++++++++++++++++
fio.1 | 28 +++++++++++++++++++++++++---
options.c | 31 ++++++++++++++++++++++++++++---
os/os-dragonfly.h | 4 ++--
os/os-linux.h | 21 +++++++++++++++++----
os/os.h | 7 +++++--
stat.c | 10 +++++++---
thread_options.h | 3 ++-
14 files changed, 172 insertions(+), 30 deletions(-)
--
2.41.0
next reply other threads:[~2023-07-05 22:13 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-05 22:12 Damien Le Moal [this message]
2023-07-05 22:12 ` [PATCH 1/4] os-linux: add initial support for IO priority hints Damien Le Moal
2023-07-18 15:44 ` Niklas Cassel
2023-07-05 22:13 ` [PATCH 2/4] options: add priohint option Damien Le Moal
2023-07-18 15:44 ` Niklas Cassel
2023-07-18 15:55 ` Niklas Cassel
2023-07-05 22:13 ` [PATCH 3/4] cmdprio: Add support for per I/O priority hint Damien Le Moal
2023-07-18 15:45 ` Niklas Cassel
2023-07-05 22:13 ` [PATCH 4/4] stats: Add hint information to per priority level stats Damien Le Moal
2023-07-18 15:45 ` Niklas Cassel
2023-07-06 8:43 ` [PATCH 0/4] Add support for IO priority hints Avri Altman
2023-07-06 8:57 ` Damien Le Moal
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230705221302.430678-1-dlemoal@kernel.org \
--to=dlemoal@kernel.org \
--cc=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=niklas.cassel@wdc.com \
--cc=vincentfu@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.