--- a/drivers/net/xen-netback/common.h 2016-12-22 15:41:07.785535748 +0000 +++ b/drivers/net/xen-netback/common.h 2016-12-23 13:08:18.123080064 +0000 @@ -119,10 +119,10 @@ * A subset of struct net_device_stats that contains only the * fields that are updated in netback.c for each queue. */ - unsigned int rx_bytes; - unsigned int rx_packets; - unsigned int tx_bytes; - unsigned int tx_packets; + unsigned long rx_bytes; + unsigned long rx_packets; + unsigned long tx_bytes; + unsigned long tx_packets; /* Additional stats used by xenvif */ unsigned long rx_gso_checksum_fixup;