All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Some modifications about ram_save_host_page()
@ 2021-03-05  7:50 Kunkun Jiang
  2021-03-05  7:50 ` [PATCH v3 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Kunkun Jiang @ 2021-03-05  7:50 UTC (permalink / raw)
  To: David Edmondson, Juan Quintela, Dr . David Alan Gilbert,
	Andrey Gruzdev, Peter Xu, Cédric Le Goater, Alexey Romko,
	open list:All patches CC here
  Cc: Zenghui Yu, wanghaibin.wang, Keqian Zhu

Hi,

This series include patches as below:
Patch 1:
- modified the comment ram_save_host_page() to make them match each other

Patch 2:
- reduce unnecessary rate limitting in ram_save_host_page()

Patch 3:
- optimized ram_save_host_page() by using migration_bitmap_find_dirty() to find
dirty pages

History:

v2 -> v3:
- Reduce unnecessary rate limitting if nothing is sent in the current iteration [David Edmondson]
- Invert the body of the loop in ram_save_host_page() [David Edmondson]

v1 -> v2:
- Modify ram_save_host_page() comment [David Edmondson]
- Remove 'goto' [David Edmondson]


Kunkun Jiang (3):
  migration/ram: Modify the code comment of ram_save_host_page()
  migration/ram: Reduce unnecessary rate limiting
  migration/ram: Optimize ram_save_host_page()

 migration/ram.c | 54 ++++++++++++++++++++++++++-----------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

-- 
2.23.0



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-03-10  1:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05  7:50 [PATCH v3 0/3] Some modifications about ram_save_host_page() Kunkun Jiang
2021-03-05  7:50 ` [PATCH v3 1/3] migration/ram: Modify the code comment of ram_save_host_page() Kunkun Jiang
2021-03-05 13:59   ` Peter Xu
2021-03-08 10:33     ` Kunkun Jiang
2021-03-08 21:03       ` Peter Xu
2021-03-09 12:46         ` Kunkun Jiang
2021-03-05  7:50 ` [PATCH v3 2/3] migration/ram: Reduce unnecessary rate limiting Kunkun Jiang
2021-03-05 14:22   ` Peter Xu
2021-03-08 10:34     ` Kunkun Jiang
2021-03-08 21:12       ` Peter Xu
2021-03-09 14:33         ` Kunkun Jiang
2021-03-09 16:15           ` Peter Xu
2021-03-10  1:23             ` Kunkun Jiang
2021-03-05  7:50 ` [PATCH v3 3/3] migration/ram: Optimize ram_save_host_page() Kunkun Jiang
2021-03-05 14:30   ` Peter Xu
2021-03-08 13:58     ` Kunkun Jiang
2021-03-08 21:36       ` Peter Xu
2021-03-09 12:47         ` Kunkun Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.