From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx176.postini.com [74.125.245.176]) by kanga.kvack.org (Postfix) with SMTP id 969F16B0070 for ; Wed, 21 Nov 2012 12:40:21 -0500 (EST) Received: by mail-ee0-f41.google.com with SMTP id d41so5188549eek.14 for ; Wed, 21 Nov 2012 09:40:20 -0800 (PST) Date: Wed, 21 Nov 2012 18:40:15 +0100 From: Ingo Molnar Subject: Re: [PATCH 00/27] Latest numa/core release, v16 Message-ID: <20121121174015.GA29331@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: > So because I did not have an old-glibc system like David's, I > did not know the actual page fault rate. If it is high enough > then nonlinear effects might cause such effects. > > This is an entirely valid line of inquiry IMO. Btw., when comparing against 'mainline' I routinely use a vanilla kernel that has the same optimization applied. (first I make sure it's not a regression to vanilla.) I do that to factor out the linear component of the independent speedup: it would not be valid to compare vanilla against numa/core+optimization, but the comparison has to be: vanilla + optimization vs. numa/core + optimization I did that with last night's numbers as well. So any of this can only address a regression if a non-linear factor is in play. Since I have no direct access to a regressing system I have to work with the theories that I can think of: one had a larger effect, the other had a smaller effect, the third one had no effect on David's system. How would you have done it instead? 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