[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20111130.232900.500559159038300107.davem@davemloft.net>
Date: Wed, 30 Nov 2011 23:29:00 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, shemminger@...tta.com, dave.taht@...il.com
Subject: Re: [PATCH V2] sch_red: fix red_calc_qavg_from_idle_time
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Wed, 30 Nov 2011 23:10:53 +0100
> Since commit a4a710c4a7490587 (pkt_sched: Change PSCHED_SHIFT from 10 to
> 6) it seems RED/GRED are broken.
>
> red_calc_qavg_from_idle_time() computes a delay in us units, but this
> delay is now 16 times bigger than real delay, so the final qavg result
> smaller than expected.
>
> Use standard kernel time services since there is no need to obfuscate
> them.
>
> Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
Applied and queued up for -stable, thanks Eric.
If someone is looking for a fun project, I would like to see
psched_t obliterated completely and replaced with ktime_t across
the board.
To be honest, psched_t was created exactly because at the time we
lacked something like ktime_t.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists