[Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-26 Thread Dario Faggioli
and update them from Credit2 and RTDS schedulers. Signed-off-by: Dario Faggioli Cc: Meng Xu Cc: George Dunlap Cc: Jan Beulich Cc: Keir Fraser --- xen/common/sched_credit2.c |2 ++ xen/common/sched_rt.c|2 ++ xen/include/xen/perfc_defn.h |4 ++-- 3 files changed, 6 inser

Re: [Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-26 Thread Dario Faggioli
On Thu, 2015-02-26 at 15:22 +, Jan Beulich wrote: > >>> On 26.02.15 at 14:37, wrote: > > --- a/xen/common/sched_credit2.c > > +++ b/xen/common/sched_credit2.c > > @@ -571,9 +571,11 @@ tickle: > >(unsigned char *)&d); > > } > > cpumask_set_cpu(ipid, &rqd->tickled);

Re: [Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-26 Thread Jan Beulich
>>> On 26.02.15 at 14:37, wrote: > --- a/xen/common/sched_credit2.c > +++ b/xen/common/sched_credit2.c > @@ -571,9 +571,11 @@ tickle: >(unsigned char *)&d); > } > cpumask_set_cpu(ipid, &rqd->tickled); > +SCHED_STAT_CRANK(tickle_idlers_some); > cpu_raise_softi

Re: [Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-26 Thread Meng Xu
2015-02-26 8:37 GMT-05:00 Dario Faggioli : > and update them from Credit2 and RTDS schedulers. > > Signed-off-by: Dario Faggioli > Cc: Meng Xu > Cc: George Dunlap > Cc: Jan Beulich > Cc: Keir Fraser > --- > xen/common/sched_credit2.c |2 ++ > xen/common/sched_rt.c|2 ++ > x

Re: [Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-27 Thread Dario Faggioli
On Fri, 2015-02-27 at 00:47 -0500, Meng Xu wrote: > 2015-02-26 8:37 GMT-05:00 Dario Faggioli : > and update them from Credit2 and RTDS schedulers. > > Signed-off-by: Dario Faggioli > Cc: Meng Xu > Cc: George Dunlap > Cc: Jan Beulich > Cc

Re: [Xen-devel] [PATCH 3/4] xen: sched: make counters for vCPU tickling generic

2015-02-27 Thread Meng Xu
2015-02-27 5:53 GMT-05:00 Dario Faggioli : > On Fri, 2015-02-27 at 00:47 -0500, Meng Xu wrote: > >> 2015-02-26 8:37 GMT-05:00 Dario Faggioli : >> and update them from Credit2 and RTDS schedulers. >> >> Signed-off-by: Dario Faggioli >> Cc: Meng Xu >> Cc: George Dunl