Re: [PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations

2023-02-02 Thread Juan Quintela
David Hildenbrand wrote: > On 05.01.23 13:45, David Hildenbrand wrote: >> Playing with background snapshots in combination with hugetlb and >> virtio-mem, I found two issues and some reasonable optimizations (skip >> unprotecting when unregistering). >> With virtio-mem (RamDiscardManager), we now

Re: [PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations

2023-01-23 Thread David Hildenbrand
On 05.01.23 13:45, David Hildenbrand wrote: Playing with background snapshots in combination with hugetlb and virtio-mem, I found two issues and some reasonable optimizations (skip unprotecting when unregistering). With virtio-mem (RamDiscardManager), we now won't be allocating unnecessary page

Re: [PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations

2023-01-09 Thread David Hildenbrand
On 05.01.23 22:11, Peter Xu wrote: On Thu, Jan 05, 2023 at 01:45:23PM +0100, David Hildenbrand wrote: Playing with background snapshots in combination with hugetlb and virtio-mem, I found two issues and some reasonable optimizations (skip unprotecting when unregistering). With virtio-mem (RamDi

Re: [PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations

2023-01-05 Thread Peter Xu
On Thu, Jan 05, 2023 at 01:45:23PM +0100, David Hildenbrand wrote: > Playing with background snapshots in combination with hugetlb and > virtio-mem, I found two issues and some reasonable optimizations (skip > unprotecting when unregistering). > > With virtio-mem (RamDiscardManager), we now won't

[PATCH v1 0/5] migration/ram: background snapshot fixes and optimiations

2023-01-05 Thread David Hildenbrand
Playing with background snapshots in combination with hugetlb and virtio-mem, I found two issues and some reasonable optimizations (skip unprotecting when unregistering). With virtio-mem (RamDiscardManager), we now won't be allocating unnecessary page tables for unplugged ranges when using uffd-wp