options: allow offset_increment to understand percentages
authorVincent Fu <vincent.fu@wdc.com>
Wed, 28 Aug 2019 17:48:41 +0000 (13:48 -0400)
committerJens Axboe <axboe@kernel.dk>
Wed, 28 Aug 2019 19:45:37 +0000 (13:45 -0600)
commit0b288ba164c10009ea9f4a2c737bd29863ebc60c
tree865e9c7563061f298b3bce17ebd2ed9a4197e367
parenta02ec45af6b1f9ca1d8b578b4264bcd053886801
options: allow offset_increment to understand percentages

Add the ability for the offset_increment option to understand
percentages. With this patch offset_increment=10% will, for example,
increase the start offset by 10% of the file size for additional jobs
created by numjobs.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
cconv.c
filesetup.c
fio.1
options.c
server.h
thread_options.h