Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acbd6ff8 authored by Sathya Perla's avatar Sathya Perla Committed by David S. Miller
Browse files

be2net: add a description for counter rx_input_fifo_overflow_drop

parent c3c18bc1
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -78,6 +78,11 @@ static const struct be_ethtool_stat et_stats[] = {
	 * fifo must never overflow.
	 * fifo must never overflow.
	 */
	 */
	{DRVSTAT_INFO(rxpp_fifo_overflow_drop)},
	{DRVSTAT_INFO(rxpp_fifo_overflow_drop)},
	/* Received packets dropped when the RX block runs out of space in
	 * one of its input FIFOs. This could happen due a long burst of
	 * minimum-sized (64b) frames in the receive path.
	 * This counter may also be erroneously incremented rarely.
	 */
	{DRVSTAT_INFO(rx_input_fifo_overflow_drop)},
	{DRVSTAT_INFO(rx_input_fifo_overflow_drop)},
	{DRVSTAT_INFO(rx_ip_checksum_errs)},
	{DRVSTAT_INFO(rx_ip_checksum_errs)},
	{DRVSTAT_INFO(rx_tcp_checksum_errs)},
	{DRVSTAT_INFO(rx_tcp_checksum_errs)},