netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: David Miller <davem@davemloft.net>
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 14:39:53 -0700	[thread overview]
Message-ID: <1342993193.23226.0.camel@jtkirshe-mobl> (raw)
In-Reply-To: <20120722.123733.1898891964192153293.davem@davemloft.net>

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

On Sun, 2012-07-22 at 12:37 -0700, David Miller wrote:
> 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? 

I did, but it appears I did not have PCI_IOV enabled.  That was my bad,
sorry.

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

  reply	other threads:[~2012-07-22 21:40 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
2012-07-22 21:39     ` Jeff Kirsher [this message]
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=1342993193.23226.0.camel@jtkirshe-mobl \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=gospo@redhat.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 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).