PCI/IOV: Rename and export virtfn_{add, remove}
authorWei Yang <weiyang@linux.vnet.ibm.com>
Thu, 3 Mar 2016 23:53:03 +0000 (10:53 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 8 Mar 2016 22:58:13 +0000 (09:58 +1100)
commitc194f7ea7f68f2690533832ec22f0d7ed4f2d74d
treecc54089468d7409d3937cab8a1a32523023aeea2
parent4eb0799ff93b54dd40c0c5bb06f60f1eb015635b
PCI/IOV: Rename and export virtfn_{add, remove}

During EEH recovery, hotplug is applied to the devices which don't
have drivers or their drivers don't support EEH. However, the hotplug,
which was implemented based on PCI bus, can't be applied to VF directly.
Instead, we unplug and plug individual PCI devices (VFs).

This renames virtn_{add,remove}() and exports them so they can be used
in PCI hotplug during EEH recovery.

Signed-off-by: Wei Yang <weiyang@linux.vnet.ibm.com>
Reviewed-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/pci/iov.c
include/linux/pci.h
This page took 0.040337 seconds and 5 git commands to generate.