Displaying 1 result from an estimated 1 matches for "cpu_soft_affinity".
2013 Dec 14
0
[PATCH v2] xen: sched: introduce hard and soft affinity in credit 2 scheduler
...efined as half of
CSCHED_CREDIT_INIT, but more testing is needed to determine the best value)
then it is chosen instead.
This patch depends on Dario Faggioli''s patch set "Implement vcpu soft
affinity for credit1" currently in version 5 for vcpu->cpu_hard_affinity
and vcpu->cpu_soft_affinity defined in sched.h.
---
Changes since v1:
* fixed the check for soft affinity by adding a check for a
full cpu_soft_affinity mask
---
xen/common/sched_credit2.c | 32 +++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/xen/common/sched_credit2.c b...