Re: [PATCH v2 06/12] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware

2020-06-09 Thread Joonsoo Kim
2020년 6월 9일 (화) 오후 10:53, Michal Hocko 님이 작성: > > On Wed 27-05-20 15:44:57, Joonsoo Kim wrote: > > From: Joonsoo Kim > > > > There is a user who do not want to use CMA memory for migration. Until > > now, it is implemented by caller side but it's not optimal since there > > is limited information

Re: [PATCH v2 06/12] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware

2020-06-09 Thread Michal Hocko
On Wed 27-05-20 15:44:57, Joonsoo Kim wrote: > From: Joonsoo Kim > > There is a user who do not want to use CMA memory for migration. Until > now, it is implemented by caller side but it's not optimal since there > is limited information on caller. This patch implements it on callee side > to

[PATCH v2 06/12] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware

2020-05-27 Thread js1304
From: Joonsoo Kim There is a user who do not want to use CMA memory for migration. Until now, it is implemented by caller side but it's not optimal since there is limited information on caller. This patch implements it on callee side to get better result. Acked-by: Mike Kravetz Signed-off-by: