]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Fix FW version formatting in dmesg
authorLukasz Czapnik <lukasz.czapnik@intel.com>
Mon, 9 Sep 2019 13:47:43 +0000 (06:47 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 12 Sep 2019 17:37:22 +0000 (10:37 -0700)
commit0e86b5c264e2333887d0b6b27d0190f5a4d54dce
tree0f178bfd6a6a1ccdab335d7263e50a1dbe3aa1cb
parentd9410ff13f5f48e86efdcca8776cfc582aead61d
ice: Fix FW version formatting in dmesg

The FW build id is currently being displayed as an int which doesn't make
sense. Instead display FW build id as a hex value. Also add other useful
information to the output such as NVM version, API patch info, and FW
build hash.

Signed-off-by: Lukasz Czapnik <lukasz.czapnik@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice.h
drivers/net/ethernet/intel/ice/ice_common.c
drivers/net/ethernet/intel/ice/ice_common.h
drivers/net/ethernet/intel/ice/ice_ethtool.c
drivers/net/ethernet/intel/ice/ice_lib.c
drivers/net/ethernet/intel/ice/ice_lib.h
drivers/net/ethernet/intel/ice/ice_main.c
drivers/net/ethernet/intel/ice/ice_type.h