Displaying 2 results from an estimated 2 matches for "a0bb30e0".
2006 Jan 05
1
Adding dsmark qdisc fails
...e 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 a0bb3060,[qdisc
a0bb30e0],opt a038e9d0)
>Mar 20 13:01:12 user user.debug kernel: dsmark_init: qdisc a0bb30e0
>
># tc qdisc show dev eth1
>qdisc dsmark 1: indices 0x0008 set_tc_index
>
>
>
>but then changing the class fails:
>
>
># tc class change dev eth1 classid 1:1 dsmark mask...
2005 Mar 20
3
Adding dsmark qdisc fails
...0],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 a0bb3060,[qdisc
a0bb30e0],opt a038e9d0)
Mar 20 13:01:12 user user.debug kernel: dsmark_init: qdisc a0bb30e0
# tc qdisc show dev eth1
qdisc dsmark 1: indices 0x0008 set_tc_index
but then changing the class fails:
# tc class change dev eth1 classid 1:1 dsmark mask 0x0 value 0xb8
RTNETLINK answers: Invalid argument
Mar 20...