From: Eric Dumazet Date: Wed, 18 Aug 2010 03:42:54 +0000 (+0000) Subject: vxge: Implement 64bit stats X-Git-Tag: v2.6.37-rc1~147^2~783 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd57f970f91e2371040db709b3731ac34e43ccdb;p=pandora-kernel.git 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 Acked-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed