Re: [Xen-devel] [PATCH v4 5/7] xen: credit2: group the runq manipulating functions.

2017-03-01 Thread Dario Faggioli
On Wed, 2017-03-01 at 16:41 +, George Dunlap wrote: > On 01/03/17 14:53, Dario Faggioli wrote: > > @@ -590,7 +590,7 @@ static s_time_t c2t(struct > > csched2_runqueue_data *rqd, s_time_t credit, struct c > >  } > >   > >  /* > > - * Runqueue related code > > + * Runqueue related code. > > You

Re: [Xen-devel] [PATCH v4 5/7] xen: credit2: group the runq manipulating functions.

2017-03-01 Thread George Dunlap
On 01/03/17 14:53, Dario Faggioli wrote: > So that they're all close among each other, and > also near to the comment describing the runqueue > organization (which is also moved). > > No functional change intended. > > Signed-off-by: Dario Faggioli > --- > Cc: George Dunlap > Cc: Anshul Makkar

[Xen-devel] [PATCH v4 5/7] xen: credit2: group the runq manipulating functions.

2017-03-01 Thread Dario Faggioli
So that they're all close among each other, and also near to the comment describing the runqueue organization (which is also moved). No functional change intended. Signed-off-by: Dario Faggioli --- Cc: George Dunlap Cc: Anshul Makkar --- Changes from v3: * fix a typo in the changelog. Changes