From: Eric Dumazet <eric.duma...@gmail.com> Date: Thu, 17 Nov 2016 09:48:30 -0800
> From: Eric Dumazet <eduma...@google.com> > > When I wrote sch_fq.c, hash_ptr() on 64bit arches was awful, > and I chose hash_32(). > > Linus Torvalds and George Spelvin fixed this issue, so we can > use hash_ptr() to get more entropy on 64bit arches with Terabytes > of memory, and avoid the cast games. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Cc: Hugh Dickins <hu...@google.com> Applied, thanks Eric.