Re: [PATCH v2 01/12] mm/page_isolation: prefer the node of the source page

2020-06-09 Thread Michal Hocko
On Wed 27-05-20 15:44:52, Joonsoo Kim wrote: > From: Joonsoo Kim > > For locality, it's better to migrate the page to the same node > rather than the node of the current caller's cpu. > > Acked-by: Roman Gushchin > Signed-off-by: Joonsoo Kim Acked-by: Michal Hocko > --- >

Re: [PATCH v2 01/12] mm/page_isolation: prefer the node of the source page

2020-05-28 Thread Vlastimil Babka
On 5/27/20 8:44 AM, js1...@gmail.com wrote: > From: Joonsoo Kim > > For locality, it's better to migrate the page to the same node > rather than the node of the current caller's cpu. Should be, yeah. > Acked-by: Roman Gushchin > Signed-off-by: Joonsoo Kim Reviewed-by: Vlastimil Babka >

[PATCH v2 01/12] mm/page_isolation: prefer the node of the source page

2020-05-27 Thread js1304
From: Joonsoo Kim For locality, it's better to migrate the page to the same node rather than the node of the current caller's cpu. Acked-by: Roman Gushchin Signed-off-by: Joonsoo Kim --- mm/page_isolation.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git