net: align static siphash keys
authorEric Dumazet <edumazet@google.com>
Mon, 15 Nov 2021 17:23:03 +0000 (09:23 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Nov 2021 03:07:54 +0000 (19:07 -0800)
commit49ecc2e9c3abd269951972fa8b23a4d081111b80
treea80df702ca11dfc0473c23ed47b6552ce63f2a6a
parent7071732c26fe2cf141185ed16a8a85d02495ae8c
net: align static siphash keys

siphash keys use 16 bytes.

Define siphash_aligned_key_t macro so that we can make sure they
are not crossing a cache line boundary.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/siphash.h
net/core/flow_dissector.c
net/core/secure_seq.c
net/ipv4/route.c
net/ipv4/syncookies.c
net/ipv6/route.c
net/ipv6/syncookies.c
net/netfilter/nf_conntrack_core.c
net/netfilter/nf_conntrack_expect.c
net/netfilter/nf_conntrack_netlink.c
net/netfilter/nf_nat_core.c