ixgbe: add access to specific device info
authorLiang-Min Larry Wang <liang-min.wang@intel.com>
Thu, 16 Jul 2015 13:25:35 +0000 (09:25 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 16 Jul 2015 22:00:48 +0000 (00:00 +0200)
commit0198848a47f5216f3fe43782b90b2e2a4fb6bda4
treea16cd5be7b38523d00b96cddfe9e4a03ba29bf5b
parent83c314da4c388f46cf3e84d06626dc2fa49b9ccb
ixgbe: add access to specific device info

add function to support ethtool ops:
- get_reg_length
- get_regs
- get_eeprom_length
- get_eeprom
- set_eeprom

Signed-off-by: Liang-Min Larry Wang <liang-min.wang@intel.com>
Acked-by: Andrew Harvey <agh@cisco.com>
Acked-by: David Harton <dharton@cisco.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c
drivers/net/ixgbe/ixgbe_regs.h [new file with mode: 0644]