Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-24 Thread Bjorn Helgaas
On Tue, Sep 15, 2015 at 10:24:46PM -0600, Alex Williamson wrote: > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That > means that if we

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-24 Thread Bjorn Helgaas
On Tue, Sep 15, 2015 at 10:24:46PM -0600, Alex Williamson wrote: > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That > means that if we

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-23 Thread Rustad, Mark D
> On Sep 15, 2015, at 9:24 PM, Alex Williamson > wrote: > > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That > means that if we quirk

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-23 Thread Myron Stowe
On Tue, Sep 15, 2015 at 10:24 PM, Alex Williamson wrote: > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That > means that if we quirk

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-23 Thread Myron Stowe
On Tue, Sep 15, 2015 at 10:24 PM, Alex Williamson wrote: > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops. That >

Re: [PATCH] PCI: Relax function 0 VPD test and relocate

2015-09-23 Thread Rustad, Mark D
> On Sep 15, 2015, at 9:24 PM, Alex Williamson > wrote: > > When we quirk a device with PCI_DEV_FLAGS_VPD_REF_F0 we're expecting > to find a device where all the functions are identical. If we don't > find that, we don't make VPD accessible through pci_vpd_ops.