Re: stochastic fair queueing in the elevator [Re: [BENCHMARK]

Andrew Morton (akpm@digeo.com)
Mon, 10 Feb 2003 04:12:45 -0800


Nick Piggin <piggin@cyberone.com.au> wrote:
>
> Andrew Morton wrote:
>
> >Andrea Arcangeli <andrea@suse.de> wrote:
> >
> >>It's the readahead in my tree that allows the reads to use the max scsi
> >>command size. It has nothing to do with the max scsi command size
> >>itself.
> >>
> >
> >Oh bah.
> >
> >- *max_ra++ = vm_max_readahead;
> >+ *max_ra = ((128*4) >> (PAGE_SHIFT - 10)) - 1;
> >
> >
> >Well of course that will get bigger bonnie numbers, for exactly the reasons
> >I've explained. It will seek between files after every 512k rather than
> >after every 128k.
> >
> Though Andrea did say it is a "single threaded" streaming read.

Oh sorry, I missed that.

> That is what I can't understand. Movement of the disk head should
> be exactly the same in either situation and 128K is not exactly
> a pitiful request size - so it suggests a quirk somewhere. It
> is not as if the disk has to be particularly smart or know a
> lot about the data in order to optimise the head movement for
> a load like this.

Yes, that's a bit odd. Some reduction in CPU cost and bus
traffic, etc would be expected. Could be that sending out a
request which is larger than a track is saving a rev of the disk
for some reason.

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