提交 e18ff118 编写于 作者: P Paul Greenwalt 提交者: Jeff Kirsher

ice: print PCI link speed and width

Print message to inform user of PCI link speed and width.
Signed-off-by: NPaul Greenwalt <paul.greenwalt@intel.com>
Tested-by: NAndrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
上级 5878589d
...@@ -3305,6 +3305,9 @@ ice_probe(struct pci_dev *pdev, const struct pci_device_id __always_unused *ent) ...@@ -3305,6 +3305,9 @@ ice_probe(struct pci_dev *pdev, const struct pci_device_id __always_unused *ent)
ice_cfg_lldp_mib_change(&pf->hw, true); ice_cfg_lldp_mib_change(&pf->hw, true);
} }
/* print PCI link speed and width */
pcie_print_link_status(pf->pdev);
return 0; return 0;
err_alloc_sw_unroll: err_alloc_sw_unroll:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册