xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Dario Faggioli <dfaggioli@suse.com>
To: xen-devel@lists.xenproject.org
Cc: Juergen Gross <jgross@suse.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Wei Liu <wei.liu2@citrix.com>,
	George Dunlap <george.dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
	Jan Beulich <jbeulich@suse.com>
Subject: [PATCH v3 0/4] xen/tools: sched: Credit1: improve handling of vCPU migration delay
Date: Thu, 15 Mar 2018 18:51:14 +0100	[thread overview]
Message-ID: <152113608271.4918.9160597572418705851.stgit@Palanthas.fritz.box> (raw)

Hi,

Version 3 of this series.

v2:
 https://lists.xenproject.org/archives/html/xen-devel/2018-02/msg02177.html
v1:
 https://lists.xenproject.org/archives/html/xen-devel/2018-02/msg02029.html

I think I've addressed all the review comments (basically, the time conversion issues spotted by George).
Sorry it took a bit, was otherwise engaged.

Updated branches:

 git://xenbits.xen.org/people/dariof/xen.git rel/sched/credit/vcpu_migr_delay_percpool-v3
 http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/rel/sched/credit/vcpu_migr_delay_percpool-v3
Or:
 https://github.com/fdario/xen/tree/rel/sched/credit/vcpu_migr_delay_percpool-v3

Travis is all green :-)
 https://travis-ci.org/fdario/xen/builds/353917909

Regards,
Dario
---
Dario Faggioli (4):
      xen: sched/credit1: make vcpu_migration_delay per-cpupool
      tools: libxl/xl: allow to get/set Credit1's vcpu_migration_delay
      tools: xenpm: continue to support {set,get}-vcpu-migration-delay
      xen/libxc: suppress direct access to Credit1's migration delay

 docs/man/xl.pod.1.in          |   11 +++++++++
 tools/libxc/include/xenctrl.h |    2 --
 tools/libxc/xc_pm.c           |   30 ------------------------
 tools/libxl/libxl.h           |    7 ++++++
 tools/libxl/libxl_sched.c     |    9 +++++++
 tools/libxl/libxl_types.idl   |    1 +
 tools/misc/xenpm.c            |   22 ++++++++++++++----
 tools/xl/xl_cmdtable.c        |    1 +
 tools/xl/xl_sched.c           |   23 +++++++++++++-----
 xen/common/sched_credit.c     |   51 +++++++++++++++++++++++------------------
 xen/drivers/acpi/pmstat.c     |   12 ----------
 xen/include/public/sysctl.h   |   10 ++++++--
 xen/include/xen/sched.h       |    3 --
 13 files changed, 98 insertions(+), 84 deletions(-)
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Software Engineer @ SUSE https://www.suse.com/

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

             reply	other threads:[~2018-03-15 17:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 17:51 Dario Faggioli [this message]
2018-03-15 17:51 ` [PATCH v3 1/4] xen: sched/credit1: make vcpu_migration_delay per-cpupool Dario Faggioli
2018-03-21 16:24   ` George Dunlap
2018-03-15 17:51 ` [PATCH v3 2/4] tools: libxl/xl: allow to get/set Credit1's vcpu_migration_delay Dario Faggioli
2018-03-21 16:08   ` George Dunlap
2018-03-15 17:51 ` [PATCH v3 3/4] tools: xenpm: continue to support {set, get}-vcpu-migration-delay Dario Faggioli
2018-03-15 17:51 ` [PATCH v3 4/4] xen/libxc: suppress direct access to Credit1's migration delay Dario Faggioli
2018-03-16 10:52   ` Jan Beulich
2018-03-21 16:18   ` George Dunlap
2018-03-21 15:28 ` [PATCH v3 0/4] xen/tools: sched: Credit1: improve handling of vCPU " Wei Liu

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=152113608271.4918.9160597572418705851.stgit@Palanthas.fritz.box \
    --to=dfaggioli@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=jgross@suse.com \
    --cc=sstabellini@kernel.org \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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).