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

2020-05-27 Thread Joonsoo Kim
> > > mm/page_isolation.c | 4 +++- > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > > > diff --git a/mm/page_isolation.c b/mm/page_isolation.c > > > index 2c11a38..7df89bd 100644 > > > --- a/mm/page_isolation.c > > > +++ b/mm/page_isolation.c > > > @@ -300,5 +300,7 @@ int

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

2020-05-20 Thread Joonsoo Kim
2020년 5월 21일 (목) 오전 9:37, Roman Gushchin 님이 작성: > > On Mon, May 18, 2020 at 10:20:47AM +0900, 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. > > > > Signed-off-by: Joonsoo

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

2020-05-20 Thread Roman Gushchin
On Mon, May 18, 2020 at 10:20:47AM +0900, 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. > > Signed-off-by: Joonsoo Kim Acked-by: Roman Gushchin > --- > mm/page_isolation.c |

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

2020-05-17 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. Signed-off-by: Joonsoo Kim --- mm/page_isolation.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mm/page_isolation.c