diff options
author | Sudarsana Reddy Kalluru <sudarsana.kalluru@cavium.com> | 2018-05-29 02:31:24 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-31 14:02:13 -0400 |
commit | 32d26a685c1802a0e485bd674e7dd038e88019f7 (patch) | |
tree | 353ae2a38d6448363ecdf266e82b7117fb03b76d /include/linux/qed | |
parent | 8e8b332b89b629da6b485043aaddb6852c82f81f (diff) | |
download | talos-obmc-linux-32d26a685c1802a0e485bd674e7dd038e88019f7.tar.gz talos-obmc-linux-32d26a685c1802a0e485bd674e7dd038e88019f7.zip |
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>
Diffstat (limited to 'include/linux/qed')
-rw-r--r-- | include/linux/qed/qed_if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/qed/qed_if.h b/include/linux/qed/qed_if.h index ac991a3b8f03..b4040023cbfb 100644 --- a/include/linux/qed/qed_if.h +++ b/include/linux/qed/qed_if.h @@ -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 { |