Re: [PATCH V3 1/9] pci/iov: rename and export virtfn_add/virtfn_remove

2015-05-10 Thread Gavin Shan
On Mon, May 04, 2015 at 03:07:30PM +0800, Wei Yang wrote: During the EEH procedure, when a device's driver is not EEH aware or no ^ EEH recovery, driver is binded with a device, EEH core would do hotplug on this devices. ^^

[PATCH V3 1/9] pci/iov: rename and export virtfn_add/virtfn_remove

2015-05-04 Thread Wei Yang
During the EEH procedure, when a device's driver is not EEH aware or no driver is binded with a device, EEH core would do hotplug on this devices. While it isn't feasible for a VF with usual hotplug procedure. During removal of a VF, virt_bus should be removed if necessary. During the re-creation,