Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932239Ab3IMOw1 (ORCPT ); Fri, 13 Sep 2013 10:52:27 -0400 Received: from merlin.infradead.org ([205.233.59.134]:54756 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756730Ab3IMOwZ (ORCPT ); Fri, 13 Sep 2013 10:52:25 -0400 Date: Fri, 13 Sep 2013 16:52:04 +0200 From: Peter Zijlstra To: "Kirill A. Shutemov" Cc: Alex Thorlton , Ingo Molnar , Andrew Morton , Naoya Horiguchi , "Eric W . Biederman" , "Paul E . McKenney" , Al Viro , Andi Kleen , Andrea Arcangeli , Dave Hansen , Dave Jones , David Howells , Frederic Weisbecker , Johannes Weiner , Kees Cook , Mel Gorman , Michael Kerrisk , Oleg Nesterov , Rik van Riel , Robin Holt , Sedat Dilek , Srikar Dronamraju , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 8/9] mm: implement split page table lock for PMD level Message-ID: <20130913145204.GG21832@twins.programming.kicks-ass.net> References: <20130910074748.GA2971@gmail.com> <1379077576-2472-1-git-send-email-kirill.shutemov@linux.intel.com> <1379077576-2472-9-git-send-email-kirill.shutemov@linux.intel.com> <20130913132435.GD21832@twins.programming.kicks-ass.net> <20130913142513.A62ABE0090@blue.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130913142513.A62ABE0090@blue.fi.intel.com> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 913 Lines: 21 On Fri, Sep 13, 2013 at 05:25:13PM +0300, Kirill A. Shutemov wrote: > Peter Zijlstra wrote: > > On Fri, Sep 13, 2013 at 04:06:15PM +0300, Kirill A. Shutemov wrote: > > > The basic idea is the same as with PTE level: the lock is embedded into > > > struct page of table's page. > > > > > > Split pmd page table lock only makes sense on big machines. > > > Let's say >= 32 CPUs for now. > > > > Why is this? Couldn't I generate the same amount of contention on PMD > > level as I can on PTE level in the THP case? > > Hm. You are right. You just need more memory for that. > Do you want it to be "4" too? Well, I would drop your patch-1 and use the same config var. -- 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/