]> asedeno.scripts.mit.edu Git - linux.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)
commit870f805e97d9af3ffa752cd5b9cc6e81bc7d96ad
tree0f178bfd6a6a1ccdab335d7263e50a1dbe3aa1cb
parente3710a01a869917271718acdc53134ced24d4c82
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