]> Git Repo - linux.git/commit
PCI/LINK: Report degraded links via link bandwidth notification
authorAlexandru Gagniuc <[email protected]>
Wed, 27 Feb 2019 20:58:17 +0000 (14:58 -0600)
committerBjorn Helgaas <[email protected]>
Tue, 5 Mar 2019 21:04:13 +0000 (15:04 -0600)
commite8303bb7a75c113388badcc49b2a84b4121c1b3e
tree191bc959359be088dc553e69b45d82c3d4a96ff9
parentf0cfecea8d1e8e0cd5d5053f9452b3a450f49eb5
PCI/LINK: Report degraded links via link bandwidth notification

A warning is generated when a PCIe device is probed with a degraded link,
but there was no similar mechanism to warn when the link becomes degraded
after probing.  The Link Bandwidth Notification provides this mechanism.

Use the Link Bandwidth Management Interrupt to detect bandwidth changes,
and rescan the bandwidth, looking for the weakest point.  This is the same
logic used in probe().

Signed-off-by: Alexandru Gagniuc <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Lukas Wunner <[email protected]>
drivers/pci/pcie/Makefile
drivers/pci/pcie/bw_notification.c [new file with mode: 0644]
drivers/pci/pcie/portdrv.h
drivers/pci/pcie/portdrv_core.c
drivers/pci/pcie/portdrv_pci.c
This page took 0.057229 seconds and 4 git commands to generate.