fm10k: expose tx_timeout_count as an ethtool stat
Named it tx_hang_count to differentiate it from tx_hwtstamp_timeout. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com> Acked-by: Matthew Vick <matthew.vick@intel.com> Tested-by: Krishneil Singh <krishneil.k.singh@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Родитель
10df06fa2a
Коммит
e05546ec05
|
@ -84,6 +84,8 @@ static const struct fm10k_stats fm10k_gstrings_global_stats[] = {
|
|||
FM10K_STAT("mbx_rx_dwords", hw.mbx.rx_dwords),
|
||||
FM10K_STAT("mbx_rx_parse_err", hw.mbx.rx_parse_err),
|
||||
|
||||
FM10K_STAT("tx_hang_count", tx_timeout_count),
|
||||
|
||||
FM10K_STAT("tx_hwtstamp_timeouts", tx_hwtstamp_timeouts),
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче