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

2017-04-17 Thread David Miller
From: Iyappan Subramanian 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), > +

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

2017-04-14 Thread Iyappan Subramanian
This patch adds extended statistics reporting to ethtool. In summary, this patch, - adds ethtool.h with the statistics register definitions - adds 'struct xge_gstrings_extd_stats' to gather extended stats - modifies xge_get_strings(), get_sset_count() and get_ethtool_stats()