From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756042Ab2LGLBW (ORCPT ); Fri, 7 Dec 2012 06:01:22 -0500 Received: from mail-ee0-f46.google.com ([74.125.83.46]:45726 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754981Ab2LGLBS (ORCPT ); Fri, 7 Dec 2012 06:01:18 -0500 Date: Fri, 7 Dec 2012 12:01:13 +0100 From: Ingo Molnar To: Mel Gorman Cc: Peter Zijlstra , Andrea Arcangeli , Rik van Riel , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Paul Turner , Hillf Danton , David Rientjes , Lee Schermerhorn , Alex Shi , Srikar Dronamraju , Aneesh Kumar , Linus Torvalds , Andrew Morton , Linux-MM , LKML Subject: Re: [PATCH 00/49] Automatic NUMA Balancing v10 Message-ID: <20121207110113.GB21482@gmail.com> References: <1354875832-9700-1-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1354875832-9700-1-git-send-email-mgorman@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mel Gorman wrote: > This is a full release of all the patches so apologies for the > flood. [...] I have yet to process all your mails, but assuming I address all your review feedback and the latest unified tree in tip:master shows no regression in your testing, would you be willing to start using it for ongoing work? It would make it much easier for me to pick up your enhancements, fixes, etc. > Changelog since V9 > o Migration scalability (mingo) To *really* see migration scalability bottlenecks you need to remove the migration-bandwidth throttling kludge from your tree (or configure it up very high if you want to do it simple). Some (certainly not all) of the performance regressions you reported were certainly due to numa/core code hitting the migration codepaths as aggressively as the workload demanded - and hitting scalability bottlenecks. The right approach is to hit scalability bottlenecks and fix them. Thanks, Ingo