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

2020-11-11 Thread Pankaj Gupta
> 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. >

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

2020-11-11 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