Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756725Ab3I3Kar (ORCPT ); Mon, 30 Sep 2013 06:30:47 -0400 Received: from cantor2.suse.de ([195.135.220.15]:57678 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755418Ab3I3Kam (ORCPT ); Mon, 30 Sep 2013 06:30:42 -0400 Date: Mon, 30 Sep 2013 11:30:37 +0100 From: Mel Gorman To: Bob Liu Cc: Peter Zijlstra , Rik van Riel , Srikar Dronamraju , Ingo Molnar , Andrea Arcangeli , Johannes Weiner , Linux-MM , LKML Subject: Re: [PATCH 0/50] Basic scheduler support for automatic NUMA balancing V7 Message-ID: <20130930103037.GE2425@suse.de> References: <1378805550-29949-1-git-send-email-mgorman@suse.de> <5233D09F.6040307@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <5233D09F.6040307@oracle.com> 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 Content-Length: 1632 Lines: 39 On Sat, Sep 14, 2013 at 10:57:35AM +0800, Bob Liu wrote: > Hi Mel, > > On 09/10/2013 05:31 PM, Mel Gorman wrote: > > It has been a long time since V6 of this series and time for an update. Much > > of this is now stabilised with the most important addition being the inclusion > > of Peter and Rik's work on grouping tasks that share pages together. > > > > This series has a number of goals. It reduces overhead of automatic balancing > > through scan rate reduction and the avoidance of TLB flushes. It selects a > > preferred node and moves tasks towards their memory as well as moving memory > > toward their task. It handles shared pages and groups related tasks together. > > > > I found sometimes numa balancing will be broken after khugepaged > started, because khugepaged always allocate huge page from the node of > the first scanned normal page during collapsing. > This is a real, but separate problem. > I think this may related with this topic, I don't know whether this > series can also fix the issue I mentioned. > This series does not aim to fix that particular problem. There will be some interactions between the problems as automatic NUMA balancing deals with THP migration but they are only indirectly related. If khugepaged does not collapse to huge pages inappropriately then automatic NUMA balancing will never encounter them. -- Mel Gorman SUSE Labs -- 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/