linux_dsm_epyc7002/drivers/net/ethernet/intel
Jeff Kirsher 34a2a3b83e net/intel: remove driver versions from Intel drivers
As with other networking drivers, remove the unnecessary driver version
from the Intel drivers. The ethtool driver information and module version
will then report the kernel version instead.

For ixgbe, i40e and ice drivers, the driver passes the driver version to
the firmware to confirm that we are up and running.  So we now pass the
value of UTS_RELEASE to the firmware.  This adminq call is required per
the HAS document.  The Device then sends an indication to the BMC that the
PF driver is present. This is done using Host NC Driver Status Indication
in NC-SI Get Link command or via the Host Network Controller Driver Status
Change AEN.

What the BMC may do with this information is implementation-dependent, but
this is a standard NC-SI 1.1 command we honor per the HAS.

CC: Bruce Allan <bruce.w.allan@intel.com>
CC: Jesse Brandeburg <jesse.brandeburg@intel.com>
CC: Alek Loktionov <aleksandr.loktionov@intel.com>
CC: Kevin Liedtke <kevin.d.liedtke@intel.com>
CC: Aaron Rowden <aaron.f.rowden@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Co-developed-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
2020-06-25 22:25:13 -07:00
..
e1000 net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
e1000e net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
fm10k net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
i40e net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
iavf net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ice net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
igb net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
igbvf net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
igc net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgb net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgbe net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
ixgbevf net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
e100.c net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile