dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/vxge
Eric Dumazet dd57f970f9 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>
2010-08-19 00:16:51 -07:00
..
Makefile vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-config.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-config.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-ethtool.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-ethtool.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-main.c vxge: Implement 64bit stats 2010-08-19 00:16:51 -07:00
vxge-main.h vxge: Implement 64bit stats 2010-08-19 00:16:51 -07:00
vxge-reg.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-traffic.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-traffic.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-version.h vxge: Version update 2010-07-15 20:46:23 -07:00