]> git.baikalelectronics.ru Git - kernel.git/commit
blkio: Implement per cfq group latency target and busy queue avg
authorVivek Goyal <vgoyal@redhat.com>
Thu, 3 Dec 2009 17:59:44 +0000 (12:59 -0500)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 3 Dec 2009 18:28:52 +0000 (19:28 +0100)
commitb7ce64805d820cc98585191b0bf038be1b7f0d2f
tree06098474c5763f20d1c9715faf67c83c56b9a787
parent5533be96b6bcea3fda17b35b399c9931a44742d6
blkio: Implement per cfq group latency target and busy queue avg

o So far we had 300ms soft target latency system wide. Now with the
  introduction of cfq groups, divide that latency by number of groups so
  that one can come up with group target latency which will be helpful
  in determining the workload slice with-in group and also the dynamic
  slice length of the cfq queue.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c