Re: [RFC PATCH v1 0/4] Kernel thread based async batch migration
From: Bharata B Rao
Date: Fri Jun 20 2025 - 04:59:23 EST
On 20-Jun-25 12:09 PM, Huang, Ying wrote:
> Bharata B Rao <bharata@xxxxxxx> writes:
> <snip>
>
> I don't think page flag + scanning is a good idea.If the
If extended page flags is not the ideal location (I chose it in this
version only to get something going quickly), we can look at maintaining
per-pfn allocation for the required hot page metadata separately.
Or is your concern specifically with scanning? What problems do you see?
It is the cost or the possibility of not identifying the migrate-ready
pages in time? Or something else??
Regards,
Bharata.