diff options
| author | Eric Dumazet <edumazet@google.com> | 2016-11-17 20:48:30 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2016-11-17 21:28:56 +0300 |
| commit | 29c58472ec2af073c4f858a61236fbedfc2923ac (patch) | |
| tree | 4807f37e4dba51999dc397a80962569ed7ad7162 /tools/perf/scripts/python | |
| parent | d30d9ccbfac7cf9a12a088d57aaf0891732e2bca (diff) | |
| download | linux-29c58472ec2af073c4f858a61236fbedfc2923ac.tar.xz | |
net_sched: sch_fq: use hash_ptr()
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 <edumazet@google.com>
Cc: Hugh Dickins <hughd@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
