Re: [Xen-devel] [PATCH v4] xen: sched_rt: print useful affinity info when dumping

2015-06-01 Thread George Dunlap
On 05/12/2015 03:06 PM, Dario Faggioli wrote: > In fact, printing the cpupool's CPU online mask > for each vCPU is just redundant, as that is the > same for all the vCPUs of all the domains in the > same cpupool, while hard affinity is already part > of the output of dumping domains info. > > Inst

Re: [Xen-devel] [PATCH v4] xen: sched_rt: print useful affinity info when dumping

2015-05-12 Thread Meng Xu
> >> 2015-05-12 10:06 GMT-04:00 Dario Faggioli : > >> > --- a/xen/common/sched_rt.c >> > +++ b/xen/common/sched_rt.c >> > @@ -124,6 +124,24 @@ >> > #define TRC_RTDS_BUDGET_REPLENISH TRC_SCHED_CLASS_EVT(RTDS, 4) >> > #define TRC_RTDS_SCHED_TASKLETTRC_SCHED_CLASS_EVT(RTDS, 5) >> > >> > + /* >>

Re: [Xen-devel] [PATCH v4] xen: sched_rt: print useful affinity info when dumping

2015-05-12 Thread Dario Faggioli
On Tue, 2015-05-12 at 12:01 -0400, Meng Xu wrote: > Hi Dario, > Hi, > 2015-05-12 10:06 GMT-04:00 Dario Faggioli : > > --- a/xen/common/sched_rt.c > > +++ b/xen/common/sched_rt.c > > @@ -124,6 +124,24 @@ > > #define TRC_RTDS_BUDGET_REPLENISH TRC_SCHED_CLASS_EVT(RTDS, 4) > > #define TRC_RTDS_SCH

Re: [Xen-devel] [PATCH v4] xen: sched_rt: print useful affinity info when dumping

2015-05-12 Thread Meng Xu
Hi Dario, 2015-05-12 10:06 GMT-04:00 Dario Faggioli : > In fact, printing the cpupool's CPU online mask > for each vCPU is just redundant, as that is the > same for all the vCPUs of all the domains in the > same cpupool, while hard affinity is already part > of the output of dumping domains info.

[Xen-devel] [PATCH v4] xen: sched_rt: print useful affinity info when dumping

2015-05-12 Thread Dario Faggioli
In fact, printing the cpupool's CPU online mask for each vCPU is just redundant, as that is the same for all the vCPUs of all the domains in the same cpupool, while hard affinity is already part of the output of dumping domains info. Instead, print the intersection between hard affinity and online