From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Wed, 12 Sep 2007 12:54:07 +0200
> Jesper Dangaard Brouer wrote:
> > This set of patches, aim at fixing an issue with the rate table used
> > by the rate based schedulers.
>
>
> ACK for all the patches :)
I added the two kernel patches to net-2.6.2
Jesper Dangaard Brouer wrote:
This set of patches, aim at fixing an issue with the rate table used
by the rate based schedulers.
ACK for all the patches :)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at
This set of patches, aim at fixing an issue with the rate table used
by the rate based schedulers.
Currently we use the lower-boundry value, which result in
under-estimating the actual bandwidth usage. The patches will change
this to use the upper-boundry L2T (length to time) value.
The patches