Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-23 Thread Eric Blake
On 9/23/20 1:04 PM, Dr. David Alan Gilbert wrote: Queued * Chuan Zheng (zhengch...@huawei.com) wrote: v9 -> v10: rename find_page_matched as find_block_matched fix wrong termination condition in find_block_matched add review-by for patches Sorry for a late review, but I suggest

Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-23 Thread Dr. David Alan Gilbert
Queued * Chuan Zheng (zhengch...@huawei.com) wrote: > v9 -> v10: > rename find_page_matched as find_block_matched > fix wrong termination condition in find_block_matched > add review-by for patches > > v8 -> v9: > fix wrong index return of record_ramblock_hash_info > optimize

Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-17 Thread Zheng Chuan
On 2020/9/17 17:38, Dr. David Alan Gilbert wrote: > * Zheng Chuan (zhengch...@huawei.com) wrote: >> >> >> On 2020/9/17 17:15, Dr. David Alan Gilbert wrote: >>> * Chuan Zheng (zhengch...@huawei.com) wrote: v9 -> v10: rename find_page_matched as find_block_matched fix wrong

Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-17 Thread Dr. David Alan Gilbert
* Zheng Chuan (zhengch...@huawei.com) wrote: > > > On 2020/9/17 17:15, Dr. David Alan Gilbert wrote: > > * Chuan Zheng (zhengch...@huawei.com) wrote: > >> v9 -> v10: > >> rename find_page_matched as find_block_matched > >> fix wrong termination condition in find_block_matched > >> add

Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-17 Thread Zheng Chuan
On 2020/9/17 17:15, Dr. David Alan Gilbert wrote: > * Chuan Zheng (zhengch...@huawei.com) wrote: >> v9 -> v10: >> rename find_page_matched as find_block_matched >> fix wrong termination condition in find_block_matched >> add review-by for patches >> >> v8 -> v9: >> fix wrong inde

Re: [PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-17 Thread Dr. David Alan Gilbert
* Chuan Zheng (zhengch...@huawei.com) wrote: > v9 -> v10: > rename find_page_matched as find_block_matched > fix wrong termination condition in find_block_matched > add review-by for patches > > v8 -> v9: > fix wrong index return of record_ramblock_hash_info > optimize variable

[PATCH v10 00/12] *** A Method for evaluating dirty page rate ***

2020-09-15 Thread Chuan Zheng
v9 -> v10: rename find_page_matched as find_block_matched fix wrong termination condition in find_block_matched add review-by for patches v8 -> v9: fix wrong index return of record_ramblock_hash_info optimize variable name according to review reset dirty_rate as -1 chan