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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9899C433EF for ; Thu, 14 Apr 2022 21:40:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347059AbiDNVnH (ORCPT ); Thu, 14 Apr 2022 17:43:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346303AbiDNVm3 (ORCPT ); Thu, 14 Apr 2022 17:42:29 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F4046D3BD; Thu, 14 Apr 2022 14:40:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E944262057; Thu, 14 Apr 2022 21:40:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AED77C385A1; Thu, 14 Apr 2022 21:40:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1649972402; bh=jDhzXENpNbP/MiBdGm0JpBRVv9ehD6kcIrzqj40Dt0k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZnnAQ5oe6wEw7GrBpdTWtB7yLXnthd71LhoQgGS5KIFYaxXLmXj+sAFr7xc8BYtVS X9H6GuGW5fHb1Gy6mg4m1e2SJMYw2BcwLIwYMZ09bzshKY7ey49n6kZi+08fJvKpWQ HYOk0gWH0Ca+b14n3Jcj6ROoVBHCcfdJeY8kCKgs= Date: Thu, 14 Apr 2022 14:39:59 -0700 From: Andrew Morton To: Yu Zhao Cc: Barry Song <21cnbao@gmail.com>, Stephen Rothwell , Linux-MM , Andi Kleen , Aneesh Kumar , Catalin Marinas , Dave Hansen , Hillf Danton , Jens Axboe , Jesse Barnes , Johannes Weiner , Jonathan Corbet , Linus Torvalds , Matthew Wilcox , Mel Gorman , Michael Larabel , Michal Hocko , Mike Rapoport , Rik van Riel , Vlastimil Babka , Will Deacon , Ying Huang , LAK , Linux Doc Mailing List , LKML , Kernel Page Reclaim v2 , x86 , Brian Geffon , Jan Alexander Steffens , Oleksandr Natalenko , Steven Barrett , Suleiman Souhlal , Daniel Byrne , Donald Carr , Holger =?ISO-8859-1?Q?Hoffst=E4tte?= , Konstantin Kharlamov , Shuang Zhai , Sofia Trinh , Vaibhav Jain Subject: Re: [PATCH v10 06/14] mm: multi-gen LRU: minimal implementation Message-Id: <20220414143959.0daf4534613f2511b9b27f11@linux-foundation.org> In-Reply-To: References: <20220407031525.2368067-1-yuzhao@google.com> <20220407031525.2368067-7-yuzhao@google.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, 14 Apr 2022 14:36:03 -0600 Yu Zhao wrote: > > or it is only something > > meaningful for the internal code? > > This is how swappiness is interpreted. > > > if so, can we rename it to > > something else? otherwise, it is quite confusing. > > Feel free to suggest something. It is confusing, swap_preference?