Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031482AbXEDSKy (ORCPT ); Fri, 4 May 2007 14:10:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031488AbXEDSKy (ORCPT ); Fri, 4 May 2007 14:10:54 -0400 Received: from netops-testserver-4-out.sgi.com ([192.48.171.29]:46582 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1031482AbXEDSKx (ORCPT ); Fri, 4 May 2007 14:10:53 -0400 Date: Fri, 4 May 2007 11:10:52 -0700 (PDT) From: Christoph Lameter X-X-Sender: clameter@schroedinger.engr.sgi.com To: Tim Chen cc: "Chen, Tim C" , "Siddha, Suresh B" , "Zhang, Yanmin" , "Wang, Peter Xihong" , Arjan van de Ven , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: RE: Regression with SLUB on Netperf and Volanomark In-Reply-To: <1178298897.23795.195.camel@localhost.localdomain> Message-ID: References: <9D2C22909C6E774EBFB8B5583AE5291C02786032@fmsmsx414.amr.corp.intel.com> <1178298897.23795.195.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 875 Lines: 20 On Fri, 4 May 2007, Tim Chen wrote: > A side note is that for my tests, I bound the netserver and client to > separate cpu core on different sockets in my tests, to make sure that > the server and client do not share the same cache. Ahhh... You have some scripts that you run. Care to share? This is no NUMA syste? Two processors in an SMP system? So its likely an issue of partial slabs shifting between multiple cpus and if the partial slab is now used on the other cpu then it may be cache cold there. Different sockets mean limitations to FSB bandwidth and bad caching effects. I hope I can reproduce this somewhere. - 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/