Ranjit Manomohan wrote:
> On 5/26/07, Patrick McHardy <[EMAIL PROTECTED]> wrote:
>
>> You can use this patch as a base. It needs a bit more work
>> (for example the CONFIG_NET_SCHED_ESTIMATOR ifdefs are
>> unnecessary, but I've added them to remind me to clean this
>> up in all schedulers), but it
On 5/26/07, Patrick McHardy <[EMAIL PROTECTED]> wrote:
Patrick McHardy wrote:
> Ranjit Manomohan wrote:
>
>>Currently the HTB rate for a class is update very slowly (once
>>every 16 seconds). This patch updates the rate whenever the stats
>>are requested from user space. This enables more accurat
Patrick McHardy wrote:
> Ranjit Manomohan wrote:
>
>>Currently the HTB rate for a class is update very slowly (once
>>every 16 seconds). This patch updates the rate whenever the stats
>>are requested from user space. This enables more accurate rate
>>monitoring.
>>
>>+/* Update packet/byte rate fo
Ranjit Manomohan wrote:
> Currently the HTB rate for a class is update very slowly (once
> every 16 seconds). This patch updates the rate whenever the stats
> are requested from user space. This enables more accurate rate
> monitoring.
>
> +/* Update packet/byte rate for a class. */
> +static void
Hi,
...couple of formatting related things, see inline comment...
On Fri, 25 May 2007, Ranjit Manomohan wrote:
> Currently the HTB rate for a class is update very slowly (once
> every 16 seconds). This patch updates the rate whenever the stats
> are requested from user space. This enables more a
Currently the HTB rate for a class is update very slowly (once
every 16 seconds). This patch updates the rate whenever the stats
are requested from user space. This enables more accurate rate
monitoring.
Signed-off-by: Ranjit Manomohan <[EMAIL PROTECTED]>
diff --git a/net/sched/sch_htb.c b/net/s