Displaying 2 results from an estimated 2 matches for "a0bb3ae0".
Did you mean:
a0bb30e0
2005 Mar 20
3
Adding dsmark qdisc fails
...ve some mismatch in my setup since adding dsmark qdisc
fails *unless* I specify "set_tc_index" argument which I believe should
be optional:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
RTNETLINK answers: Invalid argument
Mar 20 13:00:50 user user.debug kernel: dsmark_init(sch a0bb3ae0,[qdisc
a0bb3b60],opt 00000000)
here the log shows that opt is null, sch_dsmark checks for that and
bails out. However running tc with "set_tc_index" goes ok:
# tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 set_tc_index
Mar 20 13:01:12 user user.debug kernel: dsmark_init(sch a...
2006 Jan 05
1
Adding dsmark qdisc fails
...dding dsmark qdisc
>fails *unless* I specify "set_tc_index" argument which I believe should
>be optional:
>
>
># tc qdisc add dev eth1 handle 1:0 root dsmark indices 8
>RTNETLINK answers: Invalid argument
>Mar 20 13:00:50 user user.debug kernel: dsmark_init(sch a0bb3ae0,[qdisc
a0bb3b60],opt 00000000)
>
>here the log shows that opt is null, sch_dsmark checks for that and
>bails out. However running tc with "set_tc_index" goes ok:
>
>
># tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 set_tc_index
>Mar 20 13:01:12 user u...