Re: [PATCH 0/6] NET_SCHED: Rate table fixes

2007-09-12 Thread David Miller
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

Re: [PATCH 0/6] NET_SCHED: Rate table fixes

2007-09-12 Thread Patrick McHardy
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

[PATCH 0/6] NET_SCHED: Rate table fixes

2007-09-12 Thread Jesper Dangaard Brouer
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