]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/ixgbe/ixgbe.h
ixgbe: fix stats handling
[net-next-2.6.git] / drivers / net / ixgbe / ixgbe.h
index 5e38de79fbbd8501550a7bb06bc254623c6a0245..ed8703cfffb7ec06ede55d5dce2ff02324d47bd6 100644 (file)
@@ -182,8 +182,9 @@ struct ixgbe_ring {
                                         */
 
        struct ixgbe_queue_stats stats;
-       unsigned long reinit_state;
+       struct u64_stats_sync syncp;
        int numa_node;
+       unsigned long reinit_state;
        u64 rsc_count;                  /* stat for coalesced packets */
        u64 rsc_flush;                  /* stats for flushed packets */
        u32 restart_queue;              /* track tx queue restarts */