]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: add mac type to the version in ethtool_regs
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 19 Apr 2013 09:31:17 +0000 (09:31 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 26 Apr 2013 03:38:28 +0000 (20:38 -0700)
commitc4a56de88c6cd9996fb5dc7576d6c4934b5e6465
treed3fa82e18c36ea2a768a8da5d1f1501eee20674d
parent46d5ceddd282262267abecd70c5ed6f5bdce0f92
ixgbe: add mac type to the version in ethtool_regs

This patch adds the mac type to the version in ethtool_regs.

This will make it easier to check the mac type when dumping registers with
ethtool. The drawback of this is that older versions of ethtool will only
be able to dump in hex format for 82599 and above  when used with the updated
driver.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c