From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH] numactl: new --allphyscpubind/-A option Date: Thu, 5 Sep 2013 21:54:34 +0200 Message-ID: <20130905195434.GS19750@two.firstfloor.org> References: <1378390451-25639-1-git-send-email-pholasek@redhat.com> <20130905164511.GQ19750@two.firstfloor.org> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20130905164511.GQ19750@two.firstfloor.org> Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andi Kleen Cc: Petr Holasek , Cliff Wickman , linux-numa@vger.kernel.org On Thu, Sep 05, 2013 at 06:45:11PM +0200, Andi Kleen wrote: > On Thu, Sep 05, 2013 at 04:14:11PM +0200, Petr Holasek wrote: > > This patch adds new --allphyscpubind/-A option to set cpu bind to all possible > > physical CPUs, not only to ones from the current cpuset as --physcpubind does > > now. > > > > We have discussed this topic about year ago here: > > > > http://thread.gmane.org/gmane.linux.kernel.numa/798 > > Patch looks good to me. Actually on second thought a separate --all argument that disables cpusets for everything would be better. -Andi