Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 5 Oct 2002 15:28:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 5 Oct 2002 15:28:37 -0400 Received: from packet.digeo.com ([12.110.80.53]:4090 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Sat, 5 Oct 2002 15:28:35 -0400 Message-ID: <3D9F3EAC.590738BA@digeo.com> Date: Sat, 05 Oct 2002 12:34:04 -0700 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.5.40 i686) X-Accept-Language: en MIME-Version: 1.0 To: Lincoln Dale CC: Linus Torvalds , Chuck Lever , Linux Kernel Mailing List , Linux NFS List Subject: Re: [PATCH] direct-IO API change References: <5.1.0.14.2.20021005194507.031018c0@mira-sjcm-3.cisco.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 05 Oct 2002 19:34:05.0085 (UTC) FILETIME=[2A5C2CD0:01C26CA6] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1304 Lines: 44 Lincoln Dale wrote: > > At 04:23 PM 4/10/2002 -0700, Linus Torvalds wrote: > >Especially since I thought that O_DIRECT on the regular file (or block > >device) performed about as well as raw does anyway these days? Or is that > >just one of my LSD-induced flashbacks? > > from my multiple 64/66 PCI bus + multiple 2gbit/s FC HBA tests, yes, > they're around the same. > (now up to 390mbyte/sec throughput on latest & greatest x86 hardware i > have; front-side-bus no longer the limiting factor, but dual 64/66 PCI). > > of course, purely synthetic tests designed to stress Fibre Channel > switching infrastructure, not real-world disk i/o.. > direct-io has lost its challenge ;) I'd love to see the result of some pagecache testing on that setup if you have time. Nothing fancy - just: for i in $(each ext2 mountpoint) do dd if=/dev/zero of=$i/foo bs-1M count=4000 & done vmstat 1 and for i in $(each ext2 mountpoint) do cat $i/foo > /dev/null & done vmstat 1 Linus's current BK tree has a few warmups which will help the writeout phase a little. - 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/