commit | b6b556afd21b48a372be8ed0c0f79428022e1b7c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sun Nov 03 18:24:16 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 04 11:28:49 2019 -0800 |
tree | ecdd12f7e9d797bb4483800436b99202d4d83d29 | |
parent | 0c65b2b90d13c1deaee6449304dd367c5d4eb8ae [diff] |
ipv6: use jhash2() in rt6_exception_hash() Faster jhash2() can be used instead of jhash(), since IPv6 addresses have the needed alignment requirement. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>