All of lore.kernel.org
 help / color / mirror / Atom feed
From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] HTB performance improvement
Date: Fri, 07 Dec 2007 06:10:25 +0000	[thread overview]
Message-ID: <4758E3D1.CF107954@iswest.com> (raw)
In-Reply-To: <685F1926C37B1846BE64D0033B46AF97E34D1D@els00wmx04.elsag.it>

gypsy wrote:
> 
> > tc qdisc add dev eth0.2 root handle 1: htb
> > tc class add dev eth0.2 parent 1: classid 1:1 htb  rate 100000000 ceil
> > 100000000 burst 1000000 quantum 1600
> > tc class add dev eth0.2 parent 1:1 classid 1:10 htb prio 1 rate
> > 70000000 ceil 70000000 burst 1000000 quantum 1600
> > tc class add dev eth0.2 parent 1:1 classid 1:11 htb prio 2 rate
> > 10000000 ceil 10000000 burst 1000000 quantum 1600
> > tc class add dev eth0.2 parent 1:1 classid 1:12 htb prio 3 rate
> > 10000000 ceil 10000000 burst 1000000 quantum 1600

I just noticed that you're trying to shape "aliases".  You can't.  You
must shape eth0 because you can't shape eth0.2.  I'm just repeating what
I've heard/read, so do your own research.  But I bet you a quarter I'm
right :)
--
gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

  parent reply	other threads:[~2007-12-07  6:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-06  9:17 [LARTC] HTB performance improvement Koblensky Mingyur
2007-12-06 19:10 ` gypsy
2007-12-07  6:10 ` gypsy [this message]
2007-12-07 12:48 ` Andy Furniss

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=4758E3D1.CF107954@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 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.