From: "Yin, Fengwei" <fengwei.yin@intel.com>
To: Mike Kravetz <mike.kravetz@oracle.com>
Cc: <akpm@linux-foundation.org>, <willy@infradead.org>,
<ackerleytng@google.com>, <linux-fsdevel@vger.kernel.org>,
<linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
<oliver.sang@intel.com>
Subject: Re: [PATCH v2] readahead: Correct the start and size in ondemand_readahead()
Date: Tue, 4 Jul 2023 09:41:23 +0800 [thread overview]
Message-ID: <d6957a20-db31-d6ac-8822-003bdb9cd747@intel.com> (raw)
In-Reply-To: <20230703184928.GB4378@monkey>
On 7/4/2023 2:49 AM, Mike Kravetz wrote:
> On 06/28/23 12:43, Yin Fengwei wrote:
>> The commit
>> 9425c591e06a ("page cache: fix page_cache_next/prev_miss off by one")
>> updated the page_cache_next_miss() to return the index beyond
>> range.
>>
>> But it breaks the start/size of ra in ondemand_readahead() because
>> the offset by one is accumulated to readahead_index. As a consequence,
>> not best readahead order is picked.
>>
>> Tracing of the order parameter of filemap_alloc_folio() showed:
>> page order : count distribution
>> 0 : 892073 | |
>> 1 : 0 | |
>> 2 : 65120457 |****************************************|
>> 3 : 32914005 |******************** |
>> 4 : 33020991 |******************** |
>> with 9425c591e06a9.
>>
>> With parent commit:
>> page order : count distribution
>> 0 : 3417288 |**** |
>> 1 : 0 | |
>> 2 : 877012 |* |
>> 3 : 288 | |
>> 4 : 5607522 |******* |
>> 5 : 29974228 |****************************************|
>>
>> Fix the issue by removing the offset by one when page_cache_next_miss()
>> returns no gaps in the range.
>>
>> After the fix:
>> page order : count distribution
>> 0 : 2598561 |*** |
>> 1 : 0 | |
>> 2 : 687739 | |
>> 3 : 288 | |
>> 4 : 207210 | |
>> 5 : 32628260 |****************************************|
>>
>
> Thank you for your detailed analysis!
>
> When the regression was initially discovered, I sent a patch to revert
> commit 9425c591e06a. Andrew has picked up this change. And, Andrew has
> also picked up this patch.
Oh. I didn't notice that you sent revert patch. My understanding is that
commit 9425c591e06a is a good change.
>
> I have not verified yet, but I suspect that this patch is going to cause
> a regression because it depends on the behavior of page_cache_next_miss
> in 9425c591e06a which has been reverted.
Yes. If the 9425c591e06a was reverted, this patch could introduce regression.
Which fixing do you prefer? reverting 9425c591e06a or this patch? Then we
can suggest to Andrew to take it.
Regards
Yin, Fengwei
next prev parent reply other threads:[~2023-07-04 1:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-28 4:43 Yin Fengwei
2023-07-03 18:49 ` Mike Kravetz
2023-07-04 1:41 ` Yin, Fengwei [this message]
2023-07-05 16:52 ` Mike Kravetz
2023-07-06 1:32 ` Yin Fengwei
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=d6957a20-db31-d6ac-8822-003bdb9cd747@intel.com \
--to=fengwei.yin@intel.com \
--cc=ackerleytng@google.com \
--cc=akpm@linux-foundation.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mike.kravetz@oracle.com \
--cc=oliver.sang@intel.com \
--cc=willy@infradead.org \
/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