ipv6: use jhash2() in rt6_exception_hash()
authorEric Dumazet <edumazet@google.com>
Mon, 4 Nov 2019 02:24:16 +0000 (18:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Nov 2019 19:28:49 +0000 (11:28 -0800)
commitb6b556afd21b48a372be8ed0c0f79428022e1b7c
treeecdd12f7e9d797bb4483800436b99202d4d83d29
parent0c65b2b90d13c1deaee6449304dd367c5d4eb8ae
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>
net/ipv6/route.c