All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
@ 2014-06-18 14:27 Dario Faggioli
  2014-06-18 14:27 ` [PATCH v9 1/9] libxc/libxl: bump library SONAMEs Dario Faggioli
                   ` (8 more replies)
  0 siblings, 9 replies; 34+ messages in thread
From: Dario Faggioli @ 2014-06-18 14:27 UTC (permalink / raw)
  To: xen-devel
  Cc: Ian.Jackson, George.Dunlap, Wei Liu, Ian.Campbell, Andrew.Cooper3

Hi!

And here it comes v9, which only includes the tools side fo the thing, as Jan
already applied the hypervisor part of the series during v8 (thanks!).

The only thing that changed from v8, is that I now, while deprecating the
cpumap field of libxl_build_info, I am still honouring it's content in libxl,
to maintain compatibility with old applications, as pointed out by Ian and Wei.

Patches in need of review and acks are the ones marked with '*' in the below
summary.

This is available in form of a git tree here:
 git://xenbits.xen.org/people/dariof/xen.git numa/per-vcpu-affinity-v9

Regards,
Dario
---
Dario Faggioli (8):
      libxc/libxl: bump library SONAMEs
      libxc: get and set soft and hard affinity
      libxl: get and set soft affinity
   *  xl: enable getting and setting soft affinity
   *  libxl/xl: deprecate the build_info->cpumap field
   *  xl: move the vcpu affinity parsing in a function
   *  libxl/xl: enable for specifying soft-affinity in the config file
      libxl: automatic NUMA placement affects soft affinity

Wei Liu (1):
   *  libxl/xl: push VCPU affinity pinning down to libxl


 docs/man/xl.cfg.pod.5                |   50 +++++--
 docs/man/xl.pod.1                    |   32 +++-
 docs/misc/xl-numa-placement.markdown |   14 ++
 tools/libxc/Makefile                 |    2 
 tools/libxc/xc_domain.c              |   68 ++++++---
 tools/libxc/xenctrl.h                |   55 +++++++-
 tools/libxl/Makefile                 |    2 
 tools/libxl/libxl.c                  |   97 ++++++++++++-
 tools/libxl/libxl.h                  |   55 +++++++-
 tools/libxl/libxl_dom.c              |   63 ++++++++-
 tools/libxl/libxl_types.idl          |   12 +-
 tools/libxl/libxl_utils.h            |   25 +++
 tools/libxl/xl_cmdimpl.c             |  246 ++++++++++++++++++----------------
 tools/libxl/xl_cmdtable.c            |    2 
 tools/ocaml/libs/xc/xenctrl_stubs.c  |    8 +
 tools/python/xen/lowlevel/xc/xc.c    |    6 +
 16 files changed, 541 insertions(+), 196 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] 34+ messages in thread

end of thread, other threads:[~2014-06-20 12:01 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-18 14:27 [PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side) Dario Faggioli
2014-06-18 14:27 ` [PATCH v9 1/9] libxc/libxl: bump library SONAMEs Dario Faggioli
2014-06-18 14:27 ` [PATCH v9 2/9] libxc: get and set soft and hard affinity Dario Faggioli
2014-06-18 14:28 ` [PATCH v9 3/9] libxl: get and set soft affinity Dario Faggioli
2014-06-18 14:28 ` [PATCH v9 4/9] xl: enable getting and setting " Dario Faggioli
2014-06-18 15:37   ` Ian Campbell
2014-06-18 14:28 ` [PATCH v9 5/9] libxl/xl: push VCPU affinity pinning down to libxl Dario Faggioli
2014-06-18 15:44   ` Ian Campbell
2014-06-18 16:32     ` Dario Faggioli
2014-06-18 16:46       ` Ian Campbell
2014-06-18 17:00         ` Dario Faggioli
2014-06-20  8:17   ` Dario Faggioli
2014-06-20  8:58     ` Wei Liu
2014-06-20 12:01       ` Dario Faggioli
2014-06-18 14:28 ` [PATCH v9 6/9] libxl/xl: deprecate the build_info->cpumap field Dario Faggioli
2014-06-18 15:09   ` Wei Liu
2014-06-18 16:40     ` Dario Faggioli
2014-06-19 11:06       ` Wei Liu
2014-06-19 14:00         ` Dario Faggioli
2014-06-19 14:18           ` Wei Liu
2014-06-18 15:53   ` Ian Campbell
2014-06-18 16:26     ` Dario Faggioli
2014-06-18 16:44       ` Ian Campbell
2014-06-18 17:11         ` Dario Faggioli
2014-06-19  9:07           ` Dario Faggioli
2014-06-18 14:28 ` [PATCH v9 7/9] xl: move the vcpu affinity parsing in a function Dario Faggioli
2014-06-18 15:55   ` Ian Campbell
2014-06-18 14:28 ` [PATCH v9 8/9] libxl/xl: enable for specifying soft-affinity in the config file Dario Faggioli
2014-06-18 16:00   ` Ian Campbell
2014-06-18 17:02     ` Dario Faggioli
2014-06-18 14:28 ` [PATCH v9 9/9] libxl: automatic NUMA placement affects soft affinity Dario Faggioli
2014-06-19 17:33   ` Dario Faggioli
2014-06-19 17:42     ` Wei Liu
2014-06-20  7:18       ` 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.