Re: [PATCH] PCI: Return error if cannot probe VF

2019-05-30 Thread Alex Williamson
On Thu, 30 May 2019 08:47:27 -0500 Bjorn Helgaas wrote: > On Wed, May 01, 2019 at 11:00:16AM -0600, Alex Williamson wrote: > > Commit 0e7df22401a3 ("PCI: Add sysfs sriov_drivers_autoprobe to control > > VF driver binding") allows the user to specify that drivers for VFs of > > a PF should not be

Re: [PATCH] PCI: Return error if cannot probe VF

2019-05-30 Thread Bjorn Helgaas
On Wed, May 01, 2019 at 11:00:16AM -0600, Alex Williamson wrote: > Commit 0e7df22401a3 ("PCI: Add sysfs sriov_drivers_autoprobe to control > VF driver binding") allows the user to specify that drivers for VFs of > a PF should not be probed, but it actually causes pci_device_probe() to > return

Re: [PATCH] PCI: Return error if cannot probe VF

2019-05-01 Thread Laine Stump
On 5/1/19 1:00 PM, Alex Williamson wrote: Commit 0e7df22401a3 ("PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding") allows the user to specify that drivers for VFs of a PF should not be probed, but it actually causes pci_device_probe() to return success back to the driver core

[PATCH] PCI: Return error if cannot probe VF

2019-05-01 Thread Alex Williamson
Commit 0e7df22401a3 ("PCI: Add sysfs sriov_drivers_autoprobe to control VF driver binding") allows the user to specify that drivers for VFs of a PF should not be probed, but it actually causes pci_device_probe() to return success back to the driver core in this case. Therefore by all sysfs