[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v9 0/9] Implement vcpu soft affinity for credit1 (toolstack side)
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) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |