commit | 30e0dc28bff9dc456cdfc2aae4aca78b8b1a1cec | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Mon Oct 20 15:44:28 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Dec 29 08:29:51 2008 +0100 |
tree | cb72eba9e27bf893928189c832d29e97bbe132ad | |
parent | 31dcfab0ae6eb0340d456931df4d478e17efc65d [diff] |
cfq-iosched: remove limit of dispatch depth of max 4 times quantum This basically limits the hardware queue depth to 4*quantum at any point in time, which is 16 with the default settings. As CFQ uses other means to shrink the hardware queue when necessary in the first place, there's really no need for this extra heuristic. Additionally, it ends up hurting performance in some cases. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>