[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1383940870.16391.0.camel@edumazet-glaptop2.roam.corp.google.com>
Date: Fri, 08 Nov 2013 12:01:10 -0800
From: Eric Dumazet <eric.dumazet@...il.com>
To: John Fastabend <john.r.fastabend@...el.com>
Cc: Anton 'EvilMan' Danilov <littlesmilingcloud@...il.com>,
netdev@...r.kernel.org
Subject: Re: Using HTB over MultiQ
On Fri, 2013-11-08 at 09:55 -0800, Eric Dumazet wrote:
> I do not think so : following does not work.
>
> for ETH in eth0
> do
> tc qd del dev $ETH root 2>/dev/null
>
> tc qd add dev $ETH root handle 100: mq
> for i in `seq 1 4`
> do
> tc qd add dev $ETH parent 100:$i handle $i htb
> done
> done
Humpf, I forgot a "default 1" on htb qdisc creation, sorry for the
noise ;)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists