All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dario Faggioli <dario.faggioli@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: George Dunlap <george.dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Anshul Makkar <anshul.makkar@citrix.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [PATCH v3 0/7] xen: credit2: improve style, and tracing; fix two bugs
Date: Tue, 28 Feb 2017 12:51:53 +0100	[thread overview]
Message-ID: <148828109243.26730.2771577013485070217.stgit@Solace.fritz.box> (raw)

Hello

This is v3 of the still uncommitted patches of this series. I believe I have
either responded to or addressed all the review comments. See the individual
changelogs for more details.

Previous versions are here:
 v2 https://lists.xen.org/archives/html/xen-devel/2017-02/msg01027.html
 v1 https://lists.xen.org/archives/html/xen-devel/2017-01/msg02837.html

The patches which actually fixes the behavioral issues have become, in this
series, patch 4 and patch 5.

Patches that already have all the needed acks to go in are marked with '*' in
the series summary below.

There is a git branch here:
 git://xenbits.xen.org/people/dariof/xen.git rel/sched/credit2-style-tracing-accounting-v3
 https://travis-ci.org/fdario/xen/builds/206143142

Thanks and Regards,
Dario
---
Dario Faggioli (7):
   xen: credit2: make accessor helpers inline functions instead of macros
 * xen: credit2: tidy up functions names by removing leading '__'.
   xen: credit2: group the runq manipulating functions.
 * xen: credit2: always mark a tickled pCPU as... tickled!
 * xen: credit2: don't miss accounting while doing a credit reset.
 * xen/tools: tracing: trace (Credit2) runq traversal.
   xen/tools: tracing: Report next slice time when continuing as well as switching

 tools/xentrace/formats     |    4 
 tools/xentrace/xenalyze.c  |   32 ++
 xen/common/sched_credit2.c |  714 +++++++++++++++++++++++---------------------
 xen/common/schedule.c      |    4 
 xen/include/public/trace.h |    1 
 5 files changed, 415 insertions(+), 340 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@lists.xen.org
https://lists.xen.org/xen-devel

             reply	other threads:[~2017-02-28 11:52 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-28 11:51 Dario Faggioli [this message]
2017-02-28 11:52 ` [PATCH v3 1/7] xen: credit2: make accessor helpers inline functions instead of macros Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 2/7] xen: credit2: tidy up functions names by removing leading '__' Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 3/7] xen: credit2: group the runq manipulating functions Dario Faggioli
2017-02-28 13:55   ` Andrew Cooper
2017-02-28 14:34     ` Dario Faggioli
2017-03-01 13:03       ` Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 4/7] xen: credit2: always mark a tickled pCPU as... tickled! Dario Faggioli
2017-03-01  9:35   ` Jan Beulich
2017-03-01 13:07     ` Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 5/7] xen: credit2: don't miss accounting while doing a credit reset Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 6/7] xen/tools: tracing: trace (Credit2) runq traversal Dario Faggioli
2017-02-28 11:52 ` [PATCH v3 7/7] xen/tools: tracing: Report next slice time when continuing as well as switching 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=148828109243.26730.2771577013485070217.stgit@Solace.fritz.box \
    --to=dario.faggioli@citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anshul.makkar@citrix.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=jbeulich@suse.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 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.