]> asedeno.scripts.mit.edu Git - linux.git/commit
block, bfq: increase update frequency of inject limit
authorPaolo Valente <paolo.valente@linaro.org>
Thu, 22 Aug 2019 15:20:36 +0000 (17:20 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Sep 2019 02:03:49 +0000 (20:03 -0600)
commit17c3d2660268501d36b75c7c7083dc8f2bbb93c3
tree3f8c857750496a9a1dec9a4720c237db91f5243f
parentc1e0a18228822258cbeb49a923d93f8f01c74a76
block, bfq: increase update frequency of inject limit

The update period of the injection limit has been tentatively set to
100 ms, to reduce fluctuations. This value however proved to cause,
occasionally, the limit to be decremented for some bfq_queue only
after the queue underwent excessive injection for a lot of time. This
commit reduces the period to 10 ms.

Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c