commit | 80bdf0c78fff075dfa21576273c8b0c7db22bdfe | [log] [tgz] |
---|---|---|
author | Vivek Goyal <vgoyal@redhat.com> | Mon Aug 23 12:24:26 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Aug 23 12:24:26 2010 +0200 |
tree | f9075075f282e1e2adf1b2cb1fbc25991df7c6af | |
parent | 02b35081fc98f681411586d3acf9eaad8b8f6e07 [diff] |
cfq-iosched: Implement tunable group_idle o Implement a new tunable group_idle, which allows idling on the group instead of a cfq queue. Hence one can set slice_idle = 0 and not idle on the individual queues but idle on the group. This way on fast storage we can get fairness between groups at the same time overall throughput improves. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Acked-by: Jeff Moyer <jmoyer@redhat.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>