commit | 4ae4916b56435d1d5066616120f9ff907bd96b86 | [log] [tgz] |
---|---|---|
author | Aleksandr Loktionov <aleksandr.loktionov@intel.com> | Tue May 28 10:59:15 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jun 26 09:18:54 2019 -0700 |
tree | 5c4dbe0cac8a2ca1bf4e21ed9dbf648f29499b94 | |
parent | e0f0be7dee97dfa01d5c90ab45c1302600604bda [diff] |
i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speeds This patch fixes 'NIC Link is Up, Unknown bps' message in dmesg for 2.5Gb/5Gb speeds. This problem is fixed by adding constants for VIRTCHNL_LINK_SPEED_2_5GB and VIRTCHNL_LINK_SPEED_5GB cases in the i40e_virtchnl_link_speed() function. Signed-off-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>