diff options
author | Yijing Wang <wangyijing@huawei.com> | 2013-01-15 11:12:16 +0800 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-02-15 19:20:10 +0000 |
commit | 3a6ac4b93f6c2fb3d2b1aa95f32c6729fa4e9676 (patch) | |
tree | d28896db9a8ab8ee02e63ab5f7be8d1c039317fc /mm | |
parent | 1c7a9417edf13a32244bba86cf8197073ebad9a7 (diff) | |
download | lwn-3a6ac4b93f6c2fb3d2b1aa95f32c6729fa4e9676.tar.gz lwn-3a6ac4b93f6c2fb3d2b1aa95f32c6729fa4e9676.zip |
PCI: Enable ARI if dev and upstream bridge support it; disable otherwise
commit b0cc6020e1cc62f1253215f189611b34be4a83c7 upstream.
Currently, we enable ARI in a device's upstream bridge if the bridge and
the device support it. But we never disable ARI, even if the device is
removed and replaced with a device that doesn't support ARI.
This means that if we hot-remove an ARI device and replace it with a
non-ARI multi-function device, we find only function 0 of the new device
because the upstream bridge still has ARI enabled, and next_ari_fn()
only returns function 0 for the new non-ARI device.
This patch disables ARI in the upstream bridge if the device doesn't
support ARI. See the PCIe spec, r3.0, sec 6.13.
[bhelgaas: changelog, function comment]
[yijing: replace PCIe Cap accessor with legacy PCI accessor]
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Jiang Liu <jiang.liu@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions