All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Reginald R. Richardson" <whiz.kid@tyarosh.homeip.net>
To: lartc@vger.kernel.org
Subject: [LARTC] HTB
Date: Fri, 27 Dec 2002 20:14:41 +0000	[thread overview]
Message-ID: <marc-lartc-104102017031596@msgid-missing> (raw)
In-Reply-To: <marc-lartc-101661742904753@msgid-missing>

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/

  parent reply	other threads:[~2002-12-27 20:14 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-20  9:43 [LARTC] htb George Tsuladze
2002-03-20 12:20 ` Soulfly
2002-05-04 11:42 ` Stef Coene
2002-09-24 14:12 ` [LARTC] HTB Rimas
2002-09-24 14:12 ` Rimas
2002-09-24 14:17 ` Marc-Christian Petersen
2002-09-24 14:23 ` Esteban Maringolo
2002-09-24 14:30 ` Rimas
2002-09-24 14:55 ` Rimas
2002-09-24 15:00 ` Marc-Christian Petersen
2002-09-24 15:14 ` Rimas
2002-09-24 15:14 ` Rimas
2002-09-24 15:51 ` Esteban Maringolo
2002-09-24 16:16 ` Stef Coene
2002-09-25  4:27 ` mdew
2002-09-25  7:59 ` Stef Coene
2002-09-26 14:36 ` raptor
2002-11-08 13:45 ` Chandrashekhar Rane
2002-12-27 20:14 ` Reginald R. Richardson [this message]
2002-12-27 21:59 ` Stef Coene
2003-05-13 18:00 ` [LARTC] htb Evgeni Gechev
2003-05-13 18:34 ` Stef Coene
2003-05-13 19:03 ` Evgeni Gechev
2003-05-13 19:40 ` Stef Coene
2003-05-13 19:47 ` Evgeni Gechev
2003-05-13 19:53 ` Stef Coene
2003-05-13 20:47 ` Evgeni Gechev
2003-05-14 10:01 ` Stef Coene
2004-01-15  7:21 ` [LARTC] HTB Cristea Virgil Ionut
2004-01-15 12:12 ` Andre Correa
2004-04-09 23:09 ` Arturas Lapiene
2004-10-14 18:23 ` sistemas
2004-10-14 20:03 ` Jason Boxman
2004-10-17 11:44 ` [LARTC] htb James Lista
2004-10-17 12:08 ` James Lista
2004-10-17 12:19 ` Andreas Klauer
2004-10-17 12:41 ` James Lista
2004-10-17 12:53 ` ja
2004-10-17 13:02 ` James Lista
2004-10-17 13:20 ` Andreas Klauer
2004-10-17 13:22 ` Andreas Klauer
2004-11-10 14:48 ` [LARTC] HTB "Marcus Schäfer"
2007-06-10 16:27 ` Marco Aurelio
2007-06-11  8:09 ` m.innocenti
  -- strict thread matches above, loose matches on Subject: below --
2002-05-04  8:53 [LARTC] htb Anjaneya Pal
2002-05-04  8:56 ` Martin Devera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-104102017031596@msgid-missing \
    --to=whiz.kid@tyarosh.homeip.net \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.