Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760228AbXEaWeL (ORCPT ); Thu, 31 May 2007 18:34:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753312AbXEaWdz (ORCPT ); Thu, 31 May 2007 18:33:55 -0400 Received: from rtr.ca ([64.26.128.89]:3587 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752942AbXEaWdy (ORCPT ); Thu, 31 May 2007 18:33:54 -0400 Message-ID: <465F4D4E.6050305@rtr.ca> Date: Thu, 31 May 2007 18:33:50 -0400 From: Mark Lord User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Daniel J Blueman Cc: bzolnier@gmail.com, linux-ide@vger.kernel.org, Linux Kernel , Alan Cox , Jeff Garzik Subject: Re: Compact Flash performance... References: <6278d2220705301510y2d81f69eu38fb778d32de05e1@mail.gmail.com> <465E3FF0.9010709@rtr.ca> <6278d2220705310222rde9ad28ndfd8feced84a3c6f@mail.gmail.com> <465EBE20.6090803@rtr.ca> <6278d2220705311025q6ee030e2kd44b7302a50ac902@mail.gmail.com> <465F360D.6020603@rtr.ca> <6278d2220705311439x40f7b1c1l7cef54acd2e8fcea@mail.gmail.com> In-Reply-To: <6278d2220705311439x40f7b1c1l7cef54acd2e8fcea@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3301 Lines: 86 Daniel J Blueman wrote: > On 31/05/07, Mark Lord wrote: >> Daniel J Blueman wrote: >> > Whoops, yes. Here is the expected data: > [snip] >> >> Thanks. I'll use that data to update/validate future versions of hdparm. >> At UDMA66, it *should* be capable of the 40MByte/sec realm of readback >> perf, >> assuming the card itself is really that fast. > > hdparm in the other identify mode does list the UDMA3/4 modes twice > [1], which looks odd. > >> I don't know too much about the specifics, though, but perhaps the >> card is only capable of full speed in PIO6, which requires special >> cabling >> and is currently unsupported in libata (?). > > Seems less likely, as the Extreme IV reader (and another) supports > UDMA mode 4; in PIO mode 6, they apparently top out at 17MB/s [2], > which seems reasonable. > >> Another factor, is that hdparm performs discrete, non-overlapping, >> reads of 1MByte chunks for its timing test. Some drives cannot achieve >> full performance with such (relatively) large gaps between IO's. > > 100MB transfers still achieve 32MB/s: > > # dd if=/dev/sdb of=/dev/null bs=100000k count=10 > 10+0 records in > 10+0 records out > 1024000000 bytes (1.0 GB) copied, 31.9328 seconds, 32.1 MB/s > >> Also, just for fun, you could try "hdparm --direct -t /dev/sdb" > > # hdparm --direct -t /dev/sdb > > /dev/sdb: > Timing O_DIRECT disk reads: 96 MB in 3.05 seconds = 31.47 MB/sec > > It is conceivable that the controller in the two particular readers > which get 40MB/s are doing some kind of prefetching, but seems seems > like an extreme gain. Okay, here's the new hdparm information for this: Capabilities: ... DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 *udma4 Cycle time: min=120ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=120ns IORDY flow control=120ns Commands/features: Enabled Supported: Write cache * CFA feature set * CFA advanced modes: pio5 *pio6 So, udma4 and pio6 are the fastest supported speeds. According to the CFA specifications (v4.1), either of those modes requires SHORT cables and special handling. You probably have regular (16-18") cables, and libata doesn't support PIO6, and the motherboard chipset may not support the "special handling" requirements in other ways. Also, only one device on the cable. I see from your earlier posting that libata selected UDMA/66 (udma4) for the device though, since libata doesn't know that your cable is too long. And that mode is working, so that's probably as good as it gets on that particular motherboard chipset. Some cards may perform better when their "memory" interface is used instead of the "I/O" interface, or vice-versa. I'm not sure which of the two methods was selected by libata (probably the "memory" interface). There is also a "PC-Card" style interface with shared-memory, which some USB readers *may* use as an alternative to the standard IDE/ATA style interface. Cheers - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/