Re: Poor read performance when sequential write presents

From: Andrew Morton (akpm@zip.com.au)
Date: Mon May 27 2002 - 03:22:41 EST


Jens Axboe wrote:
>
> ...
> > But in 2.5, head-activeness went away and as far as I know, IDE and SCSI are
> > treated the same. Odd.
>
> It didn't really go away, it just gets handled automatically now.
> elv_next_request() marks the request as started, in which case the i/o
> scheduler won't consider it for merging etc. SCSI removes the request
> directly after it has been marked started, while IDE leaves it on the
> queue until it completes. For IDE TCQ, the behaviour is the same as with
> SCSI.

It won't consider the active request at the head of the queue for
merging (making the request larger). But it _could_ consider the
request when making decisions about insertion (adding a new request
at the head of the queue because it's close-on-disk to the active
one). Does it do that?

-
-
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/



This archive was generated by hypermail 2b29 : Fri May 31 2002 - 22:00:19 EST