netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
@ 2011-11-06  0:08 Alexander Kolesen
  2011-11-06  3:18 ` Jeff Kirsher
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kolesen @ 2011-11-06  0:08 UTC (permalink / raw)
  To: netdev; +Cc: Greg Rose, Sibai Li, Jeff Kirsher

Hello.
I've tried to build vanilla kernel (HEAD: 5c8a0fbb) and got the error:

  CC [M]  drivers/net/ethernet/intel/ixgbe/ixgbe_main.o
  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_set_interrupt_capability':
  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:4724:3: error: implicit declaration of function 'ixgbe_disable_sriov'
  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_remove':
  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:7773:3: error: implicit declaration of function 'ixgbe_check_vf_assignment'
  make[5]: *** [drivers/net/ethernet/intel/ixgbe/ixgbe_main.o] Error 1
  make[4]: *** [drivers/net/ethernet/intel/ixgbe] Error 2
  make[3]: *** [drivers/net/ethernet/intel] Error 2
  make[2]: *** [drivers/net/ethernet] Error 2
  make[1]: *** [drivers/net] Error 2
  make: *** [drivers] Error 2

Looks like the commit 9487dc84 breaks it when the CONFIG_PCI_IOV switched off.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
  2011-11-06  0:08 ixgbe: compilation failed if CONFIG_PCI_IOV isn't set Alexander Kolesen
@ 2011-11-06  3:18 ` Jeff Kirsher
  2011-11-06 19:51   ` Or Gerlitz
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff Kirsher @ 2011-11-06  3:18 UTC (permalink / raw)
  To: Alexander Kolesen; +Cc: netdev, Rose, Gregory V, Li, Sibai

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

On Sat, 2011-11-05 at 17:08 -0700, Alexander Kolesen wrote:
> Hello.
> I've tried to build vanilla kernel (HEAD: 5c8a0fbb) and got the error:
> 
>   CC [M]  drivers/net/ethernet/intel/ixgbe/ixgbe_main.o
>   drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_set_interrupt_capability':
>   drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:4724:3: error: implicit declaration of function 'ixgbe_disable_sriov'
>   drivers/net/ethernet/intel/ixgbe/ixgbe_main.c: In function 'ixgbe_remove':
>   drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:7773:3: error: implicit declaration of function 'ixgbe_check_vf_assignment'
>   make[5]: *** [drivers/net/ethernet/intel/ixgbe/ixgbe_main.o] Error 1
>   make[4]: *** [drivers/net/ethernet/intel/ixgbe] Error 2
>   make[3]: *** [drivers/net/ethernet/intel] Error 2
>   make[2]: *** [drivers/net/ethernet] Error 2
>   make[1]: *** [drivers/net] Error 2
>   make: *** [drivers] Error 2
> 
> Looks like the commit 9487dc84 breaks it when the CONFIG_PCI_IOV switched off.
> 

Was with the latest kernel from David Miller's net.gt tree?  I just ask
because I just pushed a patch (a couple of days ago) to resolve
compilation errors when CONFIG_PCI_IOV is not enabled by Greg Rose.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
  2011-11-06  3:18 ` Jeff Kirsher
@ 2011-11-06 19:51   ` Or Gerlitz
  2011-11-07 12:46     ` Alexander Kolesen
  0 siblings, 1 reply; 5+ messages in thread
From: Or Gerlitz @ 2011-11-06 19:51 UTC (permalink / raw)
  To: jeffrey.t.kirsher; +Cc: Alexander Kolesen, netdev, Rose, Gregory V, Li, Sibai

On Sun, Nov 6, 2011 at 5:18 AM, Jeff Kirsher
<jeffrey.t.kirsher@intel.com> wrote:
> Was with the latest kernel from David Miller's net.gt tree?  I just ask
> because I just pushed a patch (a couple of days ago) to resolve
> compilation errors when CONFIG_PCI_IOV is not enabled by Greg Rose.

In my case it was with Linus tree from github

Or.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
  2011-11-06 19:51   ` Or Gerlitz
@ 2011-11-07 12:46     ` Alexander Kolesen
  2011-11-07 16:47       ` Rose, Gregory V
  0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kolesen @ 2011-11-07 12:46 UTC (permalink / raw)
  To: Or Gerlitz; +Cc: jeffrey.t.kirsher, netdev, Rose, Gregory V, Li, Sibai

> On Sun, Nov 6, 2011 at 5:18 AM, Jeff Kirsher
> <jeffrey.t.kirsher@intel.com> wrote:
> > Was with the latest kernel from David Miller's net.gt tree?  I just ask
> > because I just pushed a patch (a couple of days ago) to resolve
> > compilation errors when CONFIG_PCI_IOV is not enabled by Greg Rose.
> 
> In my case it was with Linus tree from github
> 
> Or.
It was with Linus tree, but David Miller's net.gt alsa has this issue.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
  2011-11-07 12:46     ` Alexander Kolesen
@ 2011-11-07 16:47       ` Rose, Gregory V
  0 siblings, 0 replies; 5+ messages in thread
From: Rose, Gregory V @ 2011-11-07 16:47 UTC (permalink / raw)
  To: Alexander Kolesen, Or Gerlitz; +Cc: Kirsher, Jeffrey T, netdev, Li, Sibai

> -----Original Message-----
> From: Alexander Kolesen [mailto:kolesen.a@gmail.com]
> Sent: Monday, November 07, 2011 4:47 AM
> To: Or Gerlitz
> Cc: Kirsher, Jeffrey T; netdev@vger.kernel.org; Rose, Gregory V; Li, Sibai
> Subject: Re: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
> 
> > On Sun, Nov 6, 2011 at 5:18 AM, Jeff Kirsher
> > <jeffrey.t.kirsher@intel.com> wrote:
> > > Was with the latest kernel from David Miller's net.gt tree?  I just
> ask
> > > because I just pushed a patch (a couple of days ago) to resolve
> > > compilation errors when CONFIG_PCI_IOV is not enabled by Greg Rose.
> >
> > In my case it was with Linus tree from github
> >
> > Or.
> It was with Linus tree, but David Miller's net.gt alsa has this issue.

Yeah, I'll have it fixed soon.  My apologies.

- Greg

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-11-07 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-06  0:08 ixgbe: compilation failed if CONFIG_PCI_IOV isn't set Alexander Kolesen
2011-11-06  3:18 ` Jeff Kirsher
2011-11-06 19:51   ` Or Gerlitz
2011-11-07 12:46     ` Alexander Kolesen
2011-11-07 16:47       ` Rose, Gregory V

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).