Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-04 Thread Juri Lelli
Hi Henrik, On 02/09/14 22:10, Henrik Austad wrote: > On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: >> From: Luca Abeni >> >> Several small changes regarding SCHED_DEADLINE documentation that fix >> terminology and improve clarity and readability: >> >> - "current runtime" becomes

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-04 Thread Juri Lelli
Hi Henrik, On 02/09/14 22:10, Henrik Austad wrote: On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: From: Luca Abeni luca.ab...@unitn.it Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - current runtime

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-03 Thread Luca Abeni
On 09/03/2014 09:45 AM, Henrik Austad wrote: [...] Summing up, the CBS[2,3] algorithms assigns scheduling deadlines to tasks so that each task runs for at most its runtime every period, avoiding any interference between different tasks (bandwidth isolation), while the EDF[1] -

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-03 Thread Luca Abeni
Hi, On 09/02/2014 11:10 PM, Henrik Austad wrote: On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: From: Luca Abeni Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - "current runtime" becomes "remaining

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-03 Thread Luca Abeni
Hi, On 09/02/2014 11:10 PM, Henrik Austad wrote: On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: From: Luca Abeni luca.ab...@unitn.it Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - current runtime becomes

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-03 Thread Luca Abeni
On 09/03/2014 09:45 AM, Henrik Austad wrote: [...] Summing up, the CBS[2,3] algorithms assigns scheduling deadlines to tasks so that each task runs for at most its runtime every period, avoiding any interference between different tasks (bandwidth isolation), while the EDF[1] -

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-02 Thread Henrik Austad
On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: > From: Luca Abeni > > Several small changes regarding SCHED_DEADLINE documentation that fix > terminology and improve clarity and readability: > > - "current runtime" becomes "remaining runtime" > > - readablity of an equation is

Re: [PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-09-02 Thread Henrik Austad
On Thu, Aug 28, 2014 at 11:00:26AM +0100, Juri Lelli wrote: From: Luca Abeni luca.ab...@unitn.it Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - current runtime becomes remaining runtime - readablity of an

[PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-08-28 Thread Juri Lelli
From: Luca Abeni Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - "current runtime" becomes "remaining runtime" - readablity of an equation is improved by introducing more spacing - clarify when admission control will

[PATCH v3 1/4] Documentation/scheduler/sched-deadline.txt: fix terminology and improve clarity

2014-08-28 Thread Juri Lelli
From: Luca Abeni luca.ab...@unitn.it Several small changes regarding SCHED_DEADLINE documentation that fix terminology and improve clarity and readability: - current runtime becomes remaining runtime - readablity of an equation is improved by introducing more spacing - clarify when