From: Dario Faggioli <dario.faggioli@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Subject: [PATCH v2 0/5] Improving dumping of scheduler related info
Date: Tue, 17 Mar 2015 16:32:41 +0100 [thread overview]
Message-ID: <20150317152615.9867.48676.stgit@Solace.station> (raw)
Take 2. Some of the patches have been checked-in already, so here's what's
remaining:
- fix a bug in the RTDS scheduler (patch 1),
- improve how the whole process of dumping scheduling info is serialized,
by moving all locking code into specific schedulers (patch 2),
- print more useful scheduling related information (patches 3, 4 and 5).
Git branch here:
git://xenbits.xen.org/people/dariof/xen.git rel/sched/dump-v2
http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/rel/sched/dump-v2
I think I addressed all the comments raised upon v1. More details in the
changelogs of the various patches.
Thanks and Regards,
Dario
---
Dario Faggioli (5):
xen: sched_rt: avoid ASSERT()ing on runq dump if there are no domains
xen: rework locking for dump of scheduler info (debug-key r)
xen: print online pCPUs and free pCPUs when dumping
xen: sched_credit2: more info when dumping
xen: sched_rt: print useful affinity info when dumping
xen/common/cpupool.c | 12 +++++++++
xen/common/sched_credit.c | 42 ++++++++++++++++++++++++++++++-
xen/common/sched_credit2.c | 53 +++++++++++++++++++++++++++++++++-------
xen/common/sched_rt.c | 59 ++++++++++++++++++++++++++++++++------------
xen/common/sched_sedf.c | 16 ++++++++++++
xen/common/schedule.c | 5 +---
6 files changed, 157 insertions(+), 30 deletions(-)
next reply other threads:[~2015-03-17 15:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 15:32 Dario Faggioli [this message]
2015-03-17 15:32 ` [PATCH v2 1/5] xen: sched_rt: avoid ASSERT()ing on runq dump if there are no domains Dario Faggioli
2015-03-17 15:33 ` [PATCH v2 2/5] xen: rework locking for dump of scheduler info (debug-key r) Dario Faggioli
2015-03-30 13:34 ` George Dunlap
2015-03-17 15:33 ` [PATCH v2 3/5] xen: print online pCPUs and free pCPUs when dumping Dario Faggioli
2015-03-18 4:29 ` Juergen Gross
2015-03-18 11:03 ` Jan Beulich
2015-03-18 11:26 ` Dario Faggioli
2015-03-17 15:33 ` [PATCH v2 4/5] xen: sched_credit2: more info " Dario Faggioli
2015-03-17 15:33 ` [PATCH v2 5/5] xen: sched_rt: print useful affinity " Dario Faggioli
2015-03-18 1:09 ` Meng Xu
2015-03-30 13:47 ` George Dunlap
2015-03-31 16:58 ` Dario Faggioli
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=20150317152615.9867.48676.stgit@Solace.station \
--to=dario.faggioli@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 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.