From: Julien Grall <julien.grall@citrix.com>
To: Olaf Hering <olaf@aepfle.de>,
xen-devel@lists.xen.org,
George Dunlap <george.dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: Re: [PATCH v5 2/8] xenalyze: increase NR_CPUS to 256
Date: Wed, 10 Jun 2015 16:29:16 -0400 [thread overview]
Message-ID: <55789E1C.9030504@citrix.com> (raw)
In-Reply-To: <1433849019-27452-3-git-send-email-olaf@aepfle.de>
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 <olaf@aepfle.de>
> Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
> Acked-by: Wei Liu <wei.liu2@citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> Cc: Ian Campbell <ian.campbell@citrix.com>
> Cc: Wei Liu <wei.liu2@citrix.com>
> ---
> 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
next prev parent reply other threads:[~2015-06-10 20:29 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 11:23 [PATCH v5 0/8] add xenalyze to staging Olaf Hering
2015-06-09 11:23 ` [PATCH v5 1/8] xenalyze: add to tools/xentrace/ Olaf Hering
2015-06-11 15:23 ` George Dunlap
2015-06-11 16:04 ` Olaf Hering
2015-06-09 11:23 ` [PATCH v5 2/8] xenalyze: increase NR_CPUS to 256 Olaf Hering
2015-06-10 20:29 ` Julien Grall [this message]
2015-06-11 6:12 ` Olaf Hering
2015-06-11 11:03 ` Julien Grall
2015-06-11 14:35 ` George Dunlap
2015-06-15 16:14 ` Olaf Hering
2015-06-15 17:19 ` Andrew Cooper
2015-06-15 17:58 ` Olaf Hering
2015-06-16 8:33 ` Ian Campbell
2015-06-16 8:35 ` Olaf Hering
2015-06-09 11:23 ` [PATCH v5 3/8] xenalyze: print newline after unknown hvm events Olaf Hering
2015-06-09 11:23 ` [PATCH v5 4/8] xenalyze: include odd mmio states in default output Olaf Hering
2015-06-09 11:23 ` [PATCH v5 5/8] xenalyze: handle TRC_TRACE_WRAP_BUFFER Olaf Hering
2015-06-09 11:23 ` [PATCH v5 6/8] xenalyze: handle more events in sched_process Olaf Hering
2015-06-09 11:23 ` [PATCH v5 7/8] xenalyze: remove trailing whitespaces Olaf Hering
2015-06-09 11:23 ` [PATCH v5 8/8] xenalyze: remove argp_program_version Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55789E1C.9030504@citrix.com \
--to=julien.grall@citrix.com \
--cc=george.dunlap@eu.citrix.com \
--cc=ian.campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=olaf@aepfle.de \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.