xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] xen: credit2: improve style, and tracing; fix two bugs
@ 2017-02-28 11:51 Dario Faggioli
  2017-02-28 11:52 ` [PATCH v3 1/7] xen: credit2: make accessor helpers inline functions instead of macros Dario Faggioli
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Dario Faggioli @ 2017-02-28 11:51 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap, Andrew Cooper, Anshul Makkar, Jan Beulich

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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-03-01 13:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-28 11:51 [PATCH v3 0/7] xen: credit2: improve style, and tracing; fix two bugs Dario Faggioli
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

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).