On Mon 31-07-17 12:13:33, Wei Wang wrote:
Ballooned pages will be marked as MADV_DONTNEED by the hypervisor andCould you point me where this MADV_DONTNEED is done, please?
shouldn't be given to the host ksmd to scan.
Therefore, it is notPlease make it obvious that this is a revert of bb01b64cfab7
necessary to zero ballooned pages, which is very time consuming when
the page amount is large. The ongoing fast balloon tests show that the
time to balloon 7G pages is increased from ~491ms to 2.8 seconds with
__GFP_ZERO added. So, this patch removes the flag.
("mm/balloon_compaction.c: enqueue zero page to balloon device").