|
@@ -7327,6 +7327,7 @@ static int mvpp2_ethtool_get_coalesce(struct net_device *dev,
|
|
c->rx_coalesce_usecs = port->rxqs[0]->time_coal;
|
|
c->rx_coalesce_usecs = port->rxqs[0]->time_coal;
|
|
c->rx_max_coalesced_frames = port->rxqs[0]->pkts_coal;
|
|
c->rx_max_coalesced_frames = port->rxqs[0]->pkts_coal;
|
|
c->tx_max_coalesced_frames = port->txqs[0]->done_pkts_coal;
|
|
c->tx_max_coalesced_frames = port->txqs[0]->done_pkts_coal;
|
|
|
|
+ c->tx_coalesce_usecs = port->tx_time_coal;
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|