android_kernel_samsung_msm8976/net/8021q
Eric Dumazet 450c4ea15e vlan: use struct netdev_queue counters instead of dev->stats
We can update netdev_queue tx_bytes/tx_packets/tx_dropped counters instead
of dev->stats ones, to reduce number of cache lines dirtied in xmit path.

This fixes a performance problem on SMP when many different cpus take
vlan tx path.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-05-18 15:15:06 -07:00
..
Kconfig
Makefile
vlan.c vlan: update vlan carrier state for admin up/down 2009-04-25 18:03:35 -07:00
vlan.h
vlan_core.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-04-16 17:35:26 -07:00
vlan_dev.c vlan: use struct netdev_queue counters instead of dev->stats 2009-05-18 15:15:06 -07:00
vlan_gvrp.c
vlan_netlink.c
vlanproc.c vlan: use struct netdev_queue counters instead of dev->stats 2009-05-18 15:15:06 -07:00
vlanproc.h