Re: [PATCH 3/9] mm, page_alloc: remove setup_pageset()

2020-10-06 Thread Vlastimil Babka
On 10/5/20 2:59 PM, Michal Hocko wrote: On Tue 22-09-20 16:37:06, Vlastimil Babka wrote: We initialize boot-time pagesets with setup_pageset(), which sets high and batch values that effectively disable pcplists. We can remove this wrapper if we just set these values for all pagesets in pageset_

Re: [PATCH 3/9] mm, page_alloc: remove setup_pageset()

2020-10-05 Thread Michal Hocko
On Tue 22-09-20 16:37:06, Vlastimil Babka wrote: > We initialize boot-time pagesets with setup_pageset(), which sets high and > batch values that effectively disable pcplists. > > We can remove this wrapper if we just set these values for all pagesets in > pageset_init(). Non-boot pagesets then su

Re: [PATCH 3/9] mm, page_alloc: remove setup_pageset()

2020-09-25 Thread David Hildenbrand
On 22.09.20 16:37, Vlastimil Babka wrote: > We initialize boot-time pagesets with setup_pageset(), which sets high and > batch values that effectively disable pcplists. > > We can remove this wrapper if we just set these values for all pagesets in > pageset_init(). Non-boot pagesets then subsequen

[PATCH 3/9] mm, page_alloc: remove setup_pageset()

2020-09-22 Thread Vlastimil Babka
We initialize boot-time pagesets with setup_pageset(), which sets high and batch values that effectively disable pcplists. We can remove this wrapper if we just set these values for all pagesets in pageset_init(). Non-boot pagesets then subsequently update them to the proper values. No functional