All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: jeffrey.t.kirsher@intel.com
Cc: netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com
Subject: Re: [net-next 00/13][pull request] Intel Wired LAN Driver Updates
Date: Sun, 22 Jul 2012 12:37:33 -0700 (PDT)	[thread overview]
Message-ID: <20120722.123733.1898891964192153293.davem@davemloft.net> (raw)
In-Reply-To: <20120722.122405.1220712908232591030.davem@davemloft.net>

From: David Miller <davem@davemloft.net>
Date: Sun, 22 Jul 2012 12:24:05 -0700 (PDT)

> From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> Date: Sat, 21 Jul 2012 16:08:49 -0700
> 
>> This series contains updates to ixgbe and ixgbevf.
>> 
>> The following are changes since commit 186e868786f97c8026f0a81400b451ace306b3a4:
>>   forcedeth: spin_unlock_irq in interrupt handler fix
>> and are available in the git repository at:
>>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master
> 
> Pulled, thanks Jeff.

Can you guys actually build test this stuff?

====================
[PATCH] ixgbe: Fix build with PCI_IOV enabled.

Signed-off-by: David S. Miller <davem@davemloft.net>
---
 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c b/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
index 47b2ce7..4fea871 100644
--- a/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
+++ b/drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c
@@ -236,7 +236,7 @@ void ixgbe_disable_sriov(struct ixgbe_adapter *adapter)
 	if (ixgbe_vfs_are_assigned(adapter)) {
 		e_dev_warn("Unloading driver while VFs are assigned - VFs will not be deallocated\n");
 		return;
-
+	}
 	/* disable iov and allow time for transactions to clear */
 	pci_disable_sriov(adapter->pdev);
 #endif
-- 
1.7.10.4

  reply	other threads:[~2012-07-22 19:37 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-21 23:08 [net-next 00/13][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2012-07-21 23:08 ` [net-next 01/13] ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriov Jeff Kirsher
2012-07-21 23:08 ` [net-next 02/13] ixgbe: Change how we check for pre-existing and assigned VFs Jeff Kirsher
2012-07-21 23:08 ` [net-next 03/13] ixgbevf: Add lock around mailbox ops to prevent simultaneous access Jeff Kirsher
2012-07-21 23:08 ` [net-next 04/13] ixgbevf: Add support for PCI error handling Jeff Kirsher
2012-07-21 23:08 ` [net-next 05/13] ixgbe: Fix handling of FDIR_HASH flag Jeff Kirsher
2012-07-21 23:08 ` [net-next 06/13] ixgbevf: Fix namespace issue with ixgbe_write_eitr Jeff Kirsher
2012-07-21 23:08 ` [net-next 07/13] ixgbe: Reduce Rx header size to what is actually used Jeff Kirsher
2012-08-02 15:15   ` [PATCH] igb: reduce Rx header size Eric Dumazet
2012-08-02 15:43     ` Alexander Duyck
2012-08-02 15:52       ` Eric Dumazet
2012-08-02 20:28     ` Jeff Kirsher
2012-07-21 23:08 ` [net-next 08/13] ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UP Jeff Kirsher
2012-07-21 23:08 ` [net-next 09/13] ixgbe: fix RAR entry counting for generic and fdb_add() Jeff Kirsher
2012-07-21 23:08 ` [net-next 10/13] ixgbe: remove extra unused queues in DCB + FCoE case Jeff Kirsher
2012-07-21 23:09 ` [net-next 11/13] ixgbe: add support for new 82599 device Jeff Kirsher
2012-07-21 23:09 ` [net-next 12/13] ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interrupts Jeff Kirsher
2012-07-21 23:09 ` [net-next 13/13] igb: reset PHY in the link_up process to recover PHY setting after power down Jeff Kirsher
2012-07-22 19:24 ` [net-next 00/13][pull request] Intel Wired LAN Driver Updates David Miller
2012-07-22 19:37   ` David Miller [this message]
2012-07-22 21:39     ` Jeff Kirsher
2012-07-22 21:53       ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2014-04-24 10:30 Jeff Kirsher
2014-03-31 23:34 Jeff Kirsher
2014-04-01  1:19 ` David Miller
2014-03-12  5:53 Jeff Kirsher
2014-03-06  4:21 Jeff Kirsher
2013-10-10  6:40 Jeff Kirsher
2013-10-10 19:30 ` David Miller
2013-04-04 11:37 Jeff Kirsher
2012-10-30  7:04 Jeff Kirsher
2012-10-31 18:28 ` David Miller
2012-10-20  6:25 Jeff Kirsher
2012-08-23  9:56 Jeff Kirsher
2011-10-07  7:18 Jeff Kirsher
2011-10-07 16:38 ` David Miller
2011-09-17  8:04 Jeff Kirsher

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=20120722.123733.1898891964192153293.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=gospo@redhat.com \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=sassmann@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.