From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 58DABC433EF for ; Mon, 10 Jan 2022 15:23:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mharigKYxYiPnkhxykOl0uxkNOBB+vfeqoRM1L/eUuc=; b=ecaHrsOOPdNX5/ UYORh4XOVGZ3VssvRxLS+g0ftB3xnC8ltNJGmthfYF72fTk4s/jZIJnTMc1UVGQgH3XbI6GGCgAD4 EF9rHcWSLzTOcgpt4DShBtRgn978q8aJcoNVZYIXdNqnAQ2lxgKfFAHAF6TmEjRMJDFw7ebtDeiXq aPFnSghB9kIb7SfStdP4UaS80JfnlNbnZky9ukt5gcW+rdLjHfLu2FxoQTXXPincADF8ZidZ9zO7Y j/B+7zfVQe/Q+0YUAqTzWS23YeM0WmbqJi5jbT2aelzWhyrE7ZaEQg3SAybZQgrFAYCA8fQf+yKNO e48CAsmmX0DlTqs9VAWA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n6wUh-00C2L1-RU; Mon, 10 Jan 2022 15:22:00 +0000 Received: from smtp-out2.suse.de ([195.135.220.29]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n6wUe-00C2JE-J3 for linux-arm-kernel@lists.infradead.org; Mon, 10 Jan 2022 15:21:58 +0000 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 4ABDB1F383; Mon, 10 Jan 2022 15:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1641828115; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qpTQmsspjI0q4mx2a8NrDJzrYQO5hqA3JJyE7DUO7w4=; b=Hk+f4nabnmeaiBbecxvUQ4Nmy+Uhh4ATDM6RvYRe7hK9hNq1S6kXXWWap4j4YzaiczcsM9 YkhRVBMw3/8j/WBv637mZBeg+c+ttp9boV06pnUZDE01Kn+m4RE5Cj88LFEdZUyqRyiyDu +zZDdBtusPwzUPsvl75R/mnJfRw11aw= Received: from suse.cz (unknown [10.100.201.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 56BCFA3B83; Mon, 10 Jan 2022 15:21:54 +0000 (UTC) Date: Mon, 10 Jan 2022 16:21:53 +0100 From: Michal Hocko To: Yu Zhao Cc: Andrew Morton , Linus Torvalds , Andi Kleen , Catalin Marinas , Dave Hansen , Hillf Danton , Jens Axboe , Jesse Barnes , Johannes Weiner , Jonathan Corbet , Matthew Wilcox , Mel Gorman , Michael Larabel , Rik van Riel , Vlastimil Babka , Will Deacon , Ying Huang , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, page-reclaim@google.com, x86@kernel.org, Konstantin Kharlamov Subject: Re: [PATCH v6 5/9] mm: multigenerational lru: mm_struct list Message-ID: References: <20220104202227.2903605-1-yuzhao@google.com> <20220104202227.2903605-6-yuzhao@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220110_072156_807910_75974F61 X-CRM114-Status: GOOD ( 27.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri 07-01-22 17:19:28, Yu Zhao wrote: > On Fri, Jan 07, 2022 at 10:06:15AM +0100, Michal Hocko wrote: > > On Tue 04-01-22 13:22:24, Yu Zhao wrote: > > > To exploit spatial locality, the aging prefers to walk page tables to > > > search for young PTEs. And this patch paves the way for that. > > > > > > An mm_struct list is maintained for each memcg, and an mm_struct > > > follows its owner task to the new memcg when this task is migrated. > > > > How does this work actually for the memcg reclaim? I can see you > > lru_gen_migrate_mm on the task migration. My concern is, though, that > > such a task leaves all the memory behind in the previous memcg (in > > cgroup v2, in v1 you can opt in for charge migration). If you move the > > mm to a new memcg then you age it somewhere where the memory is not > > really consumed. > > There are two options to gather the accessed bit: page table walks and > rmap walks. Page table walks sweep dense hotspots that are NOT > misplaced in terms of reclaim scope (lruvec); rmap walks cover what > page table walks miss, e.g., misplaced dense hotspots or sparse ones. > > Dense hotspots are stored in Bloom filters for each lruvec. > > If an mm leaves everything in the old memcg, page table walks in the > new memcg reclaim path basically ignore this mm after the first scan, > because everything is misplaced. OK, so do I get it right that pages mapped from a different memcg than the reclaimed one are considered effectivelly non-present from the the reclaim logic POV? This would be worth mentioning in the migration callback because it is not really that straightforward to put those two together. > In the old memcg reclaim path, page table walks won't see this mm > at all. But rmap walks will catch everything later in the eviction > path, i.e., lru_gen_look_around(). This function is less efficient > compared with page table walks because, for each rmap walk of a > non-shared page, it only can gather the accessed bit from 64 PTEs at > most. But it's still a lot faster than the original rmap, which only > gathers the accessed bit from a single PTE, for each walk of a > non-shared page. Again, something that should be really documented. -- Michal Hocko SUSE Labs _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel