Re: [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring

2022-05-13 Thread Peter Xu
On Sat, Apr 02, 2022 at 04:59:24PM +0800, Chongyun Wu wrote: > > on 4/2/2022 3:28 PM, Hyman Huang wrote: > > > > > > 在 2022/3/28 9:32, wuc...@chinatelecom.cn 写道: > > > From: Chongyun Wu > > > > > > A new structure KVMDirtyRingDirtyCounter is introduced in > > > KVMDirtyRingReaper to record

Re: [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring

2022-04-02 Thread Chongyun Wu
on 4/2/2022 3:28 PM, Hyman Huang wrote: 在 2022/3/28 9:32, wuc...@chinatelecom.cn 写道: From: Chongyun Wu A new structure KVMDirtyRingDirtyCounter is introduced in KVMDirtyRingReaper to record the number of dirty pages within a period of time. When kvm_dirty_ring_mark_page collects dirty

Re: [PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring

2022-04-02 Thread Hyman Huang
在 2022/3/28 9:32, wuc...@chinatelecom.cn 写道: From: Chongyun Wu A new structure KVMDirtyRingDirtyCounter is introduced in KVMDirtyRingReaper to record the number of dirty pages within a period of time. When kvm_dirty_ring_mark_page collects dirty pages, if it finds that the current dirty

[PATCH v2 3/4] kvm: Introduce a dirty rate calculation method based on dirty ring

2022-03-27 Thread wucy11
From: Chongyun Wu A new structure KVMDirtyRingDirtyCounter is introduced in KVMDirtyRingReaper to record the number of dirty pages within a period of time. When kvm_dirty_ring_mark_page collects dirty pages, if it finds that the current dirty pages are not duplicates, it increases the