All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] htb rate > 30mbit not working
@ 2003-11-11 22:49 Svetlin Simeonov
  2003-11-12  1:48 ` Damjan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Svetlin Simeonov @ 2003-11-11 22:49 UTC (permalink / raw)
  To: lartc

Hello,

I tried to set shaper on my local lan with HTB and rate 60mbit
I used linux-2.4.22 and tried with 2.4.23rc1 - all QoS and HTB related
staff compiled like modules. In both kernels the rate did not reach
more than 30mbit( 3MB/sec )

When I delete shaper I can reach 9MB/sec ( about 74mbit )
if I set shaper more than 25mbit the speed did not increase :)

I tried this with kernel 2.6.test9 and everything is OK shaper works
on 60mbit - so I think this is problem of the current kernel

Any ideas ? :)

-- 
Regards,
Svetlin Simeonov


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] htb rate > 30mbit not working
  2003-11-11 22:49 [LARTC] htb rate > 30mbit not working Svetlin Simeonov
@ 2003-11-12  1:48 ` Damjan
  2003-11-12 23:17 ` Jose Luis Domingo Lopez
  2003-11-13 10:27 ` Svetlin Simeonov
  2 siblings, 0 replies; 4+ messages in thread
From: Damjan @ 2003-11-12  1:48 UTC (permalink / raw)
  To: lartc

> I tried to set shaper on my local lan with HTB and rate 60mbit
> I used linux-2.4.22 and tried with 2.4.23rc1 - all QoS and HTB related
> staff compiled like modules. In both kernels the rate did not reach
> more than 30mbit( 3MB/sec )
> 
> When I delete shaper I can reach 9MB/sec ( about 74mbit )
> if I set shaper more than 25mbit the speed did not increase :)
> 
> I tried this with kernel 2.6.test9 and everything is OK shaper works
> on 60mbit - so I think this is problem of the current kernel
> 
> Any ideas ? :)

Well there are two new things I can think of in 2.6 vs 2.4.
One is that the HZ constant is bigger which peraps can make latencies in
the kernel smaller... but I don't know if HZ has any influence on HTB
performance.
Also 2.6 has NAPI, a new API for network card drivers that modifies the
drivers behaviour to better reflect the usage. Its interupt driven on
lighter loads, but "poll"-ing based on higher load.

Anyway you can run 2.6 its not that bad.


-- 
Damjan Georgievski
jabberID: damjan@bagra.net.mk
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] htb rate > 30mbit not working
  2003-11-11 22:49 [LARTC] htb rate > 30mbit not working Svetlin Simeonov
  2003-11-12  1:48 ` Damjan
@ 2003-11-12 23:17 ` Jose Luis Domingo Lopez
  2003-11-13 10:27 ` Svetlin Simeonov
  2 siblings, 0 replies; 4+ messages in thread
From: Jose Luis Domingo Lopez @ 2003-11-12 23:17 UTC (permalink / raw)
  To: lartc

On Wednesday, 12 November 2003, at 02:48:26 +0100,
Damjan wrote:

> Anyway you can run 2.6 its not that bad.
> 
There was a report some time ago about HTB not shaping to the specified
bandwidth in 2.6.x when traffics consists of small-sized packages. See:
http://bugzilla.kernel.org/show_bug.cgi?ide7

This supposed bug has yet to be acknowledged by some developers.

-- 
Jose Luis Domingo Lopez
Linux Registered User #189436     Debian Linux Sid (Linux 2.6.0-test9-mm2)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] htb rate > 30mbit not working
  2003-11-11 22:49 [LARTC] htb rate > 30mbit not working Svetlin Simeonov
  2003-11-12  1:48 ` Damjan
  2003-11-12 23:17 ` Jose Luis Domingo Lopez
@ 2003-11-13 10:27 ` Svetlin Simeonov
  2 siblings, 0 replies; 4+ messages in thread
From: Svetlin Simeonov @ 2003-11-13 10:27 UTC (permalink / raw)
  To: lartc

Hello again,

I tested it with MTU 128 and it works fine :) ... for now I will set
it with 2.6 kernel

Thanks a lot :)

on Wednesday, November 12, 2003, 12:49:01 AM, ste napisali

SS> Hello,

SS> I tried to set shaper on my local lan with HTB and rate 60mbit
SS> I used linux-2.4.22 and tried with 2.4.23rc1 - all QoS and HTB related
SS> staff compiled like modules. In both kernels the rate did not reach
SS> more than 30mbit( 3MB/sec )

SS> When I delete shaper I can reach 9MB/sec ( about 74mbit )
SS> if I set shaper more than 25mbit the speed did not increase :)

SS> I tried this with kernel 2.6.test9 and everything is OK shaper works
SS> on 60mbit - so I think this is problem of the current kernel

SS> Any ideas ? :)

-- 
Regards,
 Svetlin Simeonov


_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-13 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-11 22:49 [LARTC] htb rate > 30mbit not working Svetlin Simeonov
2003-11-12  1:48 ` Damjan
2003-11-12 23:17 ` Jose Luis Domingo Lopez
2003-11-13 10:27 ` Svetlin Simeonov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.