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 073756B004D for ; Wed, 14 Nov 2012 12:58:54 -0500 (EST) Message-ID: <50A3DBCD.8010503@redhat.com> Date: Wed, 14 Nov 2012 12:58:37 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 16/31] mm: numa: Only call task_numa_placement for misplaced pages References: <1352805180-1607-1-git-send-email-mgorman@suse.de> <1352805180-1607-17-git-send-email-mgorman@suse.de> In-Reply-To: <1352805180-1607-17-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Peter Zijlstra , Andrea Arcangeli , Ingo Molnar , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Linus Torvalds , Andrew Morton , Linux-MM , LKML On 11/13/2012 06:12 AM, Mel Gorman wrote: > task_numa_placement is potentially very expensive so limit it to being > called when a page is misplaced. How necessary this is depends on > the placement policy. > > Signed-off-by: Mel Gorman That reads like a premature optimization :) -- All rights reversed -- 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