Re: hard hang through qdisc
From: Andi Kleen <hidden>
Date: 2008-01-31 13:28:52
From: Andi Kleen <hidden>
Date: 2008-01-31 13:28:52
--------- lilsol:~# tc qdisc add dev eth0 root tbf rate 1000 burst 10 limit 100 lilsol:~# uname -a Linux lilsol 2.6.24 #1 PREEMPT Sun Jan 27 09:22:00 EST 2008 i686
Can you try it again with current git mainline?
GNU/Linux lilsol:~# tc qdisc ls dev eth0 qdisc tbf 8001: root rate 1000bit burst 10b lat 737.3ms lilsol:~# ------- What do your patches do?
Nothing really related to qdiscs. I suspect it came from the git mainline patch I had (but forgot to mention in the first email) -Andi