Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-29 Thread Dario Faggioli
On Tue, 2016-03-29 at 13:13 -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Mar 29, 2016 at 06:59:15PM +0200, Dario Faggioli wrote: > > On Fri, 2016-03-25 at 13:07 -0500, Chong Li wrote: > > > Ok. I've already fixed all problems pointed out by George and > > > Jan. > > > > > > Dario and Meng, do you

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-29 Thread Konrad Rzeszutek Wilk
On Tue, Mar 29, 2016 at 06:59:15PM +0200, Dario Faggioli wrote: > On Fri, 2016-03-25 at 13:07 -0500, Chong Li wrote: > > Ok. I've already fixed all problems pointed out by George and Jan. > > > > Dario and Meng, do you have any other comments on this patch? > > > Ok, I've looked at the patch and

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-29 Thread Dario Faggioli
On Fri, 2016-03-25 at 13:07 -0500, Chong Li wrote: > Ok. I've already fixed all problems pointed out by George and Jan. > > Dario and Meng, do you have any other comments on this patch? > Ok, I've looked at the patch and no, I don't have any further comments on this patch (and it looks to me you

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-29 Thread Dario Faggioli
On Fri, 2016-03-25 at 13:07 -0500, Chong Li wrote: > Ok. I've already fixed all problems pointed out by George and Jan. > > Dario and Meng, do you have any other comments on this patch? > Hey, Sorry for the delay... busy, and then public holidays... I'll look at this series later today. Regards

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-25 Thread Chong Li
On Mon, Mar 21, 2016 at 11:25 AM, Jan Beulich wrote: On 21.03.16 at 17:03, wrote: >> On Mon, Mar 21, 2016 at 10:49 AM, Jan Beulich wrote: >> On 21.03.16 at 16:18, wrote: On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: On 18.03.16 at 22:26, wrote: >> --- a/xen/in

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread Jan Beulich
>>> On 21.03.16 at 17:03, wrote: > On Mon, Mar 21, 2016 at 10:49 AM, Jan Beulich wrote: > On 21.03.16 at 16:18, wrote: >>> On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: >>> On 18.03.16 at 22:26, wrote: > --- a/xen/include/public/domctl.h > +++ b/xen/include/public/domctl.

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread Chong Li
On Mon, Mar 21, 2016 at 10:49 AM, Jan Beulich wrote: On 21.03.16 at 16:18, wrote: >> On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: >> On 18.03.16 at 22:26, wrote: --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -338,24 +338,64 @@ DEFINE_XEN_G

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread Jan Beulich
>>> On 21.03.16 at 16:18, wrote: > On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: > On 18.03.16 at 22:26, wrote: >>> --- a/xen/include/public/domctl.h >>> +++ b/xen/include/public/domctl.h >>> @@ -338,24 +338,64 @@ DEFINE_XEN_GUEST_HANDLE(xen_domctl_max_vcpus_t); >>> #define XEN_SCHEDU

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread George Dunlap
On 21/03/16 15:18, Chong Li wrote: > On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: > On 18.03.16 at 22:26, wrote: >>> Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls >>> to independently get and set the scheduling parameters of each >>> vCPU of a domain >>> >>> Signed-off

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread Chong Li
On Mon, Mar 21, 2016 at 8:35 AM, Jan Beulich wrote: On 18.03.16 at 22:26, wrote: >> Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls >> to independently get and set the scheduling parameters of each >> vCPU of a domain >> >> Signed-off-by: Chong Li >> Signed-off-by: Meng Xu >

Re: [Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-21 Thread Jan Beulich
>>> On 18.03.16 at 22:26, wrote: > Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls > to independently get and set the scheduling parameters of each > vCPU of a domain > > Signed-off-by: Chong Li > Signed-off-by: Meng Xu > Signed-off-by: Sisu Xi > > --- > Changes on PATCH v7: >

[Xen-devel] [PATCH v8 for Xen 4.7 1/4] xen: enable per-VCPU parameter for RTDS

2016-03-19 Thread Chong Li
Add XEN_DOMCTL_SCHEDOP_getvcpuinfo and _putvcpuinfo hypercalls to independently get and set the scheduling parameters of each vCPU of a domain Signed-off-by: Chong Li Signed-off-by: Meng Xu Signed-off-by: Sisu Xi --- Changes on PATCH v7: 1) A bug in case XEN_DOMCTL_SCHEDOP_getinfo (in Xen 4.6)