[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v15 0/7] support dirty restraint on vCPU
|
From: |
Peter Xu |
|
Subject: |
Re: [PATCH v15 0/7] support dirty restraint on vCPU |
|
Date: |
Wed, 16 Feb 2022 15:42:28 +0800 |
On Wed, Feb 16, 2022 at 12:13:31PM +0800, huangy81@chinatelecom.cn wrote:
> From: Hyman Huang(黄勇) <huangy81@chinatelecom.cn>
>
> v15
> - rebase on master
> - drop the 'init_time_ms' parameter in function vcpu_calculate_dirtyrate
> - drop the 'setup' field in dirtylimit_state and call dirtylimit_process
> directly, which makes code cleaner.
> - code clean in dirtylimit_adjust_throttle
> - fix miss dirtylimit_state_unlock() in dirtylimit_process and
> dirtylimit_query_all
> - add some comment
This version overally looks good to me, thanks.
Acked-by: Peter Xu <peterx@redhat.com>
Please remember to pick up review-by or ack-by in the future when the content
didn't change corresponds to the tag. That's not only a way to provide credits
but also a hint to reviewers so that they can skip patches that they have read
so as to save time.
Thanks,
--
Peter Xu
- [PATCH v15 0/7] support dirty restraint on vCPU, huangy81, 2022/02/15
- [PATCH v15 1/7] accel/kvm/kvm-all: Refactor per-vcpu dirty ring reaping, huangy81, 2022/02/15
- [PATCH v15 2/7] cpus: Introduce cpu_list_generation_id, huangy81, 2022/02/15
- [PATCH v15 3/7] migration/dirtyrate: Refactor dirty page rate calculation, huangy81, 2022/02/15
- [PATCH v15 5/7] accel/kvm/kvm-all: Introduce kvm_dirty_ring_size function, huangy81, 2022/02/15
- [PATCH v15 6/7] softmmu/dirtylimit: Implement virtual CPU throttle, huangy81, 2022/02/15
- [PATCH v15 4/7] softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically, huangy81, 2022/02/15
- [PATCH v15 7/7] softmmu/dirtylimit: Implement dirty page rate limit, huangy81, 2022/02/15
- Re: [PATCH v15 0/7] support dirty restraint on vCPU,
Peter Xu <=