commit | 49ecc2e9c3abd269951972fa8b23a4d081111b80 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 15 09:23:03 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Nov 16 19:07:54 2021 -0800 |
tree | a80df702ca11dfc0473c23ed47b6552ce63f2a6a | |
parent | 7071732c26fe2cf141185ed16a8a85d02495ae8c [diff] |
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>