From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx198.postini.com [74.125.245.198]) by kanga.kvack.org (Postfix) with SMTP id D22626B006C for ; Wed, 21 Nov 2012 12:20:52 -0500 (EST) Received: by mail-ee0-f41.google.com with SMTP id d41so5175905eek.14 for ; Wed, 21 Nov 2012 09:20:51 -0800 (PST) Date: Wed, 21 Nov 2012 18:20:46 +0100 From: Ingo Molnar Subject: Re: [PATCH 00/27] Latest numa/core release, v16 Message-ID: <20121121172046.GA28975@gmail.com> References: <20121119162909.GL8218@suse.de> <20121120060014.GA14065@gmail.com> <20121120074445.GA14539@gmail.com> <20121120090637.GA14873@gmail.com> <20121121171047.GA28875@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121121171047.GA28875@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: Linus Torvalds Cc: David Rientjes , Mel Gorman , Linux Kernel Mailing List , linux-mm , Peter Zijlstra , Paul Turner , Lee Schermerhorn , Christoph Lameter , Rik van Riel , Andrew Morton , Andrea Arcangeli , Thomas Gleixner , Johannes Weiner , Hugh Dickins * Ingo Molnar wrote: > This is an entirely valid line of inquiry IMO. Btw., what I did was to simply look at David's profile on the regressing system and I compared it to the profile I got on a pretty similar (but unfortunately not identical and not regressing) system. I saw 3 differences: - the numa emulation faults - the higher TLB miss cost - numa/core's failure to handle 4K pages properly And addressed those, in the hope of one of them making a difference. There's a fourth line of inquiry I'm pursuing as well: the node assymetry that David and Paul mentioned could have a performance effect as well - resulting from non-ideal placement under numa/core. That is not easy to cure - I have written a patch to take the node assymetry into consideration, I'm still testing it with David's topology simulated on a testbox: numa=fake=4:10,20,20,30,20,10,20,20,20,20,10,20,30,20,20,10 Will send the patch out later. Thanks, Ingo -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org