Re: [LARTC] Patch accurate packet scheduling for ATM/ADSL

2007-07-26 Thread Edouard Thuleau
Hi, 2007/7/26, Russell Stuart [EMAIL PROTECTED]: On Wed, 2007-07-25 at 15:14 +0200, Edouard Thuleau wrote: I use the patch (http://ace-host.stuart.id.au/russell/files/tc/tc-atm/) for accurate the packet scheduling on ATM/ADSL link and i think I've found a bug. I tried to write to the author

[LARTC] Patch accurate packet scheduling for ATM/ADSL

2007-07-25 Thread Edouard Thuleau
Hi, I use the patch (http://ace-host.stuart.id.au/russell/files/tc/tc-atm/) for accurate the packet scheduling on ATM/ADSL link and i think I've found a bug. I tried to write to the author but he didn't answer me. I work on a Linux 2.6.17 with the iproute2-2.6.18-061002 package. I change the

[LARTC] ATM qdisc

2007-07-04 Thread Edouard Thuleau
Hi, Someone know how to use the dqisc atm (sch_atm) ? I can't find some doc about it. Thanks, Edouard. ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] Kernel Packet Traveling Diagram

2007-07-03 Thread Edouard Thuleau
it's the conntrack system which re-assemble the fragmented packet. 2007/7/2, nano bug [EMAIL PROTECTED]: Hello, Can you post a tc -s -d filter ls dev nas0 ? On 7/2/07, Edouard Thuleau [EMAIL PROTECTED] wrote: Yes, This one was for the DSCP re-marking : iptables -t mangle

Re: [LARTC] Kernel Packet Traveling Diagram

2007-07-03 Thread Edouard Thuleau
I made a mistake in the first part of my answer. It's 120 for the counter of the qdisc. 2007/7/3, Edouard Thuleau [EMAIL PROTECTED]: Hi, I haven't the output of the ls with me. The packet was fragment in three parts, and I send 40 packets and I can see 40 packets in the filter, 80

[LARTC] Kernel Packet Traveling Diagram

2007-07-02 Thread Edouard Thuleau
Hi, I find this diagram which details the kernel packet traveling : http://www.docum.org/docum.org/kptd/ Is it up to date ? I made some test and I put a DNAT rules in the PREROUTING table of an interface and I attach it a ingress policy, the dst IP wasn't changed. the DNAT it isn't yet make.

Re: [LARTC] Kernel Packet Traveling Diagram

2007-07-02 Thread Edouard Thuleau
: http://www.imagestream.com/~josh/PacketFlow-new.pnghttp://www.imagestream.com/%7Ejosh/PacketFlow-new.png On 7/2/07, Edouard Thuleau [EMAIL PROTECTED] wrote: Hi, I find this diagram which details the kernel packet traveling : http://www.docum.org/docum.org/kptd/ Is it up to date ? I made

[LARTC] HTB and ATM patch

2007-06-28 Thread Edouard Thuleau
Hi all, I patch my kernel (2.6.17) and my tc (iproute2-2.6.18-061002) utilitie for an accurate packet scheduling on an ATM link. I configure my HTB hierarchy on the upload of the link and try with differents flows. It works correctly but in some of case I lose about 50% of my bandwith. I use

[LARTC] Library TC

2007-04-26 Thread Edouard Thuleau
Hi all, I try to made a C program (CAC (Call Admission Control) module) and I don't want to use a exec command with TC in my program when I want to add,modify or delete a QoS rule. I search a TC library and I found two projects : LQL (Linux QoS Library) : http://www.coverfire.com/lql/ (c) LTCM :

[LARTC] HTB and ATM patch

2007-02-15 Thread Edouard Thuleau
Hi all, I patch my kernel (2.6.17) and my tc (iproute2-2.6.18-061002) utilitie for an accurate packet scheduling on an ATM link. I configure my HTB hierarchy on the upload of the link and try with differents flows. It works correctly but in some of case I lose about 50% of my bandwith. I use the

[LARTC] IP rate or Ethernet rate ?

2007-02-12 Thread Edouard Thuleau
Hi, Just a question, the rate values use for configure a class, are they a IP rate or a Ethernet rate ? Thanks, Edouard. ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] IP rate or Ethernet rate ?

2007-02-12 Thread Edouard Thuleau
Yes I want to know if the rate counter calculate with the ethernet frame or only the IP frame ? When I put a ceil in Kbit/s on a HTB class, is it the ethernet rate or the IP rate ? 2007/2/12, Alexandru Dragoi [EMAIL PROTECTED]: Andrew Beverley wrote: Just a question, the rate values use for

[LARTC] QoS Linux questions

2007-02-09 Thread Edouard Thuleau
Hy, I've two question about the QoS on a Linux system. 1) What's unit it uses for the rate in the differente configuration of the schedulers, IP rate or Ethernet rate ? 2) Is it possible to attach on a interface, a queues with a strict priority scheduler and two or mores with a HTB scheduler ?