[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 26 Aug 2005 19:05:31 +0000 (12:05 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 23:11:18 +0000 (16:11 -0700)
This patch puts mostly read only data in the right section
(read_mostly), to help sharing of these data between CPUS without
memory ping pongs.

On one of my production machine, tcp_statistics was sitting in a
heavily modified cache line, so *every* SNMP update had to force a
reload.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found