From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian.Jackson@citrix.com, Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: [PATCH v13 0/5] Implement vcpu soft affinity for credit1 (toolstack side, leftover)
Date: Tue, 29 Jul 2014 18:06:07 +0200 [thread overview]
Message-ID: <20140729154800.26348.83769.stgit@Solace> (raw)
Hello again,
Here it is v13, in which I changed patch 2 as requested during v12 review.
git://xenbits.xen.org/people/dariof/xen.git numa/per-vcpu-affinity-v13
http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/numa/per-vcpu-affinity-v13
Ack missing on patch 2 only.
Thanks and Regards,
Dario
---
Dario Faggioli (5):
xl: enable getting and setting soft affinity
xl: move away from the use of cpumap for hard affinity
xl: move the vcpu affinity parsing in a function
libxl/xl: make it possible to specify soft-affinity in domain config file
libxl: automatic NUMA placement affects soft affinity
docs/man/xl.cfg.pod.5 | 54 ++++++--
docs/man/xl.pod.1 | 32 ++++-
docs/misc/xl-numa-placement.markdown | 14 ++
tools/libxl/libxl.h | 3
tools/libxl/libxl_create.c | 15 ++
tools/libxl/libxl_dom.c | 69 ++++++++--
tools/libxl/libxl_types.idl | 1
tools/libxl/xl_cmdimpl.c | 231 +++++++++++++++++++++++-----------
tools/libxl/xl_cmdtable.c | 2
9 files changed, 302 insertions(+), 119 deletions(-)
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
next reply other threads:[~2014-07-29 16:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-29 16:06 Dario Faggioli [this message]
2014-07-29 16:06 ` [PATCH v13 1/5] xl: enable getting and setting soft affinity Dario Faggioli
2014-07-29 16:06 ` [PATCH v13 2/5] xl: move away from the use of cpumap for hard affinity Dario Faggioli
2014-07-29 16:06 ` [PATCH v13 3/5] xl: move the vcpu affinity parsing in a function Dario Faggioli
2014-07-29 16:06 ` [PATCH v13 4/5] libxl/xl: make it possible to specify soft-affinity in domain config file Dario Faggioli
2014-07-29 16:07 ` [PATCH v13 5/5] libxl: automatic NUMA placement affects soft affinity Dario Faggioli
2014-07-30 11:59 ` [PATCH v13 0/5] Implement vcpu soft affinity for credit1 (toolstack side, leftover) Ian Campbell
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=20140729154800.26348.83769.stgit@Solace \
--to=dario.faggioli@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).