diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-08-18 05:42:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-19 09:16:51 +0200 |
commit | dd57f970f91e2371040db709b3731ac34e43ccdb (patch) | |
tree | e51cbe0b96df2e5b7ce5881574c7c62112a75479 /drivers/net/slip.c | |
parent | atm: remove a net_device_stats clear (diff) | |
download | linux-dd57f970f91e2371040db709b3731ac34e43ccdb.tar.xz linux-dd57f970f91e2371040db709b3731ac34e43ccdb.zip |
vxge: Implement 64bit stats
vxge_get_stats() is racy, since it clears a block of memory (net_stats)
possibly still used by other cpus.
We can update this driver to full 64bit stats, since ndo_get_stats64()
provides a private block to store results, and driver maintains 64bit
counters already.
We also remove net_stats field from struct vxge_sw_stats
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Jon Mason <jon.mason@exar.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/slip.c')
0 files changed, 0 insertions, 0 deletions