linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan fcea6f3da5 ice: Add stats and ethtool support
This patch implements a watchdog task to get packet statistics from
the device.

This patch also adds support for the following ethtool operations:

ethtool devname
ethtool -s devname [msglvl N] [msglevel type on|off]
ethtool -g|--show-ring devname
ethtool -G|--set-ring devname [rx N] [tx N]
ethtool -i|--driver devname
ethtool -d|--register-dump devname [raw on|off] [hex on|off] [file name]
ethtool -k|--show-features|--show-offload devname
ethtool -K|--features|--offload devname feature on|off
ethtool -P|--show-permaddr devname
ethtool -S|--statistics devname
ethtool -a|--show-pause devname
ethtool -A|--pause devname [autoneg on|off] [rx on|off] [tx on|off]
ethtool -r|--negotiate devname

CC: Andrew Lunn <andrew@lunn.ch>
CC: Jakub Kicinski <kubakici@wp.pl>
CC: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-03-26 12:11:19 -07:00
..
Makefile ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice.h ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_adminq_cmd.h ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_common.c ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_common.h ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_controlq.c ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_controlq.h ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_devids.h
ice_ethtool.c ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_hw_autogen.h ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_lan_tx_rx.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_main.c ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00
ice_nvm.c ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_osdep.h ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_sched.c ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_sched.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_status.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_switch.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_switch.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_txrx.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_txrx.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_type.h ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00