All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stef Coene <stef.coene@docum.org>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HTB error messages
Date: Wed, 07 May 2003 16:38:01 +0000	[thread overview]
Message-ID: <marc-lartc-105232559711997@msgid-missing> (raw)
In-Reply-To: <marc-lartc-105230254818268@msgid-missing>

On Wednesday 07 May 2003 12:14, miller69@gmx.net wrote:
> Hi folks,
>
> I'm running a linux box kernel 2.4.19 and HTB 3.6. eth0 is a 100MBit nic
> and eth1 just 10MBit. The HTB setup is the following:
>
> tc qdisc add dev eth0 root handle 1:0 htb default 10
> tc class add dev eth0 parent 1:0 classid 1:1 htb rate 100mbit ceil 100mbit
> tc class add dev eth0 parent 1:1 classid 1:10 htb rate 9mbit ceil 9mbit
> prio 4
> tc class add dev eth0 parent 1:1 classid 1:11 htb rate 89mbit ceil 100mbit
> prio 1
> tc class add dev eth0 parent 1:1 classid 1:12 htb rate 10kbit ceil 100kbit
> prio 5
>
> tc qdisc add dev eth1 root handle 2:0 htb default 20
> tc class add dev eth1 parent 2:0 classid 2:2 htb rate 10mbit ceil 10mbit
> tc class add dev eth1 parent 2:2 classid 2:20 htb rate 9mbit ceil 9mbit
> prio 1
> tc class add dev eth1 parent 2:2 classid 2:22 htb rate 10kbit ceil 100kbit
> prio 5
>
> Now I get some error messages in /var/log/messages
> *kernel: HTB init, kernel part version 3.6
> *kernel: htb*g jw891655
> *kernel: htb*r7 m=0
> *kernel: htb*r6 m=0
> *kernel: htb*r5 m=0
> *kernel: htb*r4 m=0
> *kernel: htb*r3 m=0
> *kernel: htb*r2 m=0
> *kernel: htb*r1 m=0
> *kernel: htb*r0 m=0
> *kernel: HTB: quantum of class 10001 is big. Consider r2q change.<4>HTB:
> quantum of class 10011 i
> s big. Consider r2q change.<4>HTB: quantum of class 10012 is small.
> Consider r2q change.<6>HTB init, kernel part version 3.6
> *kernel: htb*g jw891668
> *kernel: htb*r7 m=0
> *kernel: htb*r6 m=0
> *kernel: htb*r5 m=0
> *kernel: htb*r4 m=0
> *kernel: htb*r3 m=0
> *kernel: htb*r2 m=0
> *kernel: htb*r1 m=0
> *kernel: htb*r0 m=0
>
> and also:
> *kernel: HTB: quantum of class 20022 is small. Consider r2q change.<4>HTB:
> quantum of class 10012
>  is small. Consider r2q change.<4>HTB: quantum of class 20022 is small.
> Consider r2q change.
The quantum problem is easy to solve.  Just add quantum 1500 at the 10kbit 
rate class.  More info about quantum and r2q can be found on docum.org on the 
faq pages.
(http://www.docum.org/stef.coene/qos/faq/cache/31.html)

> and while skipping through the logs i also found this twice:
>
> *kernel: eth1: Too much work at interrupt, status 0x01
> *kernel: HTB: mindelayP0, report it please !
>
> Any suggestions? Some googlin' gave me a link to a patch at
> http://luxik.cdi.cz/~devik/qos/htb/v3/htb_3.7_delay_bug.patch
> may this help?
Don't know.

Stef

-- 

stef.coene@docum.org
 "Using Linux as bandwidth manager"
     http://www.docum.org/
     #lartc @ irc.oftc.net

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

      reply	other threads:[~2003-05-07 16:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-07 10:14 [LARTC] HTB error messages miller69
2003-05-07 16:38 ` Stef Coene [this message]

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-105232559711997@msgid-missing \
    --to=stef.coene@docum.org \
    --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.