Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] tcf_action_destroy destroying
Date: Wed, 25 Jan 2006 15:20:46 +0000	[thread overview]
Message-ID: <43D7974E.A7227A14@iswest.com> (raw)
In-Reply-To: <20060125024152.82345.qmail@web15407.mail.cnb.yahoo.com>

bend chen wrote:
> 
> Hi,lartc
> 
> I used iproute-060110 with iptables1.3.4 on gentoo 2005r1 kernel
> 2.6.14-5.
> I find some error messages in system logfile:
> 
> HTB: quantum of class 10001 is big. Consider r2q change.
> HTB: quantum of class 10010 is big. Consider r2q change.
> tcf_action_init_1: successfull police
> HTB: quantum of class 20001 is big. Consider r2q change.
> HTB: quantum of class 20020 is big. Consider r2q change.
> HTB: quantum of class 10001 is big. Consider r2q change.
> HTB: quantum of class 10010 is big. Consider r2q change.
> tcf_action_destroy destroying dcf0ba60 next 00000000
> tcf_action_init_1: successfull police
> HTB: quantum of class 20001 is big. Consider r2q change.
> HTB: quantum of class 20020 is big. Consider r2q change.
> 
> and this is my script:
> 
> /root/ct/sbin/ct qdisc del dev eth0 root ;
> /root/ct/sbin/c! t qdisc del dev eth0 ingress ;
> /root/ct/sbin/ct qdisc add dev eth0 root handle 1: htb default 10 r2q
> 1;
> /root/ct/sbin/ct class add dev eth0 parent 1: classid 1:1  htb rate
> 10000kbps;
> /root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:10 htb rate
> 9990kbps ceil 10000kbps;
> /root/ct/sbin/ct class add dev eth0 parent 1:1 classid 1:11 htb rate
> 10kbps;
> /root/ct/sbin/ct qdisc add dev eth0 parent 1:10 handle 13: sfq perturb
> 5;
> /root/ct/sbin/ct qdisc add dev eth0 parent 1:11 handle 14: sfq perturb
> 5;
> /root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle 1 fw
> classid 1:10;
> /root/ct/sbin/ct filter add dev eth0 parent 1: protocol ip handle 2 fw
> classid 1:11;
> /root/ct/sbin/ct qdisc del dev eth1 root;
> /root/ct/sbin/ct qdisc add dev eth1 root handle 2: htb default 20 r2q
> 1;

> /root/ct/sbin/ct class add dev eth1 parent 2: classid 2:1 htb rate
> 10000kbps;

This is HUGE; you cannot mean 10,000Kbit!??
--
gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

  reply	other threads:[~2006-01-25 15:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-25  2:41 [LARTC] tcf_action_destroy destroying bend chen
2006-01-25 15:20 ` gypsy [this message]
2006-01-26  8:35 ` bend chen
2006-01-28  3:36 ` gypsy
2006-01-28  6:15 ` bend chen

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=43D7974E.A7227A14@iswest.com \
    --to=gypsy@iswest.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox