2003-01-20 14:43:44

by Roy Sigurd Karlsbakk

[permalink] [raw]
Subject: IDE TCQ progress?

hi

I've been playing around with TCQ a bit, but it seems like nothing happens...
Where's the IDE/ATA TCQ spec? is it open?

roy
--
Roy Sigurd Karlsbakk, Datavaktmester
ProntoTV AS - http://www.pronto.tv/
Tel: +47 9801 3356

Computers are like air conditioners.
They stop working when you open Windows.


2003-01-21 09:20:34

by Morten Helgesen

[permalink] [raw]
Subject: Re: IDE TCQ progress?

Hey Roy,

On Mon, Jan 20, 2003 at 03:52:41PM +0100, Roy Sigurd Karlsbakk wrote:
> hi
>
> I've been playing around with TCQ a bit, but it seems like nothing happens...
> Where's the IDE/ATA TCQ spec? is it open?

have a look at http://www.t13.org - "Working Draft 1532D, Volume 2" is what you should
be looking for IIRC.

>
> roy
> --
> Roy Sigurd Karlsbakk, Datavaktmester
> ProntoTV AS - http://www.pronto.tv/
> Tel: +47 9801 3356
>
> Computers are like air conditioners.
> They stop working when you open Windows.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

--

"Livet er ikke for nybegynnere" - sitat fra en klok person.

mvh
Morten Helgesen
UNIX System Administrator & C Developer
Nextframe AS
[email protected] / 93445641
http://www.nextframe.net

2003-01-21 09:28:43

by Roy Sigurd Karlsbakk

[permalink] [raw]
Subject: Re: IDE TCQ progress?

> is it safe to assume you have TCQ-able drives? last time I asked
> the maintainer, there were only a few WD Caviar's that did it.

As specified in the config docs

bool "ATA tagged command queueing (EXPERIMENTAL)"
depends on BLK_DEV_IDEDMA_PCI && EXPERIMENTAL
help
Support for tagged command queueing on ATA disk drives. This enables
the IDE layer to have multiple in-flight requests on hardware that
supports it. For now this includes the IBM Deskstar series drives,
such as the 22GXP, 75GXP, 40GV, 60GXP, and 120GXP (ie any Deskstar
made
in the last couple of years), and at least some of the Western
Digital drives in the Expert series (by nature of really being IBM
drives).

If you have such a drive, say Y here.

I've got an IBM 120GXP (IC35L060AVVA07-0)

> second, what were you expecting? the kernel already schedules the head,
> so the only time it should matter is if you're doing a lot of writes
> in a particular sequence of block addresses in the same cylinder.

I expected the kernel to be somehow stable. Not too much more.

I have heard, however, that TCQ'll help a lot if connecting > 1 unit to the
same IDE bus. Is this true?

roy
--
Roy Sigurd Karlsbakk, Datavaktmester
ProntoTV AS - http://www.pronto.tv/
Tel: +47 9801 3356

Computers are like air conditioners.
They stop working when you open Windows.