1
0
Fork 0
alistair23-linux/net/bridge
Eric Dumazet ba89966c19 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
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>
2005-08-29 16:11:18 -07:00
..
netfilter [NETLINK]: Add "groups" argument to netlink_kernel_create 2005-08-29 16:01:11 -07:00
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_device.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_fdb.c [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers 2005-08-29 16:11:18 -07:00
br_forward.c [NETFILTER]: Kill nf_debug 2005-06-21 14:01:57 -07:00
br_if.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_input.c [NETFILTER]: Kill nf_debug 2005-06-21 14:01:57 -07:00
br_ioctl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_netfilter.c [NETFILTER]: Fix connection tracking bug in 2.6.12 2005-06-28 16:04:44 -07:00
br_notify.c [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_private.h [BRIDGE]: set features based on enslaved devices 2005-05-29 14:15:17 -07:00
br_private_stp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp_bpdu.c [BRIDGE]: prevent bad forwarding table updates 2005-05-29 14:15:55 -07:00
br_stp_if.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_stp_timer.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_sysfs_br.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
br_sysfs_if.c [PATCH] kobject/hotplug split - net bridge 2005-04-18 21:57:37 -07:00