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)
commit58ff82f34cded3812af5b6c69b6aa626b6be2490
tree06098474c5763f20d1c9715faf67c83c56b9a787
parent25bc6b07767fe77422312eda2af99c9477f76191
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