Re: [Xen-devel] [PATCH RESEND 3/4] xen: sched: improve checking soft-affinity

2018-03-21 Thread Dario Faggioli
On Wed, 2018-03-21 at 15:24 +, George Dunlap wrote: > > If you're OK with those changes, > I am cool with every one of them. > I can make them on check-in (as well as > changing your email address) > And thanks for this as well, Dario -- <> (Raistlin Majere) ---

Re: [Xen-devel] [PATCH RESEND 3/4] xen: sched: improve checking soft-affinity

2018-03-21 Thread George Dunlap
On 03/15/2018 06:35 PM, Dario Faggioli wrote: > From: Dario Faggioli > > Whether or not a vCPU has a soft-affinity which is > effective, i.e., with the power of actually affecting > the scheduling of the vCPU itself, happens in an > helper function, called has_soft_affinity(). This is a bit conf

[Xen-devel] [PATCH RESEND 3/4] xen: sched: improve checking soft-affinity

2018-03-15 Thread Dario Faggioli
From: Dario Faggioli Whether or not a vCPU has a soft-affinity which is effective, i.e., with the power of actually affecting the scheduling of the vCPU itself, happens in an helper function, called has_soft_affinity(). Such function takes a custom cpumask as its third parameter, for better flex