Re: [PATCH 2/6] mm: let user decide page reporting option

2021-01-06 Thread Liang Li
> > enum { > > PAGE_REPORTING_IDLE = 0, > > @@ -44,7 +45,7 @@ __page_reporting_request(struct page_reporting_dev_info > > *prdev) > > * now we are limiting this to running no more than once every > > * couple of seconds. > > */ > > - schedule_delayed_work(

Re: [PATCH 2/6] mm: let user decide page reporting option

2021-01-06 Thread Alexander Duyck
On Tue, Jan 5, 2021 at 7:48 PM Liang Li wrote: > > Some key parameters for page reporting are now hard coded, different > users of the framework may have their special requirements, make > these parameter configrable and let the user decide them. > > Cc: Alexander Duyck > Cc: Mel Gorman > Cc: An

[PATCH 2/6] mm: let user decide page reporting option

2021-01-05 Thread Liang Li
Some key parameters for page reporting are now hard coded, different users of the framework may have their special requirements, make these parameter configrable and let the user decide them. Cc: Alexander Duyck Cc: Mel Gorman Cc: Andrea Arcangeli Cc: Dan Williams Cc: Dave Hansen Cc: David Hi