[PATCH net-next] drivers: net: xgene-v2: Extend ethtool statistics

David Miller davem at davemloft.net
Mon Apr 17 15:20:53 EDT 2017


From: Iyappan Subramanian <isubramanian at apm.com>
Date: Fri, 14 Apr 2017 16:48:18 -0700

> +	XGE_EXTD_STAT(rx_byte_cntr, RBYT),
> +	XGE_EXTD_STAT(rx_pkt_cntr, RPKT),
> +	XGE_EXTD_STAT(rx_fcs_error_cntr, RFCS),
> +	XGE_EXTD_STAT(rx_multicast_pkt_cntr, RMCA),
> +	XGE_EXTD_STAT(rx_broadcast_pkt_cntr, RBCA),

Do not duplicate statistics already reported via xge_get_stats64().



More information about the linux-arm-kernel mailing list