Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 10 Feb 2003 07:19:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 10 Feb 2003 07:19:21 -0500 Received: from dial-ctb04112.webone.com.au ([210.9.244.112]:37639 "EHLO chimp.local.net") by vger.kernel.org with ESMTP id ; Mon, 10 Feb 2003 07:17:35 -0500 Message-ID: <3E479AA1.3050308@cyberone.com.au> Date: Mon, 10 Feb 2003 23:27:13 +1100 From: Nick Piggin User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1 MIME-Version: 1.0 To: Andrew Morton CC: andrea@suse.de, reiser@namesys.com, jakob@unthought.net, david.lang@digitalinsight.com, riel@conectiva.com.br, ckolivas@yahoo.com.au, linux-kernel@vger.kernel.org, axboe@suse.de Subject: Re: stochastic fair queueing in the elevator [Re: [BENCHMARK] 2.4.20-ck3 / aa / rmap with contest] References: <3E47579A.4000700@cyberone.com.au> <20030210080858.GM31401@dualathlon.random> <20030210001921.3a0a5247.akpm@digeo.com> <20030210085649.GO31401@dualathlon.random> <20030210010937.57607249.akpm@digeo.com> <3E4779DD.7080402@namesys.com> <20030210101539.GS31401@dualathlon.random> <3E4781A2.8070608@cyberone.com.au> <20030210111017.GV31401@dualathlon.random> <3E478C09.6060508@cyberone.com.au> <20030210113923.GY31401@dualathlon.random> <20030210034808.7441d611.akpm@digeo.com> <3E4792B7.5030108@cyberone.com.au> <20030210041245.68665ff6.akpm@digeo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1154 Lines: 30 Andrew Morton wrote: >Nick Piggin wrote: > >>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. > Shouldn't be. Even at 128KB readahead we should always have outstanding requests against the disk in a streaming read scenario, right? Maybe if the track buffers are bigger than 128K? Is there a magic number above which you see the improvement, Andrea? Or does it steadily climb? - 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/