From: Matthew Wilcox <willy@infradead.org>
To: zhiguojiang <justinjiang@vivo.com>
Cc: David Hildenbrand <david@redhat.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
opensource.kernel@vivo.com
Subject: Re: [PATCH v2 1/2] mm:vmscan: the dirty folio in folio_list skip unmap
Date: Fri, 20 Oct 2023 05:15:41 +0100 [thread overview]
Message-ID: <ZTH+7ZJyPnyZOe7V@casper.infradead.org> (raw)
In-Reply-To: <02e73251-33ff-4632-9d2c-bc268f397202@vivo.com>
On Fri, Oct 20, 2023 at 11:59:33AM +0800, zhiguojiang wrote:
> > > @@ -1261,43 +1305,6 @@ static unsigned int shrink_folio_list(struct
> > > list_head *folio_list,
> > > enum ttu_flags flags = TTU_BATCH_FLUSH;
> > > bool was_swapbacked =
> > > folio_test_swapbacked(folio);
> > >
> > > - if (folio_test_dirty(folio)) {
> > > - /*
> > > - * Only kswapd can writeback
> > > filesystem folios
> > > - * to avoid risk of stack overflow.
> > > But avoid
> > > - * injecting inefficient single-folio
> > > I/O into
> > > - * flusher writeback as much as
> > > possible: only
> > > - * write folios when we've encountered
> > > many
> > > - * dirty folios, and when we've
> > > already scanned
> > > - * the rest of the LRU for clean
> > > folios and see
> > > - * the same dirty folios again (with
> > > the reclaim
> > > - * flag set).
> > > - */
> > > - if (folio_is_file_lru(folio) &&
> > > - (!current_is_kswapd() ||
> > > - !folio_test_reclaim(folio) ||
> > > - !test_bit(PGDAT_DIRTY,
> > > &pgdat->flags))) {
> > > - /*
> > > - * Immediately reclaim when
> > > written back.
> > > - * Similar in principle to
> > > folio_deactivate()
> > > - * except we already have the
> > > folio isolated
> > > - * and know it's dirty
> > > - */
> > > - node_stat_mod_folio(folio,
> > > NR_VMSCAN_IMMEDIATE,
> > > - nr_pages);
> > > - folio_set_reclaim(folio);
> > > -
> > > - goto activate_locked;
> > > - }
> > > -
> > > - if (references == FOLIOREF_RECLAIM_CLEAN)
> > > - goto keep_locked;
> > > - if (!may_enter_fs(folio, sc->gfp_mask))
> > > - goto keep_locked;
> > > - if (!sc->may_writepage)
> > > - goto keep_locked;
> > > - }
> > > -
> > > if (folio_test_pmd_mappable(folio))
> > > flags |= TTU_SPLIT_HUGE_PMD;
> > >
> >
> > I'm confused. Did you apply this on top of v1 by accident?
> Hi,
> According to my modified mm_vmscan_lru_shrink_inactive test tracelog, in the
You're missing David's point. You've generated this patch against ...
something ... that isn't upstream. Probably against v1 of your
patch. Please check your git tree.
> 32 scanned inactive file pages, 20 were dirty, and the 20 dirty pages were
> not reclamed, but they took 20us to perform try_to_unmap.
>
> I think unreclaimed dirty folio in inactive file lru can skip to perform
> try_to_unmap. Please help to continue review. Thanks.
>
> kswapd0-99 ( 99) [005] ..... 687.793724:
> mm_vmscan_lru_shrink_inactive: [Justin] nid 0 scan=32 isolate=32 reclamed=12
> nr_dirty=20 nr_unqueued_dirty=20 nr_writeback=0 nr_congested=0
> nr_immediate=0 nr_activate[0]=0 nr_activate[1]=20 nr_ref_keep=0
> nr_unmap_fail=0 priority=2 file=RECLAIM_WB_FILE|RECLAIM_WB_ASYNC total=39
> exe=0 reference_cost=5 reference_exe=0 unmap_cost=21 unmap_exe=0
> dirty_unmap_cost=20 dirty_unmap_exe=0 pageout_cost=0 pageout_exe=0
Are you seeing measurable changes for any workloads? It certainly seems
like you should, but it would help if you chose a test from mmtests and
showed how performance changed on your system.
next prev parent reply other threads:[~2023-10-20 4:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-19 13:14 [PATCH v2 0/2] mm: the dirty folio unmap redundantly Zhiguo Jiang
2023-10-19 13:14 ` [PATCH v2 2/2] mm:vmscan: the ref clean dirty folio skip unmap Zhiguo Jiang
[not found] ` <20231019131446.317-2-justinjiang@vivo.com>
2023-10-19 14:15 ` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio_list " David Hildenbrand
2023-10-20 3:59 ` zhiguojiang
2023-10-20 4:09 ` zhiguojiang
2023-10-20 4:15 ` Matthew Wilcox [this message]
2023-10-20 4:36 ` zhiguojiang
2023-10-23 8:07 ` zhiguojiang
2023-10-23 12:21 ` Matthew Wilcox
2023-10-23 12:44 ` zhiguojiang
2023-10-23 13:01 ` Matthew Wilcox
2023-10-24 2:04 ` zhiguojiang
2023-10-24 7:07 ` David Hildenbrand
2023-10-24 7:21 ` zhiguojiang
2023-10-25 15:37 ` zhiguojiang
2023-10-24 2:08 ` zhiguojiang
2023-10-19 13:42 [PATCH v2 0/2] mm: the dirty folio unmap redundantly Zhiguo Jiang
2023-10-19 13:42 ` [PATCH v2 1/2] mm:vmscan: the dirty folio in folio list skip unmap Zhiguo Jiang
2023-11-06 21:35 ` Andrew Morton
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=ZTH+7ZJyPnyZOe7V@casper.infradead.org \
--to=willy@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=justinjiang@vivo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=opensource.kernel@vivo.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