All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edulix <edulix@tumundoweb.com>(by way of Edulix <edulix@tumundoweb.com>) (by way
To: lartc@vger.kernel.org
Subject: [LARTC] filter ingress policy rates -> slow!!
Date: Thu, 01 Jul 2004 16:10:01 +0000	[thread overview]
Message-ID: <200407011810.01786.edulix@tumundoweb.com> (raw)

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/

             reply	other threads:[~2004-07-01 16:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-01 16:10 Edulix [this message]
2004-07-01 20:40 ` [LARTC] filter ingress policy rates -> slow!! 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200407011810.01786.edulix@tumundoweb.com \
    --to=edulix@tumundoweb.com \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.