From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 553E8C4332F for ; Thu, 3 Nov 2022 02:49:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230085AbiKCCtl (ORCPT ); Wed, 2 Nov 2022 22:49:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229570AbiKCCtj (ORCPT ); Wed, 2 Nov 2022 22:49:39 -0400 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAE596327; Wed, 2 Nov 2022 19:49:37 -0700 (PDT) Content-Type: text/plain; charset=utf-8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1667443775; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o9XdBdpdcG1/NkMU2aaMoc8QZfSgfsLLPXvYeGPTeUY=; b=gd3IyuG/n82G0J624HScRl7Cu7uerzZIPzi0GblFWqs2cgvdf1IRZZrXl28hHno3iKYGkP aKzHQUKDA6jjjFMdpUo9UwmVc/NXfUDTzfD24vdzdd4DNAGB8liwZ655wekHdp7A5Zob5i qbNEmS2q1/4n2GYtiXg14HQcwxmfQ7U= Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.200.110.1.12\)) Subject: Re: [PATCH V14 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Muchun Song In-Reply-To: <20221027125253.3458989-5-chenhuacai@loongson.cn> Date: Thu, 3 Nov 2022 10:49:17 +0800 Cc: Arnd Bergmann , Huacai Chen , Thomas Bogendoerfer , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Catalin Marinas , Will Deacon , Dinh Nguyen , loongarch@lists.linux.dev, linux-arch@vger.kernel.org, Xuefeng Li , Guo Ren , Xuerui Wang , Jiaxun Yang , Andrew Morton , Linux Memory Management List , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Feiyang Chen , =?utf-8?Q?Philippe_Mathieu-Daud=C3=A9?= Content-Transfer-Encoding: quoted-printable Message-Id: References: <20221027125253.3458989-1-chenhuacai@loongson.cn> <20221027125253.3458989-5-chenhuacai@loongson.cn> To: Huacai Chen X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-arch@vger.kernel.org > On Oct 27, 2022, at 20:52, Huacai Chen wrote: >=20 > From: Feiyang Chen >=20 > The feature of minimizing overhead of struct page associated with each > HugeTLB page is implemented on x86_64. However, the infrastructure of I'd like to refer to this feature as HVO (more simplified). > this feature is already there, so just select ARCH_WANT_HUGETLB_PAGE_ > OPTIMIZE_VMEMMAP is enough to enable this feature for LoongArch. >=20 > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > Signed-off-by: Feiyang Chen > Signed-off-by: Huacai Chen Acked-by: Muchun Song Thanks.=