All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bob Puff" <bob@nleaudio.com>
To: lartc@vger.kernel.org
Subject: [LARTC] prio not seeming to work
Date: Sun, 18 Feb 2007 23:32:09 +0000	[thread overview]
Message-ID: <20070218232851.M8467@nleaudio.com> (raw)

Hello,

I am trying to mess with a prio type qdisc, and must be missing something. 
Here's my sample code:

tc qdisc add dev eth0 root handle 1: prio
tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \
  match ip dst 208.0.0.0/8 flowid 1:1
tc filter add dev eth0 parent 1:0 prio 3 protocol ip u32 \
  match ip dst 0.0.0.0/0 flowid 1:3

I would assume that any traffic going to 208.x.x.x should be getting priority
over all other traffic.  But when I set up two simultaneous FTP uploads, one
to a server in the 208.x.x.x block and one to another not in that block, both
end up at the same transfer rate.. This is going into an ADSL line.

What am I missing?

Bob
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

             reply	other threads:[~2007-02-18 23:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-18 23:32 Bob Puff [this message]
2007-02-19 16:36 ` [LARTC] prio not seeming to work Flechsenhaar, Jon J
2007-02-19 17:58 ` Bob Puff@NLE
2007-02-20 17:06 ` Flechsenhaar, Jon J

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=20070218232851.M8467@nleaudio.com \
    --to=bob@nleaudio.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.