From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754578AbcFPP4i (ORCPT ); Thu, 16 Jun 2016 11:56:38 -0400 Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:57418 "EHLO outbound-smtp04.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754357AbcFPP4f (ORCPT ); Thu, 16 Jun 2016 11:56:35 -0400 Date: Thu, 16 Jun 2016 16:56:31 +0100 From: Mel Gorman To: Vlastimil Babka Cc: Andrew Morton , Linux-MM , Rik van Riel , Johannes Weiner , LKML Subject: Re: [PATCH 14/27] mm, workingset: Make working set detection node-aware Message-ID: <20160616155631.GK1868@techsingularity.net> References: <1465495483-11855-1-git-send-email-mgorman@techsingularity.net> <1465495483-11855-15-git-send-email-mgorman@techsingularity.net> <71c0c1c1-0a5c-2d76-d16b-e4d29a18a6b8@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <71c0c1c1-0a5c-2d76-d16b-e4d29a18a6b8@suse.cz> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 16, 2016 at 05:13:51PM +0200, Vlastimil Babka wrote: > On 06/09/2016 08:04 PM, Mel Gorman wrote: > >Working set and refault detection is still zone-based, fix it. > > > >Signed-off-by: Mel Gorman > >Acked-by: Johannes Weiner > > Acked-by: Vlastimil Babka > > If you wanted, workingset_eviction() could obtain pgdat without going > through zone. Yeah, saves a few lookups. Thanks. -- Mel Gorman SUSE Labs