Re: [Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2016-01-05 Thread Tianyang Chen
On 1/4/2016 9:36 AM, Dario Faggioli wrote: On Mon, 2016-01-04 at 21:48 +0800, Meng Xu wrote: On Mon, Jan 4, 2016 at 7:42 PM, Ian Campbell wrote: On Thu, 2015-12-31 at 04:45 -0500, Tianyang Chen wrote: Budget replenishment is now handled by a dedicated timer which is triggered at the most imm

Re: [Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2016-01-04 Thread Dario Faggioli
On Mon, 2016-01-04 at 21:48 +0800, Meng Xu wrote: > On Mon, Jan 4, 2016 at 7:42 PM, Ian Campbell > wrote: > > On Thu, 2015-12-31 at 04:45 -0500, Tianyang Chen wrote: > > > Budget replenishment is now handled by a dedicated timer which is > > > triggered at the most imminent release time of all run

Re: [Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2016-01-04 Thread Ian Campbell
On Mon, 2016-01-04 at 21:48 +0800, Meng Xu wrote: > > (In general single patches do not require a separate cover letter > > unless > > the required context contains a large amount of information which is > > not > > appropriate for the commit message of the actual change, I'll leave it > > to > > y

Re: [Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2016-01-04 Thread Meng Xu
On Mon, Jan 4, 2016 at 7:42 PM, Ian Campbell wrote: > On Thu, 2015-12-31 at 04:45 -0500, Tianyang Chen wrote: >> Budget replenishment is now handled by a dedicated timer which is >> triggered at the most imminent release time of all runnable vcpus. >> >> Signed-off-by: Tianyang Chen >> Signed-off

Re: [Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2016-01-04 Thread Ian Campbell
On Thu, 2015-12-31 at 04:45 -0500, Tianyang Chen wrote: > Budget replenishment is now handled by a dedicated timer which is > triggered at the most imminent release time of all runnable vcpus. > > Signed-off-by: Tianyang Chen > Signed-off-by: Meng Xu > Signed-off-by: Dagaen Golomb > --- >  

[Xen-devel] [PATCH 1/1] Improved RTDS scheduler

2015-12-31 Thread Tianyang Chen
Budget replenishment is now handled by a dedicated timer which is triggered at the most imminent release time of all runnable vcpus. Signed-off-by: Tianyang Chen Signed-off-by: Meng Xu Signed-off-by: Dagaen Golomb --- -cover-letter.patch| 16 +++ 0001-Improved-RTDS-scheduler.