All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] filter ingress policy rates -> slow!!
@ 2004-07-01 16:10 Edulix
  2004-07-01 20:40 ` Stef Coene
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Edulix @ 2004-07-01 16:10 UTC (permalink / raw)
  To: lartc

Hello one more time,

As others seem to already asked without reply, I'm getting lower speed rates 
than specified 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 filters because even if 
I deactivate them (i.e. comment on them in my script) kde slows down after 
adding the tc filter mentioned above.

Please, have you got any idea what might be going on ? Any comments, 
suggestions? Have you had the same experience ? What do you think the problem 
might be ? Am I asking in the wrong forum ? Should report this bug to tc 
developers ? Come on and reply me ;-).

Good luck,
             Edulix.
--
[1] http://eshaper.sf.net
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-07-04 19:47 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-01 16:10 [LARTC] filter ingress policy rates -> slow!! Edulix
2004-07-01 20:40 ` Stef Coene
2004-07-02  8:36 ` Edulix
2004-07-02 14:13 ` gypsy
2004-07-03  4:14 ` gypsy
2004-07-03  9:44 ` Edulix
2004-07-03 11:09 ` Ed Wildgoose
2004-07-03 11:47 ` Edulix
2004-07-03 13:13 ` Ed Wildgoose
2004-07-03 15:02 ` gypsy
2004-07-03 22:25 ` Edulix
2004-07-04 19:47 ` gypsy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.