All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Clock Source Kernel settings  in 2.6.22
@ 2007-08-29 13:24 Mario Antonio Garcia
  2007-08-31  9:43 ` Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mario Antonio Garcia @ 2007-08-29 13:24 UTC (permalink / raw)
  To: lartc

I wonder if somebody has got good results (accurate shaping) using 2.6.22?

I am testing with 2.6.22.1, and I haven't been able to get accurate shaping.
For instance, I tried:
        $TC qdisc  add  dev  eth0 root handle 1: htb default 1
        $TC class  add  dev  eth0        parent 1:  classid  1:1        htb 
rate 100000kbit ceil 100000kbit burst 24k cburst 24k
        $TC class  add  dev  eth0        parent 1:1 classid 1:10        htb 
rate 20000kbit ceil 20000kbit burst 24k cburst 24k

and class 1:10 shapes the traffic to 19900kbit instead of 20000kbit 
(bandwidth tests made with ftp and iperf)

My corresponding kernel settings are:
CONFIG_GENERIC_TIME=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_HPET_TIMER=y
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_HZ_1000=y
CONFIG_HZ\x1000
# CONFIG_CPU_FREQ is not set
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_FIFO=y

Notice that in 1.26.22 there are new patches for Clock Source:
http://lists.openwall.net/netdev/2007/03/16/22
"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."


Regards,

Mario Antonio 




_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-09-02 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-29 13:24 [LARTC] Clock Source Kernel settings in 2.6.22 Mario Antonio Garcia
2007-08-31  9:43 ` Patrick McHardy
2007-08-31 18:46 ` Mario Antonio Garcia
2007-09-02 11:45 ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.