Displaying 20 results from an estimated 10000 matches similar to: "new FAQ: "HTB: mindelay=500, report it please""
2004 Jun 21
3
HTB patch - fairness
Witold Szczerba spent his time evaluating fairness of borrowing. His
troubles inspired me enough to analyze the problem: When a class changes
from yellow to green it disconnects itself from parent''s feedlist.
Unfortunately it resets feed pointer to the first child. I created a patch
where the class uses classid to remember its position in the feedlist. The
patch for 2.4.24 and hopefully
2004 Jul 22
2
HTB & tc
Hi,
I''m trying to make run a simple shaping *through HTB*. I have compiled a
new kernel 2.4.21.
First command from
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
said:
# tc qdisc add dev eth0 root handle 1: htb default 12
RTNETLINK answers: Invalid argument
I tryed both standard tc from Debian stable and
http://luxik.cdi.cz/~devik/qos/htb/v2/tc.gz
this one...
I tryed
2003 Dec 07
1
HTB: Two OOPSes fixed
Hello all,
Two oopses were found by zhaoyao and Daniel Blueman. Patch against
2.4.23 and 2.6.0-test10 is here. It will be included in next kernel
releases of course.
-------------------------------
Martin Devera aka devik
Linux kernel QoS/HTB maintainer
http://luxik.cdi.cz/~devik/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2003 Oct 23
2
New overhead and MPU features in HTB
I just wanted to inform that there is new patch
donated by Walter Karshat which implements packet overhead
and MPU computations to the rate table.
See diff for details on arguments. No tc binary available
yet at I have to compile it on system with older glibc
(not everyone use 2.3.2).
-------------------------------
Martin Devera aka devik
Linux kernel QoS/HTB maintainer
2002 Dec 11
0
Re: your mail
Hi,
I''m forwarding copy of the message to lartc group too as
it may be of general interest.
Regarding your case I''ll try to summarize our conversation.
You asked me for explanation of an error message. I answered
and asked for basic informations.
You followed with msg that there is no other info. I directed
you where to find it and reasked basic config info again.
Other mails
2002 Apr 07
2
HTB question
Hi,
I am new to tc, please forgive me for simple question.
I have linux 2.4 in my routers, I would like to use HTB. I have downloaded binary code from http://luxik.cdi.cz/~devik/qos/htb/#source, (tc.gz), but I could not open the file. Is there any other place I can get binary code for HTB. Also if you can give some direction how to patch it, it will be really helpful.
Thanks in advance
Omer
2002 Apr 26
13
New HTB docs
Hi,
for interested in participation on finishing new HTB developement
I created simple docs regarding it. It is some insight into CBQ
and HTB workings and problems.
See luxik.cdi.cz/~devik/qos/htb/v3/
2002 Jan 23
5
unknown qdisc ''htb'' ???
Hello,
I''d like to try out HTB for traffic shaping.
I have a test machine with Redhat 7.2 (kernel 2.4.10), I''ve downloaded
kernel 2.4.17, applied the patch from http://luxik.cdi.cz/~devik/qos/htb/,
recompiled the kernel (checked the option to use HTB in make menuconfig),
and rebooted with the new kernel.
When I try to add some rules with HTB (f.i. tc qdisc add dev eth0 root
2003 Feb 04
3
Re: unknown qdisc ''htb'' ???
Hello,
Could you tell me how did you solve your problem?
I have exactly the same problem but with this configuration:
- linux 2.4.20 kernel, HTB option checked
- iproute2-2.4.7-now-ss010824.tar.gz installed, which is the latest version I found at ftp://ftp.sunet.se/pub/Linux/ip-routing/, except for "try" or "do not use" versions.
I guess I do not need patching iproute2 and
2004 Jul 28
3
Re: Re: HTB 3.13 please help
//Just to not forget eth0 is WAN and eth1 is LAN . The box is NATing my lan.
I configured tcng to shape both download and upload
and i got connection loss again.
Maybe it is my script fault or it is something bad with packets marking .
this is how i mark outgoing packets
iptables -t mangle -A MYSHAPER-OUT -p tcp -s 192.168.1.23 -j MARK --set-mark
$ip
and this part of my script which is intented
2002 May 02
0
HTB3 beta
Hello All,
at http://luxik.cdi.cz/~devik/qos/htb/ is info
about new beta and also download (now in TGZ too).
You also (really) want to see performance analysis
of HTB,CBQ and HTB3 at
http://luxik.cdi.cz/~devik/qos/htb/v3/cbqhtb3perf.htm
I need testers ! Test you old setups and let me know
about problems.
enjoy,
devik
2002 Sep 04
0
Re: HTB source code - kernel and tc
Ehh it is the same for 2 years. luxik.cdi.cz/~devik/qos/htb/ ..
On Tue, 3 Sep 2002, Jingsong Fu wrote:
> Hi Devik,
> Where can I find the HTB source code for kernel and tc?
> Thanks,
> Jingsong
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jun 22
3
HTB: 3. Sharing hierarchy
On http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm...
There is a nice explanation on how/why to setup a hierarchy with HTB.
Howerver what is missing is how to setup finters for this case?
I had this working when I was using a seperat qdisc for each ?layer?,
making each HTB only one level deep. Described in the attached
qdisc.sh.GOOD.
Described in the attached qdisc.sh is my current script,
2002 May 14
1
what''s the meaning of xchg()?
lartc-request,hello!
I find a line in tbf_change() in sch_tbf.c: ptab = xchg(&q->P_tab, ptab);
Can I consider that the pointers are exchanged between q->P_tab and ptab? as following:
prev=q->R_tab;
q->R_tab = rtab;
rtab = prev;
Is my understanding righ?
======= 2002-03-23 12:01:00 you wrote:=======
>Send LARTC mailing list
2007 Jul 04
1
infinite amount of data for HTB burst
Dear all,
I''d like to ask for help with HTB configuration (after
having read some manual pages, FAQs and forum posts).
Short version: is there a way to specify infinite burst for HTB?
(Infinite amount of data to use the "ceil" rate.)
Long version:
I have the following small topology:
cable modem (uplink to ISB)
|
<ethernet>
2005 Jan 25
3
graphing
Does anyone know what Martin used to generate the graphs in the HTB user guide?
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
Thanks!
-Jacob
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Mar 06
0
HTB dudes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am trying to set up a HTB configuration, but I have some dudes. I hope
you can help me.
I read http://luxik.cdi.cz/~devik/qos/htb/htbman.htm a lot of times but I
can''t understand ''Burst'' idea. My english is limited. :-(
Can anyone give me an explain of that?
Thanks
- --
2003 May 15
5
cbq vs htb?
Hello,
Does anyone know when one should use cbq versus (simpler more accurate) htb? Specifically does cbq have added functionality that may be of interest to certain applications?
from htb home> Both CBQ and HTB help you to control the use of the
outbound bandwidth on a given link. Both allow you to use one physical link to simulate several slower links and to send different kinds of
2004 Oct 06
2
Unknown qdisc "htb", hence option "default" is unparsable
(i sent the same message from another email acount, that isn''t
memberlist. sorry)
Hi Everyone..!!
i''m beginner in tc with htb, i''m use to limit public, and nat ip clients,
i''m to add to one of my server and get this error:
> tc qdisc add dev eth0 root handle 1: htb default 10
Unknown qdisc "htb", hence option "default" is unparsable
2004 Jun 30
3
HTB and iptables statistics
Hello.
The problems are:
1. Using HTB I get negative values for tokens and ctokens in tc -s
output, for example:
mich:~# tc -s -d class show dev eth0
class htb 1:11 parent 1:1 prio 1 quantum 1024 rate 8Kbit ceil 23Kbit burst 1609b/8 mpu 0b
cburst 1628b/8 mpu 0b level 0
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 1287999 ctokens: 453286
class htb 1:1