summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2018-09-28 13:45:40 -0400
committerJens Axboe <axboe@kernel.dk>2018-09-28 11:47:28 -0600
commit9f60511a021e677c43b3e2d1a890e3d0d372e394 (patch)
tree357db225648674eaf5fa5467e2fe9f6367564013 /tools
parentff4cee0898756f07f8b50b30ea00efc773de24e6 (diff)
blk-iolatency: deal with nr_requests == 1
Hitting the case where blk_queue_depth() returned 1 uncovered the fact that iolatency doesn't actually handle this case properly, it simply doesn't scale down anybody. For this case we should go straight into applying the time delay, which we weren't doing. Since we already limit the floor at 1 request this if statement is not needed, and this allows us to set our depth to 1 which allows us to apply the delay if needed. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions