From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
xen-devel@lists.xenproject.org, JBeulich@suse.com
Subject: Re: [PATCH] asm, x86: Set max CPUs to 512 instead of 256.
Date: Thu, 22 Jan 2015 17:04:12 +0000 [thread overview]
Message-ID: <54C12D8C.50604@citrix.com> (raw)
In-Reply-To: <1421945520-2928-1-git-send-email-konrad.wilk@oracle.com>
On 22/01/15 16:52, Konrad Rzeszutek Wilk wrote:
> Contemporary servers sport now 480 CPUs or such. We should crank
> up the default amount of CPUs to a higher level to take advantage
> of this without having the distro to use 'max_phys_cpus' override.
>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
/me would really like to try something that big out, but I have not had
the opportunity yet to hit the 256 limit.
I wonder which variables grow as a result of this change. We might want
to see about making more things dynamically allocated after reading the
apci tables, if we can.
~Andrew
> ---
> xen/include/asm-x86/config.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h
> index 2fbd68d..d450696 100644
> --- a/xen/include/asm-x86/config.h
> +++ b/xen/include/asm-x86/config.h
> @@ -64,7 +64,7 @@
> #ifdef MAX_PHYS_CPUS
> #define NR_CPUS MAX_PHYS_CPUS
> #else
> -#define NR_CPUS 256
> +#define NR_CPUS 512
> #endif
>
> /* Linkage for x86 */
next prev parent reply other threads:[~2015-01-22 17:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-22 16:52 [PATCH] asm,x86: Set max CPUs to 512 instead of 256 Konrad Rzeszutek Wilk
2015-01-22 17:04 ` Andrew Cooper [this message]
2015-01-22 19:03 ` [PATCH] asm, x86: " Konrad Rzeszutek Wilk
2015-01-22 20:04 ` Konrad Rzeszutek Wilk
2015-01-23 11:25 ` Jan Beulich
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=54C12D8C.50604@citrix.com \
--to=andrew.cooper3@citrix.com \
--cc=JBeulich@suse.com \
--cc=konrad.wilk@oracle.com \
--cc=xen-devel@lists.xenproject.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.