From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [patch 21/21] slab defrag: Obsolete SLAB Date: Wed, 14 May 2008 14:33:11 -0700 (PDT) Message-ID: References: <4825709A.2020407@firstfloor.org> <20080510221515.3540a6cc@bree.surriel.com> <2f11576a0805120038s334dc56cuaf16b8b7c6f87098@mail.gmail.com> <84144f020805120054t1370236ei5ff52279457e026e@mail.gmail.com> <482B2617.5010605@firstfloor.org> <20080514205842.GC9921@parisc-linux.org> <20080514212130.GD9921@parisc-linux.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andi Kleen , Pekka Enberg , KOSAKI Motohiro , Rik van Riel , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , mpm@selenic.com, "Zhang, Yanmin" To: Matthew Wilcox Return-path: Received: from relay1.sgi.com ([192.48.171.29]:34160 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755313AbYENVdN (ORCPT ); Wed, 14 May 2008 17:33:13 -0400 In-Reply-To: <20080514212130.GD9921@parisc-linux.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 14 May 2008, Matthew Wilcox wrote: > > No. I thought you were satisfied with the performance increase you saw > > when pinning the process to a single processor? > > Er, no. That program emulates a TPC-C run from the point of view of > doing as much IO as possible from all CPUs. Pinning the process to one > CPU would miss the point somewhat. Oh. The last message I got was an enthusiatic report on the performance gains you saw by pinning the process after we looked at slub statistics that showed that the behavior of the tests was different from your expectations. I got messages here that indicate that this was a scsi testing program that you had under development. And yes we saw the remote freeing degradations there. > I seem to remember telling you that you might get more realistic > performance numbers by pinning the scsi_ram_0 kernel thread to a single > CPU (ie emulating an interrupt tied to one CPU rather than letting the > scheduler choose to run the thread on the 'best' CPU). If this is a stand in for the TPC then why did you not point that out when Pekka and I recently asked you to retest some configurations?