summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/liquidio/lio_main.c
diff options
context:
space:
mode:
authorDavid S. Miller2017-11-01 03:37:17 +0100
committerDavid S. Miller2017-11-01 03:37:17 +0100
commit2278f51421f54432dc2e4e25c39d46925f59a359 (patch)
tree00e0dcc03398a8361423210c658551d49c00001e /drivers/net/ethernet/cavium/liquidio/lio_main.c
parentMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... (diff)
parentnet/mlx5e: Switch channels counters to use stats group API (diff)
downloadkernel-qcow2-linux-2278f51421f54432dc2e4e25c39d46925f59a359.tar.gz
kernel-qcow2-linux-2278f51421f54432dc2e4e25c39d46925f59a359.tar.xz
kernel-qcow2-linux-2278f51421f54432dc2e4e25c39d46925f59a359.zip
Merge tag 'mlx5-updates-2017-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says: ==================== mlx5-updates-2017-10-31 mlx5e stats groups This series from Kamal introduces an important refactoring for mlx5e stats handling, which groups the stats into generic groups structure which allows to control the behavior and stats reporting per group in a modular way. In the first patch Kamal introduces a new data type "mlx5e_stats_grp" This change defines a new API to create a group of stats and simplifies the way of handling them. This struct will define the following behavior per group: - get_num_stats() - return the number of counters in the group. - fill_strings() - fill counters strings within the group. - fill_stats() - fill counters values within the group. All other patches will be straight forward refactoring per stats group, where Kamal will move each mlx5e stats group to use the new API. The idea is to have better flexibility and modularity to add new counters, all ethtool logic was rendered generic and loops through the generic stats groups and calls the groups callbacks to figure out how and what to report back to user space. Introducing new file en_stats.c to hold all the new stat groups logic and implementation. Static structures (counters descriptors) moved from en_stats.h to en_stats.c which reduces the mlx5_core binary footprint, originally reported and addressed by Stephen Hemminger: ("mlx5: fix space waste from ethtool descriptions") which was waived due to this re-design. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/liquidio/lio_main.c')
0 files changed, 0 insertions, 0 deletions