Re: [RFC][PATCH 00/16] sched: SCHED_DEADLINE v6

2012-10-25 Thread Juri Lelli
On 10/25/2012 12:18 AM, Ingo Molnar wrote: * Juri Lelli wrote: kernel/sched/dl.c | 1650 I've got a stupid nit here: please make that deadline.c. Same for cpudl.c. Sure, no problems with that. Thanks and Regards, - Juri -- To unsub

Re: [RFC][PATCH 00/16] sched: SCHED_DEADLINE v6

2012-10-25 Thread Borislav Petkov
On Thu, Oct 25, 2012 at 09:18:01AM +0200, Ingo Molnar wrote: > > * Juri Lelli wrote: > > > kernel/sched/dl.c | 1650 > > > > I've got a stupid nit here: please make that deadline.c. Same > for cpudl.c. > > (Just to stop future generations

Re: [RFC][PATCH 00/16] sched: SCHED_DEADLINE v6

2012-10-25 Thread Ingo Molnar
* Juri Lelli wrote: > kernel/sched/dl.c | 1650 > I've got a stupid nit here: please make that deadline.c. Same for cpudl.c. (Just to stop future generations from wondering why the Linux scheduler has a downloading module.) Thanks,

[RFC][PATCH 00/16] sched: SCHED_DEADLINE v6

2012-10-24 Thread Juri Lelli
Hello everyone, This is the take 6 for the SCHED_DEADLINE patchset. The patchset introduces a new deadline based real-time task scheduling policy --called SCHED_DEADLINE-- with bandwidth isolation (aka "resource reservation") capabilities. It supports global/clustered multiprocessor scheduling th