From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Reginald R. Richardson" Date: Fri, 27 Dec 2002 20:14:41 +0000 Subject: [LARTC] HTB Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi guys.. Running HTB on leaf bearing 1.0-stable with kernel 2.4.20 For some reason, I'm getting these messages in my SYSLOG Dec 27 18:21:12 gw-homenet kernel: htb*r3 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r2 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r1 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r0 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*c10011 m=2 t=391999 c=100352 pq=0 df=0 ql=0 pa=0 f: Dec 27 18:21:12 gw-homenet kernel: htb*c10001 m=2 t=83725 c=83725 pq=0 df=0 ql=0 pa=0 f: Dec 27 18:21:12 gw-homenet kernel: htb*c10010 m=2 t=130400 c=88341 pq=0 df=229376 ql=0 pa=0 f: Dec 27 18:21:12 gw-homenet kernel: htb*c10012 m=2 t=577066 c=168099 pq=0 df=60000000 ql=0 pa=0 f: Dec 27 18:21:12 gw-homenet kernel: htb*g j=145034 Dec 27 18:21:12 gw-homenet kernel: htb*r7 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r6 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r5 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r4 m=0 Dec 27 18:21:12 gw-homenet kernel: htb*r3 m=0 Dec 27 18:21:13 gw-homenet kernel: htb*r2 m=0 Dec 27 18:21:13 gw-homenet kernel: htb*r1 m=0 Dec 27 18:21:13 gw-homenet kernel: htb*r0 m=0 Dec 27 18:21:13 gw-homenet kernel: htb*c10011 m=2 t=391999 c=100352 pq=0 df=0 ql=0 pa=0 f: Dec 27 18:21:13 gw-homenet kernel: htb*c10001 m=2 t=83725 c=83725 pq=0 df=0 ql=0 pa=0 f: Dec 27 18:21:13 gw-homenet kernel: htb*c10010 m=2 t=130400 c=88341 pq=0 df=229376 ql=0 pa=0 f: Dec 27 18:21:13 gw-homenet kernel: htb*c10012 m=2 t=577066 c=168099 pq=0 df=60000000 ql=0 pa=0 f: Dec 27 18:21:13 gw-homenet kernel: htb*g j=145037 This is my start file -- this is being started from Shorewall Firewall run_tc qdisc add dev eth1 root handle 1: htb default 10 run_tc class add dev eth1 parent 1: classid 1:1 htb rate 122kbit ceil 122kbit echo " Added Top Level Class -- rate 122kbit" run_tc class add dev eth1 parent 1:1 classid 1:10 htb rate 80kbit ceil 122kbit prio 0 run_tc class add dev eth1 parent 1:1 classid 1:11 htb rate 24kbit ceil 100kbit prio 1 run_tc class add dev eth1 parent 1:1 classid 1:12 htb rate 18kbit ceil 64kbit prio 2 echo " Added Second Level Classes -- rates 80kbit, 24kbit, 18kbit" run_tc qdisc add dev eth1 parent 1:10 handle 120: sfq perturb 10 run_tc qdisc add dev eth1 parent 1:11 handle 130: sfq perturb 10 run_tc qdisc add dev eth1 parent 1:12 handle 140: sfq perturb 10 echo " Enabled SFQ on Second Level Classes" run_tc filter add dev eth1 parent 1: protocol ip prio 0 handle 1 fw classid 1:10 run_tc filter add dev eth1 parent 1: protocol ip prio 1 handle 2 fw classid 1:11 run_tc filter add dev eth1 parent 1: protocol ip prio 2 handle 3 fw classid 1:12 echo " Defined fwmark filters" During the startup of my Linux box, I see this message in the Syslog, which I assume, is generated, when the sch_htb module is being load Dec 27 18:02:10 gw-homenet kernel: HTB: quantum of class 10011 is small. Consider r2q change.<4>HTB: quantum of class 10012 is small. Consider r2q change Any suggestions will be appreciated, thnks __________________________________________________________________ Reginald Richardson ICQ#: 365841 Current ICQ status: + More ways to contact me __________________________________________________________________ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/