Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbWHNTmi (ORCPT ); Mon, 14 Aug 2006 15:42:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751426AbWHNTmi (ORCPT ); Mon, 14 Aug 2006 15:42:38 -0400 Received: from relay.2ka.mipt.ru ([194.85.82.65]:16304 "EHLO 2ka.mipt.ru") by vger.kernel.org with ESMTP id S1751134AbWHNTmh (ORCPT ); Mon, 14 Aug 2006 15:42:37 -0400 Date: Mon, 14 Aug 2006 23:42:01 +0400 From: Evgeniy Polyakov To: Rick Jones Cc: David Miller , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 1/1] network memory allocator. Message-ID: <20060814194201.GA10747@2ka.mipt.ru> References: <20060814110359.GA27704@2ka.mipt.ru> <44E0B6E9.8050608@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <44E0B6E9.8050608@hp.com> User-Agent: Mutt/1.5.9i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.7.5 (2ka.mipt.ru [0.0.0.0]); Mon, 14 Aug 2006 23:42:09 +0400 (MSD) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 23 On Mon, Aug 14, 2006 at 10:46:17AM -0700, Rick Jones (rick.jones2@hp.com) wrote: > >Benchmarks with trivial epoll based web server showed noticeble (more > >than 40%) imrovements of the request rates (1600-1800 requests per > >second vs. more than 2300 ones). It can be described by more > >cache-friendly freeing algorithm, by tighter objects packing and thus > >reduced cache line ping-pongs, reduced lookups into higher-layer caches > >and so on. > > Is that an hypothesis, or did you get a chance to gather cache stats > with something like http://www.hp.com/go/Caliper or the like on the > platform(s) you were testing? It is theory based on code observation, design comparison and logic. > rick jones -- Evgeniy Polyakov - 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/