linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@suse.de>
To: Erik Andersen <andersen@codepoet.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>,
	"Andre M. Hedrick" <andre@linux-ide.org>,
	linux-ide@vger.kernel.org
Subject: Re: [PATCH] IDE TCQ for 2.4.19-pre8
Date: Mon, 6 May 2002 19:50:37 +0200	[thread overview]
Message-ID: <20020506175037.GD1481@suse.de> (raw)
In-Reply-To: <20020506174101.GB24013@codepoet.org>

On Mon, May 06 2002, Erik Andersen wrote:
> On Mon May 06, 2002 at 03:45:35PM +0200, Jens Axboe wrote:
> > People who were (rightfully so) afraid to test 2.5 can now play with ide
> > tagged queueing in 2.4. Works great here.
> 
> What sort of behavior changes should I expect to see?  Faster?
> Less CPU utilization?  Are there limited set of controllers and/

I find CPU utilization to be about the same, sometimes a bit more with
TCQ (seems to be due to excessive spinning waiting for BUSY_STAT to
clear after outputting a command (WIN_READMA_QUEUED etc). This will be
the subject of some more investigation.

Streamed reads or writes of 512 byte units is slower with TCQ, by
as much as 20% or so. Approaching 4kb transfers and TCQ catches up, 4kb
and up they are equally fast.

Random reads are somewhat faster, this is the case that we expect to be
faster. Random writes run at the same speed, but that's merely due to
write caching in the non-tcq case. Random access reads show up to 30%
improvement.

> or drives on which this works?

See the configure help entry for known good drives. All controllers
should work, I've tested:

- PIIX4 (various revisions)
- Promise pdc202xx
- AMD 768

others should work as well.

-- 
Jens Axboe


  reply	other threads:[~2002-05-06 17:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20020506134535.GC18817@suse.de>
2002-05-06 17:41 ` [PATCH] IDE TCQ for 2.4.19-pre8 Erik Andersen
2002-05-06 17:50   ` Jens Axboe [this message]
2002-05-06 18:57 ` Andre Hedrick
2002-05-17  6:36 [patch] ide tcq " Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2002-05-06 13:45 [PATCH] IDE TCQ " Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020506175037.GD1481@suse.de \
    --to=axboe@suse.de \
    --cc=andersen@codepoet.org \
    --cc=andre@linux-ide.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).