i40e: count drops in netstat interface
[deliverable/linux.git] / drivers / net / ethernet / intel / i40e / i40e_main.c
index dce7d85116cfd445b1e7b6b6d49f31cda2c32bc5..3a3d49cebd9231e2c9d730c822617a76cc3f95d1 100644 (file)
@@ -474,6 +474,7 @@ static struct rtnl_link_stats64 *i40e_get_netdev_stats_struct(
        stats->tx_errors        = vsi_stats->tx_errors;
        stats->tx_dropped       = vsi_stats->tx_dropped;
        stats->rx_errors        = vsi_stats->rx_errors;
+       stats->rx_dropped       = vsi_stats->rx_dropped;
        stats->rx_crc_errors    = vsi_stats->rx_crc_errors;
        stats->rx_length_errors = vsi_stats->rx_length_errors;
 
This page took 0.027003 seconds and 5 git commands to generate.