* [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version
@ 2009-06-21 10:32 Wolfram Sang
2009-06-21 10:41 ` Ingo Molnar
2009-06-21 11:15 ` [tip:sched/urgent] sched: " tip-bot for Wolfram Sang
0 siblings, 2 replies; 5+ messages in thread
From: Wolfram Sang @ 2009-06-21 10:32 UTC (permalink / raw)
To: w.sang; +Cc: Peter Zijlstra, Ingo Molnar, linux-doc, linux-kernel, trivial
- add missing closing bracket
- fix two 80-chars issues (as the rest of the document adheres to it)
- bump a reference to kernel version, so the document does not feel aged
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: linux-doc@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: trivial@kernel.org
---
Documentation/scheduler/sched-rt-group.txt | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Documentation/scheduler/sched-rt-group.txt b/Documentation/scheduler/sched-rt-group.txt
index 1df7f9c..f1fd4af 100644
--- a/Documentation/scheduler/sched-rt-group.txt
+++ b/Documentation/scheduler/sched-rt-group.txt
@@ -73,7 +73,7 @@ The remaining CPU time will be used for user input and other tasks. Because
realtime tasks have explicitly allocated the CPU time they need to perform
their tasks, buffer underruns in the graphics or audio can be eliminated.
-NOTE: the above example is not fully implemented as of yet (2.6.25). We still
+NOTE: the above example is not fully implemented as of yet (2.6.31). We still
lack an EDF scheduler to make non-uniform periods usable.
@@ -140,14 +140,15 @@ The other option is:
.o CONFIG_CGROUP_SCHED (aka "Basis for grouping tasks" = "Control groups")
-This uses the /cgroup virtual file system and "/cgroup/<cgroup>/cpu.rt_runtime_us"
-to control the CPU time reserved for each control group instead.
+This uses the /cgroup virtual file system and
+"/cgroup/<cgroup>/cpu.rt_runtime_us" to control the CPU time reserved for each
+control group instead.
For more information on working with control groups, you should read
Documentation/cgroups/cgroups.txt as well.
-Group settings are checked against the following limits in order to keep the configuration
-schedulable:
+Group settings are checked against the following limits in order to keep the
+configuration schedulable:
\Sum_{i} runtime_{i} / global_period <= global_runtime / global_period
@@ -189,7 +190,7 @@ Implementing SCHED_EDF might take a while to complete. Priority Inheritance is
the biggest challenge as the current linux PI infrastructure is geared towards
the limited static priority levels 0-99. With deadline scheduling you need to
do deadline inheritance (since priority is inversely proportional to the
-deadline delta (deadline - now).
+deadline delta (deadline - now)).
This means the whole PI machinery will have to be reworked - and that is one of
the most complex pieces of code we have.
--
1.6.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version
2009-06-21 10:32 [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version Wolfram Sang
@ 2009-06-21 10:41 ` Ingo Molnar
2009-06-21 11:07 ` Wolfram Sang
2009-06-21 11:15 ` [tip:sched/urgent] sched: " tip-bot for Wolfram Sang
1 sibling, 1 reply; 5+ messages in thread
From: Ingo Molnar @ 2009-06-21 10:41 UTC (permalink / raw)
To: Wolfram Sang; +Cc: Peter Zijlstra, linux-doc, linux-kernel, trivial
* Wolfram Sang <w.sang@pengutronix.de> wrote:
> -NOTE: the above example is not fully implemented as of yet (2.6.25). We still
> +NOTE: the above example is not fully implemented as of yet (2.6.31). We still
lets just remove the version info, ok?
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version
2009-06-21 10:41 ` Ingo Molnar
@ 2009-06-21 11:07 ` Wolfram Sang
2009-06-21 11:13 ` Ingo Molnar
0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2009-06-21 11:07 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Peter Zijlstra, linux-doc, linux-kernel, trivial
[-- Attachment #1: Type: text/plain, Size: 561 bytes --]
On Sun, Jun 21, 2009 at 12:41:36PM +0200, Ingo Molnar wrote:
>
> * Wolfram Sang <w.sang@pengutronix.de> wrote:
>
> > -NOTE: the above example is not fully implemented as of yet (2.6.25). We still
> > +NOTE: the above example is not fully implemented as of yet (2.6.31). We still
>
> lets just remove the version info, ok?
Ack. That's way better. Shall I resend?
Regards,
Wolfram
--
Pengutronix e.K. | Wolfram Sang |
Industrial Linux Solutions | http://www.pengutronix.de/ |
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version
2009-06-21 11:07 ` Wolfram Sang
@ 2009-06-21 11:13 ` Ingo Molnar
0 siblings, 0 replies; 5+ messages in thread
From: Ingo Molnar @ 2009-06-21 11:13 UTC (permalink / raw)
To: Wolfram Sang; +Cc: Peter Zijlstra, linux-doc, linux-kernel, trivial
* Wolfram Sang <w.sang@pengutronix.de> wrote:
> On Sun, Jun 21, 2009 at 12:41:36PM +0200, Ingo Molnar wrote:
> >
> > * Wolfram Sang <w.sang@pengutronix.de> wrote:
> >
> > > -NOTE: the above example is not fully implemented as of yet (2.6.25). We still
> > > +NOTE: the above example is not fully implemented as of yet (2.6.31). We still
> >
> > lets just remove the version info, ok?
>
> Ack. That's way better. Shall I resend?
No need - already applied it with that small bit fixed.
Ingo
^ permalink raw reply [flat|nested] 5+ messages in thread
* [tip:sched/urgent] sched: Documentation/sched-rt-group: Fix style issues & bump version
2009-06-21 10:32 [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version Wolfram Sang
2009-06-21 10:41 ` Ingo Molnar
@ 2009-06-21 11:15 ` tip-bot for Wolfram Sang
1 sibling, 0 replies; 5+ messages in thread
From: tip-bot for Wolfram Sang @ 2009-06-21 11:15 UTC (permalink / raw)
To: linux-tip-commits
Cc: linux-kernel, hpa, mingo, a.p.zijlstra, w.sang, tglx, mingo
Commit-ID: d4ec36bac3de39b7e10ec8f42fbdd20d9a9ed753
Gitweb: http://git.kernel.org/tip/d4ec36bac3de39b7e10ec8f42fbdd20d9a9ed753
Author: Wolfram Sang <w.sang@pengutronix.de>
AuthorDate: Sun, 21 Jun 2009 12:32:39 +0200
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 21 Jun 2009 13:12:46 +0200
sched: Documentation/sched-rt-group: Fix style issues & bump version
- add missing closing bracket
- fix two 80-chars issues (as the rest of the document adheres to it)
- bump a reference to kernel version, so the document does not feel aged
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1245580359-4465-1-git-send-email-w.sang@pengutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
Documentation/scheduler/sched-rt-group.txt | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Documentation/scheduler/sched-rt-group.txt b/Documentation/scheduler/sched-rt-group.txt
index 1df7f9c..86eabe6 100644
--- a/Documentation/scheduler/sched-rt-group.txt
+++ b/Documentation/scheduler/sched-rt-group.txt
@@ -73,7 +73,7 @@ The remaining CPU time will be used for user input and other tasks. Because
realtime tasks have explicitly allocated the CPU time they need to perform
their tasks, buffer underruns in the graphics or audio can be eliminated.
-NOTE: the above example is not fully implemented as of yet (2.6.25). We still
+NOTE: the above example is not fully implemented yet. We still
lack an EDF scheduler to make non-uniform periods usable.
@@ -140,14 +140,15 @@ The other option is:
.o CONFIG_CGROUP_SCHED (aka "Basis for grouping tasks" = "Control groups")
-This uses the /cgroup virtual file system and "/cgroup/<cgroup>/cpu.rt_runtime_us"
-to control the CPU time reserved for each control group instead.
+This uses the /cgroup virtual file system and
+"/cgroup/<cgroup>/cpu.rt_runtime_us" to control the CPU time reserved for each
+control group instead.
For more information on working with control groups, you should read
Documentation/cgroups/cgroups.txt as well.
-Group settings are checked against the following limits in order to keep the configuration
-schedulable:
+Group settings are checked against the following limits in order to keep the
+configuration schedulable:
\Sum_{i} runtime_{i} / global_period <= global_runtime / global_period
@@ -189,7 +190,7 @@ Implementing SCHED_EDF might take a while to complete. Priority Inheritance is
the biggest challenge as the current linux PI infrastructure is geared towards
the limited static priority levels 0-99. With deadline scheduling you need to
do deadline inheritance (since priority is inversely proportional to the
-deadline delta (deadline - now).
+deadline delta (deadline - now)).
This means the whole PI machinery will have to be reworked - and that is one of
the most complex pieces of code we have.
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-21 11:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-21 10:32 [PATCH] [TRIVIAL] Documentation/sched-rt-group: Fix style issues & bump version Wolfram Sang
2009-06-21 10:41 ` Ingo Molnar
2009-06-21 11:07 ` Wolfram Sang
2009-06-21 11:13 ` Ingo Molnar
2009-06-21 11:15 ` [tip:sched/urgent] sched: " tip-bot for Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox