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 X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F36FC433E0 for ; Mon, 21 Dec 2020 01:31:38 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 11EA022C7B for ; Mon, 21 Dec 2020 01:31:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11EA022C7B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 1AD0F6B005C; Sun, 20 Dec 2020 20:31:37 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 136856B005D; Sun, 20 Dec 2020 20:31:37 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 024FF6B0068; Sun, 20 Dec 2020 20:31:36 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0001.hostedemail.com [216.40.44.1]) by kanga.kvack.org (Postfix) with ESMTP id D97766B005C for ; Sun, 20 Dec 2020 20:31:36 -0500 (EST) Received: from smtpin05.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 9BA001F1A for ; Mon, 21 Dec 2020 01:31:36 +0000 (UTC) X-FDA: 77615562192.05.eggs17_45042f027453 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin05.hostedemail.com (Postfix) with ESMTP id 7D7E01801E225 for ; Mon, 21 Dec 2020 01:31:36 +0000 (UTC) X-HE-Tag: eggs17_45042f027453 X-Filterd-Recvd-Size: 4631 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by imf02.hostedemail.com (Postfix) with ESMTP for ; Mon, 21 Dec 2020 01:31:34 +0000 (UTC) IronPort-SDR: JM2EgTMVuxJtJd1PyE8KanB4RI5QU1Bt2R8a9yUZnuDBVj2p8FwjLlQETo2w77mpQyLAQdzrXq wRJIJAhVFUyQ== X-IronPort-AV: E=McAfee;i="6000,8403,9841"; a="237231507" X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="237231507" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Dec 2020 17:31:32 -0800 IronPort-SDR: 7sm+cUtt3GRnu2XJYnWTYquYvO0Ky3lxtvZKKaXEePHbmxoTZ7IgU5P3FZ/3q9zCWlKfrovXQC +anCZ0ttaEWw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,436,1599548400"; d="scan'208";a="342229855" Received: from yhuang-dev.sh.intel.com (HELO yhuang-dev) ([10.239.159.50]) by fmsmga008.fm.intel.com with ESMTP; 20 Dec 2020 17:31:29 -0800 From: "Huang\, Ying" To: "Alejandro Colomar \(mailing lists\; readonly\)" Cc: Peter Zijlstra , Mel Gorman , linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Matthew Wilcox \(Oracle\)" , Rafael Aquini , Andrew Morton , Ingo Molnar , Rik van Riel , Johannes Weiner , Dave Hansen , Andi Kleen , Michal Hocko , David Rientjes , linux-api@vger.kernel.org Subject: Re: [PATCH -V6 RESEND 2/3] NOT kernel/man-pages: man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING References: <20201202084234.15797-1-ying.huang@intel.com> <20201202084234.15797-3-ying.huang@intel.com> <48e758d7-9961-e28e-26f5-3bb381d36309@gmail.com> <87pn3klnq6.fsf@yhuang-dev.intel.com> <60283b9f-7616-15f6-b521-c15995907fb6@gmail.com> Date: Mon, 21 Dec 2020 09:31:28 +0800 In-Reply-To: <60283b9f-7616-15f6-b521-c15995907fb6@gmail.com> (Alejandro Colomar's message of "Fri, 18 Dec 2020 11:21:05 +0100") Message-ID: <874kkggd1r.fsf@yhuang-dev.intel.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=ascii X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: "Alejandro Colomar (mailing lists; readonly)" writes: > Hi Huang, Ying, > > Sorry I forgot to answer. > See below. > > BTW, Linux 5.10 has been released recently; > is this series already merged for 5.11? > If not yet, could you just write '5.??' and we'll fix it (and add a > commit number in a comment) when we know the definitive version? Sure. Will replace it with 5.12. Thanks for reminding! Best Regards, Huang, Ying > Thanks, > > Alex > > On 12/8/20 9:13 AM, Huang, Ying wrote: >> Hi, Alex, >> >> Sorry for late, I just notice this email today. >> >> "Alejandro Colomar (mailing lists; readonly)" >> writes: >> >>> Hi Huang Ying, >>> >>> Please see a few fixes below. >>> >>> Michael, as always, some question for you too ;) >>> >>> Thanks, >>> >>> Alex >>> >>> On 12/2/20 9:42 AM, Huang Ying wrote: >>>> Signed-off-by: "Huang, Ying" >>>> --- >>>> man2/set_mempolicy.2 | 9 +++++++++ >>>> 1 file changed, 9 insertions(+) >>>> >>>> diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 >>>> index 68011eecb..3754b3e12 100644 >>>> --- a/man2/set_mempolicy.2 >>>> +++ b/man2/set_mempolicy.2 >>>> @@ -113,6 +113,12 @@ A nonempty >>>> .I nodemask >>>> specifies node IDs that are relative to the set of >>>> node IDs allowed by the process's current cpuset. >>>> +.TP >>>> +.BR MPOL_F_NUMA_BALANCING " (since Linux 5.11)" >>> >>> I'd prefer it to be in alphabetical order (rather than just adding at >>> the bottom). >> >> That's OK for me. But it's better to be done in another patch to >> distinguish contents from pure order change? > > Yes, if you could do a series of 2 patches with a reordering first, it > would be great. > >> >>> That way, when lists grow, it's easier to find things. >>> >>>> +Enable the Linux kernel NUMA balancing for the task if it is supported >>>> +by kernel. >>> >>> I'd s/Linux kernel/kernel/ when it doesn't specifically refer to the >>> Linux kernel to differentiate it from other kernels. It only adds noise >>> (IMHO). mtk? >> >> Sure. Will fix this and all following comments below. Thanks a lot for >> your help! I am new to man pages. > > Thank you! > >> >> Best Regards, >> Huang, Ying >>