From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v5 2/8] xenalyze: increase NR_CPUS to 256 Date: Wed, 10 Jun 2015 16:29:16 -0400 Message-ID: <55789E1C.9030504@citrix.com> References: <1433849019-27452-1-git-send-email-olaf@aepfle.de> <1433849019-27452-3-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1433849019-27452-3-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering , xen-devel@lists.xen.org, George Dunlap Cc: Ian Jackson , Wei Liu , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org Hi Olaf, On 09/06/2015 07:23, Olaf Hering wrote: > To match the hypervisor default which was introduced in > 9da0c5b63933b9912e3903190601661813954d0d, bump the limit. > > Signed-off-by: Olaf Hering > Acked-by: George Dunlap > Acked-by: Wei Liu > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu > --- > tools/xentrace/analyze.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/xentrace/analyze.h b/tools/xentrace/analyze.h > index 40ee551..64b1911 100644 > --- a/tools/xentrace/analyze.h > +++ b/tools/xentrace/analyze.h > @@ -16,7 +16,7 @@ > > #define TRC_LOST_RECORDS_END (TRC_GEN + 50) > > -#define NR_CPUS 128 > +#define NR_CPUS 256 You are updating NR_CPUS but this is only used for cpumask_t which is never used within xenalyze. Only cpu_mask_t is used and alias to a uint32_t. Or did I miss something? There is also a variable MAX_CPUS defined to 256. which is used every. Regards, -- Julien Grall