Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1206388

Re: linux-next: Tree for Aug 12 (include/linux/pci.h)

From Stephen Rothwell <sfr@canb.auug.org.au>
Newsgroups linux.kernel
Subject Re: linux-next: Tree for Aug 12 (include/linux/pci.h)
Date 2015-08-13 00:00 +0200
Message-ID <pWMdY-60-9@gated-at.bofh.it> (permalink)
References <pWEq8-5Pp-45@gated-at.bofh.it> <pWIDo-3Bz-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Randy,

On Wed, 12 Aug 2015 11:05:36 -0700 Randy Dunlap <rdunlap@infradead.org> wrote:
>
> on i386 or x86_64:
> 
> Many (repeated) errors like this one:
> 
> ../include/linux/pci.h:390:12: error: ‘struct pci_dev’ has no member named ‘physfn’
> 
> when CONFIG_PCI_ATS is not enabled.

Maybe caused by commit

  dd0f368398ea ("crypto: qat - Add qat dh895xcc VF driver")

from the crypto tree Which adds a

  select PCI_IOV

to drivers/crypto/qat/Kconfig without the necessary

  select PCI

but PCI_IOV selects PCI_ATS, so I am not sure what happened here.  I am
assuming that your config has PCI_IOV enabled?  What about PCI?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

linux-next: Tree for Aug 12 Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-12 15:40 +0200
  Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Randy Dunlap <rdunlap@infradead.org> - 2015-08-12 20:10 +0200
    Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-13 00:00 +0200
      Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Tadeusz Struk <tadeusz.struk@intel.com> - 2015-08-13 01:00 +0200
        Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Randy Dunlap <rdunlap@infradead.org> - 2015-08-13 02:20 +0200
          Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-13 03:00 +0200
      Re: linux-next: Tree for Aug 12 (include/linux/pci.h) Randy Dunlap <rdunlap@infradead.org> - 2015-08-13 01:30 +0200

csiph-web