Displaying 2 results from an estimated 2 matches for "lan_speed".
Did you mean:
fan_speed
2006 Jan 25
4
tcf_action_destroy destroying
Hi,lartc
I used iproute-060110 with iptables1.3.4 on gentoo 2005r1 kernel 2.6.14-5.
I find some error messages in system logfile:
HTB: quantum of class 10001 is big. Consider r2q change.
HTB: quantum of class 10010 is big. Consider r2q change.
tcf_action_init_1: successfull police
HTB: quantum of class 20001 is big. Consider r2q change.
HTB: quantum of class 20020 is big. Consider
2004 Jul 01
14
filter ingress policy rates -> slow!!
...ed via ingress. How do I know. Because I have this in my script:
tc qdisc add dev $DEV handle ffff: ingress
# Filter intranet traffic, so fit it to intranet speed
tc filter add dev $DEV parent ffff: protocol ip prio 10 u32 \
match ip src $Q_2_HOSTS \
match ip dst $Q_2_HOSTS \
police rate ${LAN_SPEED}mbit burst 10k drop flowid :2
So let''s say I execute a X -query to the my pc. Everything goes fine and
fluently till I activate my script ingress rules!Then kde seems sluggish. and
LAN_SPEED is "100" (mbit) !
I don''t think the problem is that I have many ingress filt...