commit | b9ebafbe8cfeeddec881504c446cccd0d87a51b6 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Feb 20 06:48:57 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 21 21:59:57 2015 -0500 |
tree | bdae10b0c83047a55ed671b4d4d6ca7ebf26a2ab | |
parent | a4176a9391868bfa87705bcd2e3b49e9b9dd2996 [diff] |
rhashtable: ensure cache line alignment on bucket_table struct bucket_table contains mostly read fields : size, locks_mask, locks. Make sure these are not sharing a cache line with buckets[] Signed-off-by: Eric Dumazet <edumazet@google.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>