Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
From: "Rick Goh" <rickgoh@cyberway.com.sg>
To: lartc@vger.kernel.org
Subject: [LARTC] tc qdisc prio
Date: Thu, 22 Mar 2001 20:23:23 +0000	[thread overview]
Message-ID: <marc-lartc-98529293721049@msgid-missing> (raw)

hello all,
I was trying out the various queueing disciplines and i have problems with
this basic one:

Simple 3-bands Priority Scheduler -->  sch_prio.c

how i implemented it:

#########START##########
tc qdisc add dev eth1 root handle 1: prio

tc filter add dev eth1 parent 1:0 prio 5 protocol ip u32
tc filter add dev eth1 parent 1:0 prio 5 protocol ip u32
tc filter add dev eth1 parent 1:0 protocol ip prio 5 u32 match \
ip dst 192.168.1.10 flowid 1:0

#########END#########


What does this do?? What i wanted was to have 3 bands in which only when 1st
Band has finished then the 2nd Band would be serviced. So when 3 streams of
TCP traffic with different TOS is flooding 192.168.1.10 by server (with
Traffic Control), the higher TOS stream would be transmitted from server to
192.168.1.10.

How come this doesn't work?? Am i missing something here??


Regards.



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

                 reply	other threads:[~2001-03-22 20:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-lartc-98529293721049@msgid-missing \
    --to=rickgoh@cyberway.com.sg \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox