commit | 14bb4789833a2e2610f30e2d3e1451701ac96ec1 | [log] [tgz] |
---|---|---|
author | stephen hemminger <shemminger@vyatta.com> | Tue Mar 02 13:32:09 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 16 21:23:19 2010 -0700 |
tree | 992a40f1c885d22f6bce27d270e5839b1d8d121b | |
parent | 0a9627f2649a02bea165cfd529d7bcb625c2fcad [diff] |
bridge: per-cpu packet statistics (v3) The shared packet statistics are a potential source of slow down on bridged traffic. Convert to per-cpu array, but only keep those statistics which change per-packet. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>