From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753699AbbI3PTB (ORCPT ); Wed, 30 Sep 2015 11:19:01 -0400 Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:44637 "EHLO outbound-smtp02.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751154AbbI3PS7 (ORCPT ); Wed, 30 Sep 2015 11:18:59 -0400 Date: Wed, 30 Sep 2015 16:18:56 +0100 From: Mel Gorman To: Vlastimil Babka Cc: Vitaly Wool , Joonsoo Kim , Andrew Morton , Johannes Weiner , Rik van Riel , David Rientjes , Joonsoo Kim , Michal Hocko , Linux-MM , LKML Subject: Re: [PATCH 12/12] mm, page_alloc: Only enforce watermarks for order-0 allocations Message-ID: <20150930151855.GQ3068@techsingularity.net> References: <1440418191-10894-1-git-send-email-mgorman@techsingularity.net> <20150824123015.GJ12432@techsingularity.net> <20150909123901.GA12432@techsingularity.net> <560BE934.3030808@suse.cz> <560BF4F4.9010000@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <560BF4F4.9010000@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 Wed, Sep 30, 2015 at 04:43:00PM +0200, Vlastimil Babka wrote: > >>Does a better job regarding what exactly? It does fix the CMA-specific > >>issue, but so does this patch - without affecting allocation fastpaths by > >>making them update another counter. But the issues discussed here are not > >>related to that CMA problem. > > > >Let me disagree. Guaranteeing one suitable high-order page is not > >enough, so the suggested patch does not work that well for me. > >Existing broken watermark calculation doesn't work for me either, as > >opposed to the one with my patch applied. Both solutions are related > >to the CMA issue but one does make compaction work harder and cause > >bigger latencies -- why do you think these are not related? > > Well you didn't mention which issues you have with this patch. If you did > measure bigger latencies and more compaction work, please post the numbers > and details about the test. > And very broadly watch out for decisions that force more reclaim/compaction to potentially reduce latency in the future. It's trading definite overhead now combined with potential reclaim of hot pages to reduce a *possible* high-order allocation request in the future. It's why I think a series that keeps more high-order pages free to reduce future high-order allocation latency needs to be treated with care. -- Mel Gorman SUSE Labs