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

2020-08-31 Thread David Edmondson
On Monday, 2020-08-31 at 17:55:39 +08, Zheng Chuan wrote: > On 2020/8/31 17:05, David Edmondson wrote: >> Trying to think like a control plane developer and user (of which I am >> neither) raised some questions about the overall interface provided >> here. If everyone else is happy with the curren

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

2020-08-31 Thread Zheng Chuan
On 2020/8/31 17:05, David Edmondson wrote: > Trying to think like a control plane developer and user (of which I am > neither) raised some questions about the overall interface provided > here. If everyone else is happy with the current interface, then I'll > shut up :-) > > It seems like it sh

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

2020-08-31 Thread David Edmondson
Trying to think like a control plane developer and user (of which I am neither) raised some questions about the overall interface provided here. If everyone else is happy with the current interface, then I'll shut up :-) It seems like it should be possible to query the last measured dirty rate at

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

2020-08-28 Thread Chuan Zheng
v5 -> v6: fix coding style according to review use TARGET_PAGE_SIZE and TARGET_PAGE_BITS instead of self-defined macros return start-time and calc-time by qmp command v4 -> v5: fix git apply failed due to meson-build add review-by for patches in v3 v3 -> v4: use crc32 to g