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

2017-04-18 Thread David Miller
From: Iyappan Subramanian Date: Mon, 17 Apr 2017 16:47:55 -0700 > 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

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

2017-04-17 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()