From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by kanga.kvack.org (Postfix) with ESMTP id B01126B0036 for ; Mon, 16 Dec 2013 14:27:06 -0500 (EST) Received: by mail-ee0-f51.google.com with SMTP id b15so2447572eek.10 for ; Mon, 16 Dec 2013 11:27:06 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTP id w6si15167138eeg.90.2013.12.16.11.27.05 for ; Mon, 16 Dec 2013 11:27:06 -0800 (PST) Message-ID: <52AF5400.5080400@redhat.com> Date: Mon, 16 Dec 2013 14:26:56 -0500 From: Rik van Riel MIME-Version: 1.0 Subject: Re: [PATCH 7/7] mm: page_alloc: Default allow file pages to use remote nodes for fair allocation policy References: <1386943807-29601-1-git-send-email-mgorman@suse.de> <1386943807-29601-8-git-send-email-mgorman@suse.de> In-Reply-To: <1386943807-29601-8-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Mel Gorman Cc: Johannes Weiner , Andrew Morton , Dave Hansen , Linux-MM , LKML On 12/13/2013 09:10 AM, Mel Gorman wrote: > Indications from Johannes that he wanted this. Needs some data and/or justification why > thrash protection needs it plus docs describing how MPOL_LOCAL is now different before > it should be considered finished. I do not necessarily agree this patch is necessary > but it's worth punting it out there for discussion and testing. This seems like a sane default to me. -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755367Ab3LPT1J (ORCPT ); Mon, 16 Dec 2013 14:27:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34797 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754718Ab3LPT1H (ORCPT ); Mon, 16 Dec 2013 14:27:07 -0500 Message-ID: <52AF5400.5080400@redhat.com> Date: Mon, 16 Dec 2013 14:26:56 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Mel Gorman CC: Johannes Weiner , Andrew Morton , Dave Hansen , Linux-MM , LKML Subject: Re: [PATCH 7/7] mm: page_alloc: Default allow file pages to use remote nodes for fair allocation policy References: <1386943807-29601-1-git-send-email-mgorman@suse.de> <1386943807-29601-8-git-send-email-mgorman@suse.de> In-Reply-To: <1386943807-29601-8-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/13/2013 09:10 AM, Mel Gorman wrote: > Indications from Johannes that he wanted this. Needs some data and/or justification why > thrash protection needs it plus docs describing how MPOL_LOCAL is now different before > it should be considered finished. I do not necessarily agree this patch is necessary > but it's worth punting it out there for discussion and testing. This seems like a sane default to me. -- All rights reversed