tc qdisc(PRIO - Priority qdisc) - Linux

Table of Contents


想問一下
PRIO - Priority qdisc
http://linux.die.net/man/8/tc-prio
上面是這東西的介紹

不過我要用的時候
不管怎樣都是不吃

tc qdisc del dev eth1 root 2>/dev/null
tc qdisc add dev eth1 root handle 1: protocol ip prio 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
Unknown qdisc "protocol", hence option "ip" is unparsable

tc qdisc add dev eth1 root handle 1: protocol ip prio priomap 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
Unknown qdisc "protocol", hence option "ip" is unparsable

tc qdisc add dev eth1 root handle 1: prio priomap 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2
Unknown qdisc "prio", hence option "priomap" is unparsable

tc qdisc add dev eth1 root handle 1: prio
RTNETLINK answers: Invalid argument

tc qdisc add dev eth1 root handle 1: prio bands 2
Unknown qdisc "prio", hence option "bands" is unparsable

像以上這樣....

大概看了一下 是有載入sch_prio.o (除非這module不是我現在這邊要用的)
有人寫過用PRIO - Priority qdisc實際成功的嗎
有的話麻煩借我參考一下 感謝

順便問 linux下有沒有直接編好的模組可以下載
我要的是tc下那些sch_xxxxxx.o的控制模組
像是sch_red.o sch_gred.o等等的
--
廣告用連結歡迎贊助
http://0rz.tw/194pJ
http://0rz.tw/9a4tK

--

All Comments

Blanche avatarBlanche2008-10-30
冏冏 沒人看..