Re: [PATCH] sched: staircase deadline misc fixes

2007-04-23 Thread Andrew Morton
On Thu, 29 Mar 2007 02:37:38 +1000 Con Kolivas <[EMAIL PROTECTED]> wrote: > test.kernel.org found some idle time regressions in the latest update to the > staircase deadline scheduler and Andy Whitcroft helped me track down the > offending problem which was present in all previous RSDL

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-23 Thread Andrew Morton
On Thu, 29 Mar 2007 02:37:38 +1000 Con Kolivas [EMAIL PROTECTED] wrote: test.kernel.org found some idle time regressions in the latest update to the staircase deadline scheduler and Andy Whitcroft helped me track down the offending problem which was present in all previous RSDL schedulers but

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Thu, 2007-04-05 at 15:18 +0200, Johannes Stezenbach wrote: > On Thu, Apr 05, 2007, Mike Galbraith wrote: > > > > (dang, i need to find that fifty "make it red" thingie for vi again) ^(spiffy;) > > put "let c_space_errors=1" in .vimrc Thanks. I received this

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Johannes Stezenbach
On Thu, Apr 05, 2007, Mike Galbraith wrote: > > (dang, i need to find that fifty "make it red" thingie for vi again) put "let c_space_errors=1" in .vimrc HTH, Johannes - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Ingo Molnar
find a whitespace fix below. Ingo Index: linux/kernel/sched.c === --- linux.orig/kernel/sched.c +++ linux/kernel/sched.c @@ -1034,7 +1034,7 @@ static int recalc_task_prio(struct task_ /* * Migration

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Ingo Molnar
* Mike Galbraith <[EMAIL PROTECTED]> wrote: > > -*/ > > +*/ > > if (now < p->timestamp || batch_task(p)) > > sleep_time = 0; > > > > Thanks. > > (dang, i need to find that fifty "make it red" thingie for vi again) or just start using quilt, which warns about this :)

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Thu, 2007-04-05 at 13:09 +0200, Ingo Molnar wrote: > find a whitespace fix below. > > Ingo > > Index: linux/kernel/sched.c > === > --- linux.orig/kernel/sched.c > +++ linux/kernel/sched.c > @@ -1034,7 +1034,7 @@ static int

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Tue, 2007-04-03 at 08:01 +0200, Ingo Molnar wrote: > looks interesting - could you send the patch? Ok, this is looking/feeling pretty good in testing. Comments on fugliness etc much appreciated. Below the numbers is a snapshot of my experimental tree. It's a mixture of my old

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Thu, 2007-04-05 at 13:09 +0200, Ingo Molnar wrote: find a whitespace fix below. Ingo Index: linux/kernel/sched.c === --- linux.orig/kernel/sched.c +++ linux/kernel/sched.c @@ -1034,7 +1034,7 @@ static int

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Ingo Molnar
find a whitespace fix below. Ingo Index: linux/kernel/sched.c === --- linux.orig/kernel/sched.c +++ linux/kernel/sched.c @@ -1034,7 +1034,7 @@ static int recalc_task_prio(struct task_ /* * Migration

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Ingo Molnar
* Mike Galbraith [EMAIL PROTECTED] wrote: -*/ +*/ if (now p-timestamp || batch_task(p)) sleep_time = 0; Thanks. (dang, i need to find that fifty make it red thingie for vi again) or just start using quilt, which warns about this :) Ingo - To

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Tue, 2007-04-03 at 08:01 +0200, Ingo Molnar wrote: looks interesting - could you send the patch? Ok, this is looking/feeling pretty good in testing. Comments on fugliness etc much appreciated. Below the numbers is a snapshot of my experimental tree. It's a mixture of my old

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Johannes Stezenbach
On Thu, Apr 05, 2007, Mike Galbraith wrote: (dang, i need to find that fifty make it red thingie for vi again) put let c_space_errors=1 in .vimrc HTH, Johannes - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-05 Thread Mike Galbraith
On Thu, 2007-04-05 at 15:18 +0200, Johannes Stezenbach wrote: On Thu, Apr 05, 2007, Mike Galbraith wrote: (dang, i need to find that fifty make it red thingie for vi again) ^(spiffy;) put let c_space_errors=1 in .vimrc Thanks. I received this link via

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 07:31 +0200, Mike Galbraith wrote: > On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: > > On Thursday 29 March 2007 15:50, Mike Galbraith wrote: > > > On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: > > > + * This contains a bitmap for each dynamic priority level

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 08:01 +0200, Ingo Molnar wrote: > * Mike Galbraith <[EMAIL PROTECTED]> wrote: > > > > Try two instances of chew.c at _differing_ nice levels on one cpu on > > > mainline, and then SD. This is why you can't renice X on mainline. > > > > How about something more challenging

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 07:31 +0200, Mike Galbraith wrote: > On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: > > On Thursday 29 March 2007 15:50, Mike Galbraith wrote: > > > On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: > > > + * This contains a bitmap for each dynamic priority level

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Ingo Molnar
* Mike Galbraith <[EMAIL PROTECTED]> wrote: > > Try two instances of chew.c at _differing_ nice levels on one cpu on > > mainline, and then SD. This is why you can't renice X on mainline. > > How about something more challenging instead :) > > The numbers below are from my scheduler tree with

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 07:31 +0200, Mike Galbraith wrote: On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: On Thursday 29 March 2007 15:50, Mike Galbraith wrote: On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: + * This contains a bitmap for each dynamic priority level with empty

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Ingo Molnar
* Mike Galbraith [EMAIL PROTECTED] wrote: Try two instances of chew.c at _differing_ nice levels on one cpu on mainline, and then SD. This is why you can't renice X on mainline. How about something more challenging instead :) The numbers below are from my scheduler tree with

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 08:01 +0200, Ingo Molnar wrote: * Mike Galbraith [EMAIL PROTECTED] wrote: Try two instances of chew.c at _differing_ nice levels on one cpu on mainline, and then SD. This is why you can't renice X on mainline. How about something more challenging instead :)

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-03 Thread Mike Galbraith
On Tue, 2007-04-03 at 07:31 +0200, Mike Galbraith wrote: On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: On Thursday 29 March 2007 15:50, Mike Galbraith wrote: On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: + * This contains a bitmap for each dynamic priority level with empty

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Mike Galbraith
On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: > On Thursday 29 March 2007 15:50, Mike Galbraith wrote: > > On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: > > + * This contains a bitmap for each dynamic priority level with empty slots > > + * for the valid priorities each different

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Con Kolivas
On Thursday 29 March 2007 15:50, Mike Galbraith wrote: > On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: > + * This contains a bitmap for each dynamic priority level with empty slots > + * for the valid priorities each different nice level can have. It allows > + * us to stagger the slots

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Con Kolivas
On Thursday 29 March 2007 18:18, Mike Galbraith wrote: > Rereading to make sure I wasn't unclear anywhere... > > On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: > > I don't see what a < 95% load really means. > > Egad. Here I'm pondering the numbers and light load as I'm typing, and > my

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Con Kolivas
On Thursday 29 March 2007 18:18, Mike Galbraith wrote: Rereading to make sure I wasn't unclear anywhere... On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: I don't see what a 95% load really means. Egad. Here I'm pondering the numbers and light load as I'm typing, and my fingers

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Con Kolivas
On Thursday 29 March 2007 15:50, Mike Galbraith wrote: On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: + * This contains a bitmap for each dynamic priority level with empty slots + * for the valid priorities each different nice level can have. It allows + * us to stagger the slots where

Re: [PATCH] sched: staircase deadline misc fixes

2007-04-02 Thread Mike Galbraith
On Tue, 2007-04-03 at 12:37 +1000, Con Kolivas wrote: On Thursday 29 March 2007 15:50, Mike Galbraith wrote: On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: + * This contains a bitmap for each dynamic priority level with empty slots + * for the valid priorities each different nice

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-04-01 Thread Prakash Punnoor
Am Sonntag 01 April 2007 schrieb michael chang: > On 4/1/07, Prakash Punnoor <[EMAIL PROTECTED]> wrote: > > Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: > > > > > > Hi, I am using 2.6.21-rc5 with rsdl 0.37 and think I still see a > > > regression with my Athlon X2. Namely using this ac3

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-04-01 Thread Prakash Punnoor
Am Sonntag 01 April 2007 schrieb michael chang: On 4/1/07, Prakash Punnoor [EMAIL PROTECTED] wrote: Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: Hi, I am using 2.6.21-rc5 with rsdl 0.37 and think I still see a regression with my Athlon X2. Namely using this ac3 encoder

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-31 Thread Prakash Punnoor
Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: > Am Mittwoch 28 März 2007 schrieb Con Kolivas: > > I'm cautiously optimistic that we're at the thin edge of the bugfix wedge > > now. > > > > --- > > set_load_weight() should be performed after p->quota is set. This fixes a > > large SMP

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-31 Thread Prakash Punnoor
Am Mittwoch 28 März 2007 schrieb Prakash Punnoor: Am Mittwoch 28 März 2007 schrieb Con Kolivas: I'm cautiously optimistic that we're at the thin edge of the bugfix wedge now. --- set_load_weight() should be performed after p-quota is set. This fixes a large SMP performance regression.

Re: [ck] Re: [PATCH] sched: staircase deadline misc fixes

2007-03-29 Thread michael chang
On 3/29/07, Mike Galbraith <[EMAIL PROTECTED]> wrote: Rereading to make sure I wasn't unclear anywhere... On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: > > I don't see what a < 95% load really means. Egad. Here I'm pondering the numbers and light load as I'm typing, and my fingers

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-29 Thread Mike Galbraith
Rereading to make sure I wasn't unclear anywhere... On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: > > I don't see what a < 95% load really means. Egad. Here I'm pondering the numbers and light load as I'm typing, and my fingers (seemingly independent when mind wanders off) typed <

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-29 Thread Mike Galbraith
Rereading to make sure I wasn't unclear anywhere... On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: I don't see what a 95% load really means. Egad. Here I'm pondering the numbers and light load as I'm typing, and my fingers (seemingly independent when mind wanders off) typed 95%

Re: [ck] Re: [PATCH] sched: staircase deadline misc fixes

2007-03-29 Thread michael chang
On 3/29/07, Mike Galbraith [EMAIL PROTECTED] wrote: Rereading to make sure I wasn't unclear anywhere... On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: I don't see what a 95% load really means. Egad. Here I'm pondering the numbers and light load as I'm typing, and my fingers

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
Oh my, I'm on a roll here... somebody stop me ;-) Some emphasis: On Thu, 2007-03-29 at 08:29 +0200, Mike Galbraith wrote: > On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: > > > Opinion polls are nice, but I'm more interested in gathering numbers > > which either validate or invalidate

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
On Thursday 29 March 2007 02:37, Con Kolivas wrote: > I'm cautiously optimistic that we're at the thin edge of the bugfix wedge > now. My neck condition got a lot worse today. I'm forced offline for a week and will be uncontactable. -- -ck - To unsubscribe from this list: send the line

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: > Opinion polls are nice, but I'm more interested in gathering numbers > which either validate or invalidate the claims of the design documents. Suggestion: try the testcase that Satoru Takeuch posted. The numbers I got with latest SD

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: > On Thursday 29 March 2007 04:48, Ingo Molnar wrote: > > hm, how about the questions Mike raised (there were a couple of cases of > > friction between 'the design as documented and announced' and 'the code > > as implemented')? As far as i saw

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
On Thursday 29 March 2007 04:48, Ingo Molnar wrote: > hm, how about the questions Mike raised (there were a couple of cases of > friction between 'the design as documented and announced' and 'the code > as implemented')? As far as i saw they were still largely unanswered - > but let me know if

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Ingo Molnar
* Con Kolivas <[EMAIL PROTECTED]> wrote: > I'm cautiously optimistic that we're at the thin edge of the bugfix > wedge now. hm, how about the questions Mike raised (there were a couple of cases of friction between 'the design as documented and announced' and 'the code as implemented')? As

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Prakash Punnoor
Am Mittwoch 28 März 2007 schrieb Con Kolivas: > I'm cautiously optimistic that we're at the thin edge of the bugfix wedge > now. > > --- > set_load_weight() should be performed after p->quota is set. This fixes a > large SMP performance regression. Hi, I am using 2.6.21-rc5 with rsdl 0.37 and

[PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
test.kernel.org found some idle time regressions in the latest update to the staircase deadline scheduler and Andy Whitcroft helped me track down the offending problem which was present in all previous RSDL schedulers but previously wouldn't be manifest without changes in nice. So here is a

[PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
test.kernel.org found some idle time regressions in the latest update to the staircase deadline scheduler and Andy Whitcroft helped me track down the offending problem which was present in all previous RSDL schedulers but previously wouldn't be manifest without changes in nice. So here is a

Re: [ck] [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Prakash Punnoor
Am Mittwoch 28 März 2007 schrieb Con Kolivas: I'm cautiously optimistic that we're at the thin edge of the bugfix wedge now. --- set_load_weight() should be performed after p-quota is set. This fixes a large SMP performance regression. Hi, I am using 2.6.21-rc5 with rsdl 0.37 and think I

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Ingo Molnar
* Con Kolivas [EMAIL PROTECTED] wrote: I'm cautiously optimistic that we're at the thin edge of the bugfix wedge now. hm, how about the questions Mike raised (there were a couple of cases of friction between 'the design as documented and announced' and 'the code as implemented')? As far as

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
On Thursday 29 March 2007 04:48, Ingo Molnar wrote: hm, how about the questions Mike raised (there were a couple of cases of friction between 'the design as documented and announced' and 'the code as implemented')? As far as i saw they were still largely unanswered - but let me know if they

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
On Thu, 2007-03-29 at 09:44 +1000, Con Kolivas wrote: On Thursday 29 March 2007 04:48, Ingo Molnar wrote: hm, how about the questions Mike raised (there were a couple of cases of friction between 'the design as documented and announced' and 'the code as implemented')? As far as i saw they

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: Opinion polls are nice, but I'm more interested in gathering numbers which either validate or invalidate the claims of the design documents. Suggestion: try the testcase that Satoru Takeuch posted. The numbers I got with latest SD were

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Con Kolivas
On Thursday 29 March 2007 02:37, Con Kolivas wrote: I'm cautiously optimistic that we're at the thin edge of the bugfix wedge now. My neck condition got a lot worse today. I'm forced offline for a week and will be uncontactable. -- -ck - To unsubscribe from this list: send the line

Re: [PATCH] sched: staircase deadline misc fixes

2007-03-28 Thread Mike Galbraith
Oh my, I'm on a roll here... somebody stop me ;-) Some emphasis: On Thu, 2007-03-29 at 08:29 +0200, Mike Galbraith wrote: On Thu, 2007-03-29 at 07:50 +0200, Mike Galbraith wrote: Opinion polls are nice, but I'm more interested in gathering numbers which either validate or invalidate the