Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756741AbYHMOcT (ORCPT ); Wed, 13 Aug 2008 10:32:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753080AbYHMOcE (ORCPT ); Wed, 13 Aug 2008 10:32:04 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42012 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583AbYHMOcD (ORCPT ); Wed, 13 Aug 2008 10:32:03 -0400 Message-ID: <48A2F030.9080301@linux-foundation.org> Date: Wed, 13 Aug 2008 09:31:12 -0500 From: Christoph Lameter User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: KOSAKI Motohiro CC: Matthew Wilcox , Pekka Enberg , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , andi@firstfloor.org, Rik van Riel Subject: Re: No, really, stop trying to delete slab until you've finished making slub perform as well References: <20080805210125.A897.KOSAKI.MOTOHIRO@jp.fujitsu.com> <48986AC6.5030406@linux-foundation.org> <20080813194222.E77F.KOSAKI.MOTOHIRO@jp.fujitsu.com> <48A2DD2C.3090602@linux-foundation.org> <2f11576a0808130714k2cd031c4nd6eea3506831cac9@mail.gmail.com> In-Reply-To: <2f11576a0808130714k2cd031c4nd6eea3506831cac9@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 823 Lines: 20 KOSAKI Motohiro wrote: > > I don't mesure it yet. I don't like this patch. > maybe, it decrease other typical benchmark. Yes but running with this patch would allow us to verify that we understand what is causing the problem. There are other solutions like skipping to the next partial slab on the list that could fix performance issues that the patch may cause. A test will give us: 1. Confirmation that the memory use is caused by the trylock. 2. Some performance numbers. If these show a regression then we have some markers that we can measure other solutions against. -- 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/