[PATCH v4 3/3] pci/iov: Expose VF drivers Auto Probe Globally
Michael Ellerman
mpe at ellerman.id.au
Thu Nov 9 11:20:10 AEDT 2017
Bjorn Helgaas <helgaas at kernel.org> writes:
> Please update the subject line from
>
> pci/iov: Expose VF drivers Auto Probe Globally
>
> to
>
> PCI/IOV: Add pci_vf_drivers_autoprobe() interface
...
>
>> + */
>> +void pci_vf_drivers_autoprobe(struct pci_dev *dev, bool auto_probe)
>> +{
>> + if (dev->is_physfn)
>> + dev->sriov->drivers_autoprobe = auto_probe;
>> +}
>> +EXPORT_SYMBOL_GPL(pci_vf_drivers_autoprobe);
>
> I don't think this needs to be exported. It's only called from arch
> code that cannot be a module.
>
> With these changes,
>
> Acked-by: Bjorn Helgaas <bhelgaas at google.com>
>
> I assume you'll merge these via the powerpc tree. Let me know if you
> need anything else from me.
Thanks.
Actually I'd basically missed this series because it wasn't properly
cc'ed to linuxppc-dev, so it doesn't appear in patchwork.
Bryant, please incorporate Bjorn's review comments and resend a v5 to
linuxppc-dev. Thanks.
It should show up here for me to see it:
http://patchwork.ozlabs.org/project/linuxppc-dev/list/?submitter=72247
cheers
More information about the Linuxppc-dev
mailing list