Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] tc qdisc prio
@ 2001-03-22 20:23 Rick Goh
  0 siblings, 0 replies; only message in thread
From: Rick Goh @ 2001-03-22 20:23 UTC (permalink / raw)
  To: lartc

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/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-03-22 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-22 20:23 [LARTC] tc qdisc prio Rick Goh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox