options: add priohint option
authorDamien Le Moal <dlemoal@kernel.org>
Fri, 21 Jul 2023 11:05:08 +0000 (20:05 +0900)
committerJens Axboe <axboe@kernel.dk>
Fri, 21 Jul 2023 20:07:28 +0000 (14:07 -0600)
commit860462dad312ef121766f5d17b1df7b05d1f47ee
tree26485fab576fe8dfa37017ddb4792bb3b712471b
parentb3048c1b564fc793ee11004a17b2a4de5a82be27
options: add priohint option

Introduce the new option priohint to allow users to specify an I/O
priority hint applying to all IOs issued by a job. This increases fio
server version (FIO_SERVER_VER) to 101.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Niklas Cassel <niklas.cassel@wdc.com>
Link: https://lore.kernel.org/r/20230721110510.44772-5-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO.rst
backend.c
cconv.c
fio.1
options.c
server.h
thread_options.h