On Thu, Jun 17, 2021 at 10:12:05PM +0800, huang...@chinatelecom.cn wrote: > ## > +# @DirtyRateMeasureMode: > +# > +# An enumeration of mode of measuring dirtyrate. > +# > +# @page-sampling: calculate dirtyrate by sampling pages. > +# > +# @dirty-ring: calculate dirtyrate by via dirty ring. > +# > +# Since: 6.1 > +# > +## > +{ 'enum': 'DirtyRateMeasureMode', > + 'data': [ 'none', 'page-sampling', 'dirty-ring'] }
I still don't get why we need "none" mode. Could you explain? -- Peter Xu