]> git.baikalelectronics.ru Git - kernel.git/commit
block, bfq: add description of weight-raising heuristics
authorPaolo Valente <paolo.valente@linaro.org>
Thu, 31 May 2018 14:45:05 +0000 (16:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 May 2018 14:54:36 +0000 (08:54 -0600)
commitbdf63396cab463730008dd0a8ec84f3a914539eb
tree163f41ca26b3d8b36c36bba805844a114f55bbb2
parenteb339a8e1d7fac53583d005de188e032d5fdbfa8
block, bfq: add description of weight-raising heuristics

A description of how weight raising works is missing in BFQ
sources. In addition, the code for handling weight raising is
scattered across a few functions. This makes it rather hard to
understand the mechanism and its rationale. This commits adds such a
description at the beginning of the main source file.

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