net/qede/base: add stats counter for link state
[dpdk.git] / drivers / net / qede / base / ecore_dev_api.h
index aee11c0..f619683 100644 (file)
@@ -377,6 +377,7 @@ struct ecore_eth_stats_common {
        u64 tx_mac_mc_packets;
        u64 tx_mac_bc_packets;
        u64 tx_mac_ctrl_frames;
+       u64 link_change_count;
 };
 
 struct ecore_eth_stats_bb {