Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1309962
| From | Peter Zijlstra <peterz@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC 7/8] Make GRUB a task's flag |
| Date | 2016-01-15 09:50 +0100 |
| Message-ID | <qR8f0-3AL-21@gated-at.bofh.it> (permalink) |
| References | <qQS0x-uX-3@gated-at.bofh.it> <qQS0x-uX-11@gated-at.bofh.it> <qQWdP-3jT-11@gated-at.bofh.it> <qR7LY-3lR-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jan 15, 2016 at 09:15:39AM +0100, Luca Abeni wrote: > On 01/14/2016 08:56 PM, Peter Zijlstra wrote: > >Something with an average runtime/budget that also puts limits on the > >max (say 2*avg) would be far more amenable to be exposed to unpriv > >tasks, except since that would directly result in an average tardiness > >bound this might be non-trivial to combine with tasks not opting for > >this. > I'll try to think about this... The advantage of GRUB is that a theoretically > sound algorithm already existed; here, we would need to design the algorithm > so that it does not break the SCHED_DEADLINE guarantees. Anyway, this is an > interesting challenge, I'll work on it :) Didn't Baruah and Jim do the whole theory on statistical EDF? Which shows that if you use a statistical budget the combined distribution transfers to the tardiness. With stdev=0 for the budgets this trivially collapses to the regular EDF, since then the combined distribution is also stdev=0 and you get 0 tardiness (on UP). But yes, combining the two into one scheduler is 'interesting'. I was thinking it would be possible with least-laxity-first, since you can assign the hard (stdev=0) tasks a tighter laxity bound. But LLF is horrendously painful to implement IIRC.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC 7/8] Make GRUB a task's flag Luca Abeni <luca.abeni@unitn.it> - 2016-01-14 16:30 +0100
Re: [RFC 7/8] Make GRUB a task's flag Peter Zijlstra <peterz@infradead.org> - 2016-01-14 21:00 +0100
Re: [RFC 7/8] Make GRUB a task's flag Luca Abeni <luca.abeni@unitn.it> - 2016-01-15 09:20 +0100
Re: [RFC 7/8] Make GRUB a task's flag Peter Zijlstra <peterz@infradead.org> - 2016-01-15 09:50 +0100
Re: [RFC 7/8] Make GRUB a task's flag Luca Abeni <luca.abeni@unitn.it> - 2016-01-15 10:10 +0100
csiph-web