From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2 2/8] xenalyze: increase NR_CPUS to 256 Date: Fri, 8 May 2015 08:14:57 +0200 Message-ID: <20150508061457.GA1737@aepfle.de> References: <1430994944-20471-1-git-send-email-olaf@aepfle.de> <1430994944-20471-3-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: Ian Jackson , Stefano Stabellini , Wei Liu , Ian Campbell , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, May 07, George Dunlap wrote: > On Thu, May 7, 2015 at 11:35 AM, Olaf Hering wrote: > > To match the hypervisor default which was introduced in > > 9da0c5b63933b9912e3903190601661813954d0d, bump the limit. > > > > Signed-off-by: Olaf Hering > > Cc: Ian Jackson > > Cc: Stefano Stabellini > > Cc: Ian Campbell > > Cc: Wei Liu > > Might be nice at some point to try to make xenalyze include the > relevant xen headers to pick this stuff up automatically. This would require hypervisor changes, it can be built with 'make max_phys_cpus=N'. I think in some way that knob can be adjusted to set MAX_PHYS_CPUS for xen and xenalyze. Olaf