qed*: Add link change count value to ethtool statistics display.
This patch adds driver changes for capturing the link change count in ethtool statistics display. Please consider applying this to "net-next". Signed-off-by: Sudarsana Reddy Kalluru <Sudarsana.Kalluru@cavium.com> Signed-off-by: Ariel Elior <ariel.elior@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8e8b332b89
commit
32d26a685c
@@ -1180,6 +1180,7 @@ struct qed_eth_stats_common {
|
||||
u64 tx_mac_mc_packets;
|
||||
u64 tx_mac_bc_packets;
|
||||
u64 tx_mac_ctrl_frames;
|
||||
u64 link_change_count;
|
||||
};
|
||||
|
||||
struct qed_eth_stats_bb {
|
||||
|
Reference in New Issue
Block a user