From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bob Puff" Date: Sun, 18 Feb 2007 23:32:09 +0000 Subject: [LARTC] prio not seeming to work Message-Id: <20070218232851.M8467@nleaudio.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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