Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924Ab0AEAcA (ORCPT ); Mon, 4 Jan 2010 19:32:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752045Ab0AEAb6 (ORCPT ); Mon, 4 Jan 2010 19:31:58 -0500 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:35002 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086Ab0AEAb6 (ORCPT ); Mon, 4 Jan 2010 19:31:58 -0500 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 Date: Tue, 5 Jan 2010 09:28:36 +0900 From: KAMEZAWA Hiroyuki To: Christoph Lameter Cc: Rik van Riel , Peter Zijlstra , "Paul E. McKenney" , Peter Zijlstra , "linux-kernel@vger.kernel.org" , "linux-mm@kvack.org" , "minchan.kim@gmail.com" , "hugh.dickins" , Nick Piggin , Ingo Molnar , Linus Torvalds Subject: Re: [RFC][PATCH 0/8] Speculative pagefault -v3 Message-Id: <20100105092836.a7feb26c.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: References: <20100104182429.833180340@chello.nl> <4B42606F.3000906@redhat.com> Organization: FUJITSU Co. LTD. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 27 On Mon, 4 Jan 2010 15:59:45 -0600 (CST) Christoph Lameter wrote: > On Mon, 4 Jan 2010, Rik van Riel wrote: > > > Fun, but why do we need this? > > > > What improvements did you measure? > > If it measures up to Kame-sans approach then the possible pagefault rate > will at least double ... > On 4-core/2 socket machine ;) More than page fault rate, important fact is that we can reduce cache contention by skipping mmap_sem in some situation. And I think we have some chances. Thanks, -Kame -- 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/