From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Herman Subject: Re: No, really, stop trying to delete slab until you've finished making slub perform as well Date: Mon, 04 Aug 2008 04:37:33 +0200 Message-ID: <48966B6D.604@keyaccess.nl> References: <20080801182324.572058187@lameter.com> <20080803015847.GD26461@parisc-linux.org> <4896225D.9090203@cs.helsinki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Matthew Wilcox , Christoph Lameter , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , andi@firstfloor.org, Rik van Riel To: Pekka Enberg Return-path: Received: from smtpq1.tilbu1.nb.home.nl ([213.51.146.200]:33006 "EHLO smtpq1.tilbu1.nb.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761788AbYHDChn (ORCPT ); Sun, 3 Aug 2008 22:37:43 -0400 In-Reply-To: <4896225D.9090203@cs.helsinki.fi> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 03-08-08 23:25, Pekka Enberg wrote: > Matthew Wilcox wrote: >> Do we have to once again explain that slab still outperforms slub on at >> least one important benchmark? I hope Nick Piggin finds time to finish >> tuning slqb; it already outperforms slub. > > No, you don't have to. I haven't merged that patch nor do I intend to do > so until the regressions are fixed. > > And yes, I'm still waiting to hear from you how we're now doing with > higher order page allocations... General interested question -- I recently "accidentally" read some of slub and I believe that it doesn't feature the cache colouring support that slab did? Is that true, and if so, wasn't it needed/useful? Rene.