search for: wfq

Displaying 12 results from an estimated 12 matches for "wfq".

Did you mean: cfq
2002 Jul 10
7
Anything out there that is similar to Cisco''s WFQ?
> From: "CIT/Paul" <xerox@foonet.net> > Any help would be greatly appreciated :) This is much better than SFQ :> Sounds like SFQ to me. Can you tell us what the differences are?
2006 Apr 02
3
tc patched doesn''t work with WFQ
...----- Hash: SHA1 Hi, I was searching for few days in this mailing list but I didn''t find how to solve my tc problem. Feel free to ask me more details if you think there are relevant. I''m using a Gentoo 2.4.32-gentoo-r2 and I''m trying to test a *weighted fair queuing* (WFQ) implementation. See http://home.sch.bme.hu/~tusi/wfq/ I patched the kernel and loaded the sch_wfq module, I patched iproute2/tc and compile everything. I tried the command - ------------ # tc qdisc add dev eth0 root handle 1:0 wfq 1 ifspped 12500000 Unknown qdisc "wfq", hence option &q...
2005 Jun 24
0
wfq scripts needed help
hai all i need to implement CBWFQ in linux As i wrote script in edge as: which mark the EF traffic ____________________________________________________________________-__ #!/bin/sh DEV=eth0 tc qdisc add dev $DEV handle 1: root dsmark indices 8 tc class change dev $DEV classid 1:1 dsmark mask 0x3 value 0xb8 # making two filte...
2006 Jun 19
0
Linux QoS to support LLQ and WFQ
I would like to implement an architecture to support LLQ and WFQ with Qos linux elements ! Is possible use CBQ (you can set same parameters to control WRR process) or HTB (how can i controll DRR process) structure ? My idea is to classify packets by List flows, tos flows or connections flows (as CBWFQ on CISCO ) I saw also for WRR patch (http://www.zz9.dk/wrr)...
2005 Nov 22
0
WFQ substitue
Hi, I wanted to implemente WFQ, but it is not implemented on tc. Is there any way of making something like WFQ with which is implemented on tc?? What I exactly want to do, is to select flows by IP and port destination, and priorize them, but I don''t need (and don''t really want) to fix any rate... Has anyone...
2005 May 26
1
wfq implementation in linux
Hi all As part of may project i wants to implement the WFQ in linux, at present upto my knowledge there is no such implementation in linux. The only mannual i got from "Csaba Toth", He explained the tc command so i hope that is in linux also. DID any one know about it, Please infome me about it also, Thanks for all regards *********...
2005 Jun 02
1
WFQ-implementation in Linux
I would like to implement WFQ queuing discipline in Linux as a part of our deploma project. How to assign weight to each flow using ''tc'' commands.Then which will be the main queue. Thanks and Regards sheba
2004 Aug 03
0
QOS inquiry:WFQ?HTB?DRR?
Hi, I used HTB3.6 on Linux to control traffic.It seems that HTB uses DRR(Dificit Round-Robin) algorithm.I heard that it is difficult for DRR to get a delay bounded and WFQ is better than DRR.Is that right?So,how to implement WFQ in Linux? Thanks a lot! Best Regards swcims swcims@163.com 2004-08-03 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HO...
2005 Apr 06
2
WFQ in Linux
How can we have WFQ implemented in Linux.....any pointers. Also do we need a patch in Kernel to implement these. Regards Arshad
2006 May 10
0
tc patched doesn''t work with WFQ TOO
I''ve the same problem of Julien Bisconti. Can someone help me ? I try to compile iproute2 for my target ppc 8260. Thank you !
2005 Jan 04
4
Scheduler Mechnisms!
Hello, Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ, are there any more? Then, there is a confusion on scheduler in Linux enviroment: Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if there is packet which want to enqueue the packet, the Function red_enqueue is called, but when the packet leave the queue(when the Function...
2005 Feb 07
3
Where to assign weights to different flows?
Dear all, I''m really a newbie in using ''tc''s class and qdisc concepts. I have a question, for example, when I want to use SFQ, how to assign different weights to different flows? I mean, is there a parameter to be set **in SFQ** to allow some flows to get more bandwidth than others? -- Best Regards, Franklin _______________________________________________ LARTC