Re: [pci PATCH v8 3/4] nvme: Migrate over to unmanaged SR-IOV support

2018-04-21 Thread Christoph Hellwig
On Fri, Apr 20, 2018 at 12:31:03PM -0400, Alexander Duyck wrote: > Instead of implementing our own version of a SR-IOV configuration stub in > the nvme driver we can just reuse the existing > pci_sriov_configure_simple function. > > Reviewed-by: Christoph Hellwig > Signed-off-by: Alexander Duyck

[pci PATCH v8 3/4] nvme: Migrate over to unmanaged SR-IOV support

2018-04-20 Thread Alexander Duyck
Instead of implementing our own version of a SR-IOV configuration stub in the nvme driver we can just reuse the existing pci_sriov_configure_simple function. Reviewed-by: Christoph Hellwig Signed-off-by: Alexander Duyck --- v5: Replaced call to pci_sriov_configure_unmanaged with pci_sri