Re: [Xen-devel] [PATCH 16/16] xen: sched: implement vcpu hard affinity in Credit2

2016-04-05 Thread Dario Faggioli
On Thu, 2016-03-24 at 15:42 +, George Dunlap wrote: > On Fri, Mar 18, 2016 at 7:06 PM, Dario Faggioli > wrote: > > > > From: Justin Weaver > >  > > Signed-off-by: Justin Weaver > > Signed-off-by: Dario Faggioli > Just checking, are the main changes between this patch and the v4 > that > Ju

Re: [Xen-devel] [PATCH 16/16] xen: sched: implement vcpu hard affinity in Credit2

2016-03-24 Thread George Dunlap
On Fri, Mar 18, 2016 at 7:06 PM, Dario Faggioli wrote: > From: Justin Weaver > > as it was still missing. > > Note that this patch "only" implements hard affinity, > i.e., the possibility of specifying on what pCPUs a > certain vCPU can run. Soft affinity (which express a > preference for vCPUs t

[Xen-devel] [PATCH 16/16] xen: sched: implement vcpu hard affinity in Credit2

2016-03-18 Thread Dario Faggioli
From: Justin Weaver as it was still missing. Note that this patch "only" implements hard affinity, i.e., the possibility of specifying on what pCPUs a certain vCPU can run. Soft affinity (which express a preference for vCPUs to run on certain pCPUs) is still not supported by Credit2, even after