|
@@ -116,7 +116,12 @@ static const struct be_ethtool_stat et_stats[] = {
|
|
|
{DRVSTAT_INFO(rx_drops_mtu)},
|
|
|
/* Number of packets dropped due to random early drop function */
|
|
|
{DRVSTAT_INFO(eth_red_drops)},
|
|
|
- {DRVSTAT_INFO(be_on_die_temperature)}
|
|
|
+ {DRVSTAT_INFO(be_on_die_temperature)},
|
|
|
+ {DRVSTAT_INFO(rx_roce_bytes_lsd)},
|
|
|
+ {DRVSTAT_INFO(rx_roce_bytes_msd)},
|
|
|
+ {DRVSTAT_INFO(rx_roce_frames)},
|
|
|
+ {DRVSTAT_INFO(roce_drops_payload_len)},
|
|
|
+ {DRVSTAT_INFO(roce_drops_crc)}
|
|
|
};
|
|
|
#define ETHTOOL_STATS_NUM ARRAY_SIZE(et_stats)
|
|
|
|