Re: [Xen-devel] [RFC PATCH v4] xen: credit2: provide custom option to create runqueue

2017-09-05 Thread Dario Faggioli
On Fri, 2017-06-09 at 18:41 +0200, Dario Faggioli wrote: > Hey Praveen, > Hey, hello again! > Here we are, sorry for the delay. > So, about this patch... I haven't seen a new version (or did I perhaps miss it?). I'm asking because I do have it half done myself, and it would not take too much ti

Re: [Xen-devel] [RFC PATCH v4] xen: credit2: provide custom option to create runqueue

2017-06-09 Thread Dario Faggioli
Hey Praveen, Here we are, sorry for the delay. On Wed, 2017-04-19 at 23:15 +0530, Praveen Kumar wrote: > index 33e54aef63..f2ee4ad972 100644 > --- a/docs/misc/xen-command-line.markdown > +++ b/docs/misc/xen-command-line.markdown > @@ -525,7 +525,7 @@ also slow in responding to load changes. >  Th

Re: [Xen-devel] [RFC PATCH v4] xen: credit2: provide custom option to create runqueue

2017-06-02 Thread Praveen Kumar
Hi, Can you please provide comments on the shared patch. Thanks in advance. Regards, ~Praveen. On Wed, 2017-04-19 at 23:15 +0530, Praveen Kumar wrote: > The patch introduces a new, very flexible way of arranging runqueues > in Credit2. > It allows to specify, explicitly and precisely, what pCPU

[Xen-devel] [RFC PATCH v4] xen: credit2: provide custom option to create runqueue

2017-04-19 Thread Praveen Kumar
The patch introduces a new, very flexible way of arranging runqueues in Credit2. It allows to specify, explicitly and precisely, what pCPUs should belong to which runqueue. Signed-off-by: Praveen Kumar --- docs/misc/xen-command-line.markdown | 10 ++- xen/common/sched_credit2.c | 167 +