From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964817AbWDZStM (ORCPT ); Wed, 26 Apr 2006 14:49:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964826AbWDZStL (ORCPT ); Wed, 26 Apr 2006 14:49:11 -0400 Received: from ns.virtualhost.dk ([195.184.98.160]:50250 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S964821AbWDZStK (ORCPT ); Wed, 26 Apr 2006 14:49:10 -0400 Date: Wed, 26 Apr 2006 20:49:45 +0200 From: Jens Axboe To: Andrew Morton Cc: Christoph Lameter , linux-kernel@vger.kernel.org, npiggin@suse.de, linux-mm@kvack.org Subject: Re: Lockless page cache test results Message-ID: <20060426184945.GL5002@suse.de> References: <20060426135310.GB5083@suse.de> <20060426095511.0cc7a3f9.akpm@osdl.org> <20060426174235.GC5002@suse.de> <20060426111054.2b4f1736.akpm@osdl.org> <20060426114737.239806a2.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060426114737.239806a2.akpm@osdl.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 26 2006, Andrew Morton wrote: > Christoph Lameter wrote: > > > > On Wed, 26 Apr 2006, Andrew Morton wrote: > > > > > OK. That doesn't sound like something which a real application is likely > > > to do ;) > > > > A real application scenario may be an application that has lots of threads > > that are streaming data through multiple different disk channels (that > > are able to transfer data simultanouesly. e.g. connected to different > > nodes in a NUMA system) into the same address space. > > > > Something like the above is fairly typical for multimedia filters > > processing large amounts of data. > > >From the same file? > > To /dev/null? /dev/null doesn't have much to do with it, other than the fact that it basically stresses only the input side of things. Same file is the interesting bit of course, as that's the the granularity of the tree_lock. I haven't tested much else, I'll ask the tool to bench more files :) -- Jens Axboe