All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/5] Implement vcpu soft affinity for credit1 (toolstack side, leftover)
@ 2014-07-22 15:45 Dario Faggioli
  2014-07-22 15:45 ` [PATCH v12 1/5] xl: enable getting and setting soft affinity Dario Faggioli
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Dario Faggioli @ 2014-07-22 15:45 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Jackson, Wei Liu, Ian Campbell

Here it comes another round! :-)

The only relevant comment on v11 was to keep the parsing and handling of the
string and list variants (for specifying affinities) separated, instead of
having them sharing the code. This is what this new version of the series does.

Ack-s are missing from patches 2 and 4.

A branch is available here:
 git://xenbits.xen.org/people/dariof/xen.git  numa/per-vcpu-affinity-v12
 http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/numa/per-vcpu-affinity-v12

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)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-07-24 14:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22 15:45 [PATCH v12 0/5] Implement vcpu soft affinity for credit1 (toolstack side, leftover) Dario Faggioli
2014-07-22 15:45 ` [PATCH v12 1/5] xl: enable getting and setting soft affinity Dario Faggioli
2014-07-22 15:45 ` [PATCH v12 2/5] xl: move away from the use of cpumap for hard affinity Dario Faggioli
2014-07-24 14:44   ` Ian Campbell
2014-07-22 15:46 ` [PATCH v12 3/5] xl: move the vcpu affinity parsing in a function Dario Faggioli
2014-07-22 15:46 ` [PATCH v12 4/5] libxl/xl: make it possible to specify soft-affinity in domain config file Dario Faggioli
2014-07-24 14:46   ` Ian Campbell
2014-07-22 15:46 ` [PATCH v12 5/5] libxl: automatic NUMA placement affects soft affinity Dario Faggioli

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.