All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <juergen.gross@ts.fujitsu.com>
To: 周理科 <likechou@gmail.com>
Cc: xen-devel@lists.xen.org
Subject: Re: strange phenomenon on CPU affinity
Date: Fri, 15 Mar 2013 14:36:16 +0100	[thread overview]
Message-ID: <514323D0.40608@ts.fujitsu.com> (raw)
In-Reply-To: <CAEwLiOkBGG1oeV76+LQGBKUMO9X3pK0NR2RYVAky+3a+stXdjw@mail.gmail.com>

On 15.03.2013 10:08, 周理科 wrote:
> Hello,
>       My testing machine has 2 quad-core CPU (It supports hyperthreading, but i
> disable it in BIOS). I uses Xen 4.0.1 as the hypervisor. When I use 8 VMs to
> conduct a test, CPU affinity of the VMs is very strange. Like this:
>
> vm_name  vcpu_num  cpu_affinity
> Domain-0    8      any
> VM1            4      1,3,5,7
> VM2            4      1,3,5,7
> VM3            4      1,3,5,7
> VM4            4      1,3,5,7
> VM5            4      1,3,5,7
> VM6            4      0,2,4,6
> VM7            4      0,2,4,6
> VM8            4      0,2,4,6
>
> I do not set the CPU affinity in the configuration file, and I cannot find when
> the hypervisor set the CPU affinity in the source code. In this situation, 4
> VCPUs of each VM are binding to 4 PCPUs permanently, and 5 VMs run on a set of
> PCPUs, and others run on the other set of PCPUs. It is unfair to these VMs.

I'd suspect NUMA optimization. xend tries to optimize domain placement by
pinning the vcpus of the domains to cores in the same NUMA domain. Normally
the overall performance is better with this optimization. You can disable it
by specifying

numa=off

as an additional xen boot parameter for the hypervisor (not the dom0 kernel).
You can see whether you have NUMA active with

xm info

It will display line(s) like:

node_to_cpu            : node0:0-3

If you see multiple nodes you have NUMA active.


Juergen

-- 
Juergen Gross                 Principal Developer Operating Systems
PBG PDG ES&S SWE OS6                   Telephone: +49 (0) 89 3222 2967
Fujitsu Technology Solutions              e-mail: juergen.gross@ts.fujitsu.com
Domagkstr. 28                           Internet: ts.fujitsu.com
D-80807 Muenchen                 Company details: ts.fujitsu.com/imprint.html

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2013-03-15 13:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-15  9:08 strange phenomenon on CPU affinity 周理科
2013-03-15 13:36 ` Juergen Gross [this message]
2013-03-15 14:17   ` Like Zhou

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=514323D0.40608@ts.fujitsu.com \
    --to=juergen.gross@ts.fujitsu.com \
    --cc=likechou@gmail.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.