Bug 10746
Summary: | cfq has worse io-throughput on certain hardware than deadline, as, noop (50-75%) | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Matthew (jackdachef) |
Component: | Block Layer | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED OBSOLETE | ||
Severity: | high | CC: | alan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.25 to 2.6.26-rc2 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | this is the output of blktrace from a vanilla-kernel (2.6.25) and with the patch mentioned below in "comment" |
Description
Matthew
2008-05-19 03:34:01 UTC
Created attachment 16192 [details] this is the output of blktrace from a vanilla-kernel (2.6.25) and with the patch mentioned below in "comment" correction for the latest kernel: 2.6.25-rc2 should be 2.6.26-rc2 (little typo) "vanilla" refers to 2.6.25 attached you'll find the output of a vanilla-run (sde, sdd) and a run with patch2 + vanilla - still no change (at least for me ;) ) + kernel-config and dmesg with some device-sensitive data cut out (printer) 01 == vanilla run 02 == run with patch2 03 == run of other harddisks [/dev/sda, /dev/sdc] (on vanilla-kernel + patch2) not encountering this problem (in fact never, even not in vanilla == no lowered throughput) ah, before I forget it (this might make a change): all hdd's run on ahci mode, all are not jumpered == 3 GB/s SATA-II/-I, not limited to 1.5 GB/s (shouldn't make a difference) /dev/sdd is on 4th port (?) of Intel ICH7R [ST3750330NS] /dev/sde is on Jmicron JMB363/JMB361 /dev/sdd + /dev/sde show this behavior (slowing down / bad throughput) * /dev/sda + /dev/sdc are on the ICH7R, too, but don't show this behavior (port 1 and 2 / 3 ?) * /dev/sda == /dev/sde --> both are of the same hdd model [ST3250620AS, Seagate] * /dev/sdc is [ST3250824AS] all 4 drives are S-ATA drives, the old atapi/ide-driver - whether it's compiled in or not - doesn't make a change (shouldn't) the p5w dh deluxe has some "strange" characteristics such as the ez-backup hardware raid-controller (which is currently disabled) enabling the combination of the jmicron and the ICH7R on a raid 5 & but shouldn't be the reason here for more information on this please consult the p5w dh deluxe handbook at asus.com the above mentioned patch is (should be) from: http://lkml.org/lkml/2008/5/14/97 |