Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp4070906ybl; Mon, 26 Aug 2019 05:09:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqwSxYN+in7JLbcWZjm/qtI1uUuPPj8SlzKBdRZmG+baqOjTnC8zgXC5yRPiG0KCbXuUx3jV X-Received: by 2002:a17:90a:a896:: with SMTP id h22mr6880960pjq.1.1566821370459; Mon, 26 Aug 2019 05:09:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566821370; cv=none; d=google.com; s=arc-20160816; b=x+rovPuZavp3mLPrtI7UZsChLYGKRlC22oZVGRvDQQ5cfMBrWYVMaT0272cPe8au0K GNoEbnWJtsOGPSaMQClUwG+/zH6sPNl5lzT6dFcQG2Ux6LLLSwjanQ/RndndYcYfzASi CPIqT7/Pwgh5exSWN7ita9k4NVKHuDdxVnNYAUpVE3oQFbsXm/FWNZO0zjDHhhF4B149 wDq/KBiZWYTGzhqNH4WlMP+XA2RLFDXijJLNMB2YQwdo1oY5tmL/vXTGHJuNc1JBVxGl qI8kBsl309AuuktLkl/1gF8xZOQVREoyXcrmbMfRp2hj+YSc0eIB4D8/k7iBGwrlnq78 knnw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=MNW8WkDurFiZECN8iGsy82KvK9yUfXWICGRLgXuGsck=; b=jpYh/luyCL3+NavFufvNeEV/i3x1wkFzTZCRc7ZzW/Z+LCF1PXP1+bCsIENzU/GwGx LVXnhsIN5daewwSPkP2bw04RgQxt5MqvWi/l5LW1fRY2qM9ThFt4EBiM8d4qGg1rqIXV r56CQgaGsfZvGtL48pjKs9/TuDFc8RBPLi84ca2CmaeuUlPkcAAWjPbmboVURMYVMxNt +1waJYe5tJ8q841R8JSBf/L7gKWQMGpoIWxH+a3efVljS4x2aYSn6Fp2rR71NLUUYdV9 aYOHV6I5caA70N3Duo0YR/DjoP95vN4GTN8qokYUnjtiipJBitdLoYS131tBNrog+xip yoBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o18si8490276pgv.494.2019.08.26.05.09.12; Mon, 26 Aug 2019 05:09:30 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731556AbfHZMGd (ORCPT + 99 others); Mon, 26 Aug 2019 08:06:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:43858 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726945AbfHZMGd (ORCPT ); Mon, 26 Aug 2019 08:06:33 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id ED07DAFCC; Mon, 26 Aug 2019 12:06:31 +0000 (UTC) Date: Mon, 26 Aug 2019 14:06:30 +0200 From: Michal Hocko To: Johannes Weiner Cc: Minchan Kim , Andrew Morton , LKML , linux-mm , Miguel de Dios , Wei Wang , Mel Gorman , Nicholas Piggin Subject: Re: [RFC PATCH] mm: drop mark_page_access from the unmap path Message-ID: <20190826120630.GI7538@dhcp22.suse.cz> References: <20190730123935.GB184615@google.com> <20190730125751.GS9330@dhcp22.suse.cz> <20190731054447.GB155569@google.com> <20190731072101.GX9330@dhcp22.suse.cz> <20190806105509.GA94582@google.com> <20190809124305.GQ18351@dhcp22.suse.cz> <20190809183424.GA22347@cmpxchg.org> <20190812080947.GA5117@dhcp22.suse.cz> <20190812150725.GA3684@cmpxchg.org> <20190813105143.GG17933@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190813105143.GG17933@dhcp22.suse.cz> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 13-08-19 12:51:43, Michal Hocko wrote: > On Mon 12-08-19 11:07:25, Johannes Weiner wrote: > > On Mon, Aug 12, 2019 at 10:09:47AM +0200, Michal Hocko wrote: [...] > > > > Maybe the refaults will be fine - but latency expectations around > > > > mapped page cache certainly are a lot higher than unmapped cache. > > > > > > > > So I'm a bit reluctant about this patch. If Minchan can be happy with > > > > the lock batching, I'd prefer that. > > > > > > Yes, it seems that the regular lock drop&relock helps in Minchan's case > > > but this is a kind of change that might have other subtle side effects. > > > E.g. will-it-scale has noticed a regression [1], likely because the > > > critical section is shorter and the overal throughput of the operation > > > decreases. Now, the w-i-s is an artificial benchmark so I wouldn't lose > > > much sleep over it normally but we have already seen real regressions > > > when the locking pattern has changed in the past so I would by a bit > > > cautious. > > > > I'm much more concerned about fundamentally changing the aging policy > > of mapped page cache then about the lock breaking scheme. With locking > > we worry about CPU effects; with aging we worry about additional IO. > > But the later is observable and debuggable little bit easier IMHO. > People are quite used to watch for major faults from my experience > as that is an easy metric to compare. > > > > As I've said, this RFC is mostly to open a discussion. I would really > > > like to weigh the overhead of mark_page_accessed and potential scenario > > > when refaults would be visible in practice. I can imagine that a short > > > lived statically linked applications have higher chance of being the > > > only user unlike libraries which are often being mapped via several > > > ptes. But the main problem to evaluate this is that there are many other > > > external factors to trigger the worst case. > > > > We can discuss the pros and cons, but ultimately we simply need to > > test it against real workloads to see if changing the promotion rules > > regresses the amount of paging we do in practice. > > Agreed. Do you see other option than to try it out and revert if we see > regressions? We would get a workload description which would be helpful > for future regression testing when touching this area. We can start > slower and keep it in linux-next for a release cycle to catch any > fallouts early. > > Thoughts? ping... -- Michal Hocko SUSE Labs