On Tue, 18 Apr 2017, Bjorn Helgaas wrote: > > +static bool pci_physfn_is_probed(struct pci_dev *dev) > > +{ > > +#ifdef CONFIG_ATS > > I think this was intended to be CONFIG_PCI_ATS, not CONFIG_ATS. yes. > > But I think CONFIG_PCI_IOV would be more appropriate. With that, and The physfn member is under CONFIG_PCI_ATS so I took that one, but you are right PCI_IOV is the proper one. Will fix. > squashing this into the next patch, Did so Thanks, tglx