netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Kolesen <kolesen.a@gmail.com>
To: netdev@vger.kernel.org
Cc: Greg Rose <gregory.v.rose@intel.com>,
	Sibai Li <sibai.li@intel.com>,
	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: ixgbe: compilation failed if CONFIG_PCI_IOV isn't set
Date: Sun, 6 Nov 2011 03:08:19 +0300	[thread overview]
Message-ID: <20111106000819.GC12157@vaio> (raw)

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.

             reply	other threads:[~2011-11-06  0:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-06  0:08 Alexander Kolesen [this message]
2011-11-06  3:18 ` ixgbe: compilation failed if CONFIG_PCI_IOV isn't set Jeff Kirsher
2011-11-06 19:51   ` Or Gerlitz
2011-11-07 12:46     ` Alexander Kolesen
2011-11-07 16:47       ` Rose, Gregory V

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111106000819.GC12157@vaio \
    --to=kolesen.a@gmail.com \
    --cc=gregory.v.rose@intel.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=sibai.li@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).