Re: [PATCH] numactl: new --allphyscpubind/-A option

Andi Kleen <[email protected]> Thu, 5 Sep 2013 21:54:34 +0200
Newsgroups org.kernel.vger.linux-numa
Message-ID <[email protected]>
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