]> Pileus Git - ~andy/linux/blobdiff - include/linux/netdevice.h
net: 64bit stats for netdev_queue
[~andy/linux] / include / linux / netdevice.h
index fdc3f29922304606e79ab1710b7c166948a414aa..b6262898ece06ffaf9de1ed0b80e6fae15c364f8 100644 (file)
@@ -501,9 +501,9 @@ struct netdev_queue {
         * please use this field instead of dev->trans_start
         */
        unsigned long           trans_start;
-       unsigned long           tx_bytes;
-       unsigned long           tx_packets;
-       unsigned long           tx_dropped;
+       u64                     tx_bytes;
+       u64                     tx_packets;
+       u64                     tx_dropped;
 } ____cacheline_aligned_in_smp;
 
 #ifdef CONFIG_RPS