Re: [PATCH 05/11] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware

2020-05-21 Thread Mike Kravetz
On 5/17/20 6:20 PM, js1...@gmail.com 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 get

[PATCH 05/11] mm/hugetlb: make hugetlb migration target allocation APIs CMA aware

2020-05-17 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. Signed-off-by: Joonsoo Kim ---