Files
linux/include
Eric Dumazet 6060bcdcff rhashtable: reorganize struct rhashtable layout
While under frags DDOS I noticed unfortunate false sharing between
@nelems and @params.automatic_shrinking

Move @nelems at the end of struct rhashtable so that first cache line
is shared between all cpus, because almost never dirtied.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit e5d672a078)
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-10-18 09:13:25 +02:00
..
2018-08-03 07:55:26 +02:00
2016-06-14 10:29:44 +01:00
2018-01-23 19:57:04 +01:00
2018-09-09 20:01:25 +02:00