Re: [PATCH v4 2/7] hugetlb: split hugetlb_hstate_alloc_pages

From: Muchun Song
Date: Sun Jan 21 2024 - 22:43:35 EST




On 2024/1/18 20:39, Gang Li wrote:
1G and 2M huge pages have different allocation and initialization logic,
which leads to subtle differences in parallelization. Therefore, it is
appropriate to split hugetlb_hstate_alloc_pages into gigantic and
non-gigantic.

This patch has no functional changes.

Signed-off-by: Gang Li <gang.li@xxxxxxxxx>
Tested-by: David Rientjes <rientjes@xxxxxxxxxx>
Reviewed-by: Tim Chen <tim.c.chen@xxxxxxxxxxxxxxx>
Reviewed-by: Muchun Song <muchun.song@xxxxxxxxx>

Thanks.