From: Alexander Duyck Date: Sat, 28 Sep 2013 06:01:03 +0000 (+0000) Subject: i40e: Add support for 64 bit netstats X-Git-Tag: v3.13-rc1~105^2~194^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=980e9b1186424fa3eb766d59fc91003d0ed1ed6a;p=pandora-kernel.git i40e: Add support for 64 bit netstats This change brings support for 64 bit netstats to the driver. Previously the stats were 64 bit but highly racy due to the fact that 64 bit transactions are not atomic on 32 bit systems. This change makes is so that the 64 bit byte and packet stats are reliable on all architectures. Signed-off-by: Alexander Duyck Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed