linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Zhenhua Huang <quic_zhenhuah@quicinc.com>
To: Mel Gorman <mgorman@techsingularity.net>
Cc: <akpm@linux-foundation.org>, <linux-mm@kvack.org>,
	<quic_tingweiz@quicinc.com>
Subject: Re: [PATCH v2] mm/page_owner.c: remove redudant drain_all_pages
Date: Fri, 9 Sep 2022 14:18:06 +0800	[thread overview]
Message-ID: <656ffdc5-2b7e-1ecb-f7a6-5456f113d190@quicinc.com> (raw)
In-Reply-To: <20220908145538.in2ttdaejp2zxwxk@techsingularity.net>



On 2022/9/8 22:55, Mel Gorman wrote:
> On Thu, Sep 08, 2022 at 06:33:24PM +0800, Zhenhua Huang wrote:
>> Remove an expensive and unnecessary operation as PCP pages are safely
>> skipped when reading page owner. PCP pages can be skipped because
>> PAGE_EXT_OWNER_ALLOCATED is cleared.
>>
>> With draining PCP pages, these pages are moved to buddy list so they
>> can be identified as buddy pages and skipped quickly. Although it improved
>> efficiency of PFN walker, the drain is guaranteed expensive that is
>> unlikely to be offset by a slight increase in efficiency when skipping
>> free pages.
>>
>> PAGE_EXT_OWNER_ALLOCATED is cleared in the page owner reset path below:
>> 	free_unref_page
>> 		-> free_unref_page_prepare
>> 			-> free_pcp_prepare
>> 				-> free_pages_prepare which do page owner
>> 				reset
>> 		-> free_unref_page_commit which add pages into pcp list
>>
>> Acked-by: Mel Gorman <mgorman@techsingularity.net>
>> Signed-off-by: Zhenhua Huang <quic_zhenhuah@quicinc.com>
> 
> Should be;
> 
> Signed-off-by: Zhenhua Huang <quic_zhenhuah@quicinc.com>
> Acked-by: Mel Gorman <mgorman@techsingularity.net>
> 
> Otherwise looks good!

Thanks Mel for your guide.
Will update.

> 


      reply	other threads:[~2022-09-09  6:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 10:33 [PATCH v2] mm/page_owner.c: remove redudant drain_all_pages Zhenhua Huang
2022-09-08 14:55 ` Mel Gorman
2022-09-09  6:18   ` Zhenhua Huang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=656ffdc5-2b7e-1ecb-f7a6-5456f113d190@quicinc.com \
    --to=quic_zhenhuah@quicinc.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@techsingularity.net \
    --cc=quic_tingweiz@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).