Re: [PATCH 06/10] mm: vmscan: demote anon DRAM pages to PMEM node

From: Dave Hansen
Date: Wed Mar 27 2019 - 16:42:55 EST


On 3/27/19 1:37 PM, Zi Yan wrote:
> Actually, the migration throughput difference does not come from
> any kernel changes, it is a pure comparison between
> migrate_pages(single 4KB page) and migrate_pages(a list of 4KB
> pages). The point I wanted to make is that Yangâs approach, which
> migrates a list of pages at the end of shrink_page_list(), can
> achieve higher throughput than Keithâs approach, which migrates one
> page at a time in the while loop inside shrink_page_list().

I look forward to seeing the patches.