From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: SLUB performance regression vs SLAB Date: Fri, 5 Oct 2007 12:27:58 -0700 (PDT) Message-ID: References: <470554D9.2050505@redhat.com> <20071004.141113.08322956.davem@davemloft.net> <47055F84.109@redhat.com> <20071004.150718.95506800.davem@davemloft.net> <20071004222356.GH23367404@sgi.com> <20071005064853.GI5711@kernel.dk> <20071005115634.GV12049@parisc-linux.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jens Axboe , David Chinner , David Miller , cebbert@redhat.com, willy@linux.intel.com, nickpiggin@yahoo.com.au, hch@lst.de, mel@skynet.ie, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, suresh.b.siddha@intel.com To: Matthew Wilcox Return-path: Received: from netops-testserver-3-out.sgi.com ([192.48.171.28]:55192 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759673AbXJET2A (ORCPT ); Fri, 5 Oct 2007 15:28:00 -0400 In-Reply-To: <20071005115634.GV12049@parisc-linux.org> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 5 Oct 2007, Matthew Wilcox wrote: > I vaguely remembered something called orasim, so I went looking for it. > I found http://oss.oracle.com/~wcoekaer/orasim/ which is dated from > 2004, and I found http://oss.oracle.com/projects/orasimjobfiles/ which > seems to be a stillborn project. Is there anything else I should know > about orasim? ;-) Too bad. If this would work then I would have a load to work against. I have a patch here that may address the issue for SMP (no NUMA for now) by batching all frees on the per cpu freelist and then dumping them in groups. But it is likely not too wise to have you run your weeklong tests on this one. Needs some more care first.