[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080409174954.GD30885@one.firstfloor.org>
Date: Wed, 9 Apr 2008 19:49:54 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Juliusz Chroboczek <Juliusz.Chroboczek@....jussieu.fr>
Cc: Andi Kleen <andi@...stfloor.org>, netdev@...r.kernel.org
Subject: Re: [PATCH] Stochastic Fair Blue queue discipline
> Random32 is initialised from get_random_bytes; so the per-cpu
> pseudo-random sequences should be uncorrelated. I fail to see how an
> arbitrary interleaving of uncorrelated good pseudo-random sequences
> can fail to be good.
They are not necessarily uncorreleated, especially on platforms
which do have poor entropy support and when your initialization happens
at boot time. Take a look at how the random pool starts in random.c.
>
> Looking at line 448 of sch_sfq.c in Linus' current HEAD, I see that
> somebody else thinks the same as I do. So please let me know if sfq
> needs fixed, or whether I can use net_random in sfb.
A lot of people get this wrong, but this doesn't mean that the
problem should be readded in new code again.
-Andi
--
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