Re: [Xen-devel] [PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity

2015-01-04 Thread Justin Weaver
Dario, Thank you for the initial feedback! > First of all, this is, overall, a really good submission. The only thing > you need to add is a few references. > > For example, you already sent something in the past (an RFC, IIRC). > Mention it in the cover letter (I personally also add a link to th

Re: [Xen-devel] [PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity

2015-01-02 Thread Dario Faggioli
On Sat, 2014-11-29 at 14:33 -1000, Justin T. Weaver wrote: > Hello, > Hi Justin, First of all, this is, overall, a really good submission. The only thing you need to add is a few references. For example, you already sent something in the past (an RFC, IIRC). Mention it in the cover letter (I per

[Xen-devel] [PATCH 0/2] Credit2: introduce per-vcpu hard and soft affinity

2014-11-29 Thread Justin T. Weaver
Hello, The credit2 scheduler currently ignores per-vcpu hard and soft affinity masks. The first patch updates the scheduler to ensure that vcpus only run on pcpus on which they are allowed to run (hard affinity). The second patch updates the scheduler to make more informed run queue assignment d