Skip to content

Commit

Permalink
ice: print PCI link speed and width
Browse files Browse the repository at this point in the history
Print message to inform user of PCI link speed and width.

Signed-off-by: Paul Greenwalt <paul.greenwalt@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
  • Loading branch information
Paul Greenwalt authored and Jeff Kirsher committed Nov 7, 2019
1 parent 5878589 commit e18ff11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/ethernet/intel/ice/ice_main.c
Original file line number Diff line number Diff line change
@@ -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);
}

/* print PCI link speed and width */
pcie_print_link_status(pf->pdev);

return 0;

err_alloc_sw_unroll:

0 comments on commit e18ff11

Please sign in to comment.