Waskiewicz Jr, Peter P wrote:
The code looks correct. Are you sure you had the config option enabled during your test?


Yes.  This is the tc command I used to configure the qdisc (with q_rr.c
attached from my patches iproute2 package):

# tc qdisc add dev eth2 root handle 1: rr bands 8
RTNETLINK answers: No such file or directory

Again, I bet you don't have CONFIG_NET_SCH_RR enabled:


# lsmod|grep prio
# tc qdisc add dev dummy0 root handle 1: rr bands 8
# lsmod|grep prio
sch_prio                5760  1

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to