Re: [NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-16 Thread David Miller
From: Patrick McHardy [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 06:30:48 +0100 (MET) These patches convert the packet schedulers to use ktime as only clock source and kill off the manual clock source selection. Additionally all packet schedulers are converted to use hrtimer-based watchdogs,

Re: [NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-16 Thread Patrick McHardy
David Miller wrote: All 11 patches applied and pushed out, very very nice work Patrick! Thanks Dave :) It would be nice to figure out why CBQ isn't working for you, I know at least some folks have used it successfully at some point. Probably my own incompetence, I'll see if I can find some

Re: [NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-16 Thread Thomas Graf
* Patrick McHardy [EMAIL PROTECTED] 2007-03-16 10:42 David Miller wrote: It would be nice to figure out why CBQ isn't working for you, I know at least some folks have used it successfully at some point. Probably my own incompetence, I'll see if I can find some scripts that are known to

Re: [NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-16 Thread Patrick McHardy
Thomas Graf wrote: * Patrick McHardy [EMAIL PROTECTED] 2007-03-16 10:42 David Miller wrote: It would be nice to figure out why CBQ isn't working for you, I know at least some folks have used it successfully at some point. Probably my own incompetence, I'll see if I can find some scripts that

Re: [NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-16 Thread David Miller
From: Patrick McHardy [EMAIL PROTECTED] Date: Fri, 16 Mar 2007 13:45:32 +0100 Thomas Graf wrote: * Patrick McHardy [EMAIL PROTECTED] 2007-03-16 10:42 David Miller wrote: It would be nice to figure out why CBQ isn't working for you, I know at least some folks have used it successfully

[NET_SCHED 00/10]: ktime clocksource + hrtimer

2007-03-15 Thread Patrick McHardy
These patches convert the packet schedulers to use ktime as only clock source and kill off the manual clock source selection. Additionally all packet schedulers are converted to use hrtimer-based watchdogs, greatly increasing scheduling precision. I've tested HFSC, HTB, TBF and netem. CBQ is