From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Harper Subject: Re: [PATCH 2/3] xend: Add multiple cpumasks support Date: Tue, 15 Aug 2006 18:01:47 -0500 Message-ID: <20060815230147.GV1694@us.ibm.com> References: <20060814184709.GP1694@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Ian Pratt , Ryan Harper , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org * Keir Fraser [2006-08-15 17:37]: > > > > On 14/8/06 7:47 pm, "Ryan Harper" wrote: > > > I didn't want the quotes either, nor the python list. I guess I > > misinterpreted your suggestion for requirements. As for the commas, it > > is certainly functional, but it sounds like we need some other cpumask > > field delimiter, any takers for "|" ? > > > > cpus = "0-3,^2|4-7|8|9-12" > > This is more readable than comma-space delimiters. I mainly care that we > support Python list form in the config file though. The current code supports both. It is trivial to switch the delimiter for pure string form above to use "|". The remaining question is whether we should support both or only list. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com