Re: [PATCH v4 0/2] Some modification about ram_save_host_page()

2021-05-11 Thread Dr. David Alan Gilbert
* Kunkun Jiang (jiangkun...@huawei.com) wrote: > Hi all, Queued; sorry for the delay > This series include patches as below: > Patch 1: > - reduce unnecessary rate limiting in ram_save_host_page() > > Patch 2: > - optimized ram_save_host_page() by using migration_bitmap_find_dirty() to > find

Re: [PATCH v4 0/2] Some modification about ram_save_host_page()

2021-04-07 Thread Kunkun Jiang
Hi Dave, On 2021/4/7 1:14, Dr. David Alan Gilbert wrote: * Kunkun Jiang (jiangkun...@huawei.com) wrote: Kindly ping, Hi David Alan Gilbert, Will this series be picked up soon, or is there any other work for me to do? You don't need to do anything, but it did miss the cutoff for soft freeze;

Re: [PATCH v4 0/2] Some modification about ram_save_host_page()

2021-04-06 Thread Dr. David Alan Gilbert
* Kunkun Jiang (jiangkun...@huawei.com) wrote: > Kindly ping, > > Hi David Alan Gilbert, > Will this series be picked up soon, or is there any other work for me to do? You don't need to do anything, but it did miss the cutoff for soft freeze; since it's an optimisation not a fix; it's still on

Re: [PATCH v4 0/2] Some modification about ram_save_host_page()

2021-04-06 Thread Kunkun Jiang
Kindly ping, Hi David Alan Gilbert, Will this series be picked up soon, or is there any other work for me to do? Best Regards, Kunkun Jiang On 2021/3/16 20:57, Kunkun Jiang wrote: Hi all, This series include patches as below: Patch 1: - reduce unnecessary rate limiting in

[PATCH v4 0/2] Some modification about ram_save_host_page()

2021-03-16 Thread Kunkun Jiang
Hi all, This series include patches as below: Patch 1: - reduce unnecessary rate limiting in ram_save_host_page() Patch 2: - optimized ram_save_host_page() by using migration_bitmap_find_dirty() to find dirty pages History: v3 -> v4: - Remove the modification to ram_save_host_page() comment