Displaying 2 results from an estimated 2 matches for "dsmark_init".
2005 Mar 20
3
Adding dsmark qdisc fails
...4.
I think I have 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: dsma...
2006 Jan 05
1
Adding dsmark qdisc fails
...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...