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,