Re: [External] Re: [PATCH v3 15/20] migration/multifd: Add test hook to set normal page ratio.

2024-02-01 Thread Hao Xiang
On Wed, Jan 31, 2024 at 9:24 PM Peter Xu wrote: > > On Thu, Jan 04, 2024 at 12:44:47AM +, Hao Xiang wrote: > > +# @multifd-normal-page-ratio: Test hook setting the normal page ratio. > > +# (Since 8.2) > > Please remember to touch all of them to 9.0 when repost, thanks. > Will do. > -- >

Re: [PATCH v3 15/20] migration/multifd: Add test hook to set normal page ratio.

2024-01-31 Thread Peter Xu
On Thu, Jan 04, 2024 at 12:44:47AM +, Hao Xiang wrote: > +# @multifd-normal-page-ratio: Test hook setting the normal page ratio. > +# (Since 8.2) Please remember to touch all of them to 9.0 when repost, thanks. -- Peter Xu

[PATCH v3 15/20] migration/multifd: Add test hook to set normal page ratio.

2024-01-03 Thread Hao Xiang
Multifd sender thread performs zero page checking. If a page is a zero page, only the page's metadata is sent to the receiver. If a page is a normal page, the entire page's content is sent to the receiver. This change adds a test hook to set the normal page ratio. A zero page will be forced to be s