netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull request: sfc 2012-03-09
@ 2012-03-10  0:46 Ben Hutchings
  2012-03-10  0:48 ` [PATCH net-next 01/10] sfc: Fix calculation of vf_i in map_vi_index() Ben Hutchings
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Ben Hutchings @ 2012-03-10  0:46 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

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

The following changes since commit ffcb97388b1d41b1db063eb041cb9af408662127:

  Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next (2012-03-04 21:59:39 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem

(commit 460eeaa03c5c0af32a388337a6e1f0f1acd043ce)

1. Fix a bug in SR-IOV support that I introduced while cleaning it up
prior to upstreaming.
2. Show the part number for all boards at probe time, not just the ones
we have specific code for.
3. Improve self-test reliability, and test interrupts & events
immediately after bringing an interface up.
4. Improve adaptive IRQ moderation.
5. Various cleanup.

Ben.

Ben Hutchings (9):
      sfc: Remove redundant function efx_nic_has_mc()
      sfc: Update comments on efx_rx_packet_gro()
      sfc: Remove TX completions from adaptive IRQ scoring
      sfc: Raise self-test timeouts
      sfc: Test all event queues in parallel
      sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test
      sfc: Run event/IRQ self-test asynchronously when interface is brought up
      sfc: Remove efx_channel::last_eventq_read_ptr
      sfc: Log the part number on probe

Robert Stonehouse (1):
      sfc: Fix calculation of vf_i in map_vi_index()

 drivers/net/ethernet/sfc/efx.c           |   63 +++++++++-
 drivers/net/ethernet/sfc/efx.h           |    2 +-
 drivers/net/ethernet/sfc/falcon_boards.c |   13 --
 drivers/net/ethernet/sfc/net_driver.h    |    8 +-
 drivers/net/ethernet/sfc/nic.c           |   11 +-
 drivers/net/ethernet/sfc/nic.h           |   21 ++--
 drivers/net/ethernet/sfc/rx.c            |    7 +-
 drivers/net/ethernet/sfc/selftest.c      |  192 ++++++++++++++++++++---------
 drivers/net/ethernet/sfc/selftest.h      |    3 +
 drivers/net/ethernet/sfc/siena.c         |    3 +-
 drivers/net/ethernet/sfc/siena_sriov.c   |    2 +-
 11 files changed, 222 insertions(+), 103 deletions(-)

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

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

end of thread, other threads:[~2012-03-10  2:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-10  0:46 pull request: sfc 2012-03-09 Ben Hutchings
2012-03-10  0:48 ` [PATCH net-next 01/10] sfc: Fix calculation of vf_i in map_vi_index() Ben Hutchings
2012-03-10  0:49 ` [PATCH net-next 02/10] sfc: Remove redundant function efx_nic_has_mc() Ben Hutchings
2012-03-10  0:49 ` [PATCH net-next 03/10] sfc: Update comments on efx_rx_packet_gro() Ben Hutchings
2012-03-10  0:49 ` [PATCH net-next 04/10] sfc: Remove TX completions from adaptive IRQ scoring Ben Hutchings
2012-03-10  0:50 ` [PATCH net-next 05/10] sfc: Raise self-test timeouts Ben Hutchings
2012-03-10  0:50 ` [PATCH net-next 06/10] sfc: Test all event queues in parallel Ben Hutchings
2012-03-10  0:51 ` [PATCH net-next 07/10] sfc: Encapsulate access to efx_{channel,nic}::last_irq_cpu in self-test Ben Hutchings
2012-03-10  0:51 ` [PATCH net-next 08/10] sfc: Run event/IRQ self-test asynchronously when interface is brought up Ben Hutchings
2012-03-10  0:52 ` [PATCH net-next 09/10] sfc: Remove efx_channel::last_eventq_read_ptr Ben Hutchings
2012-03-10  0:53 ` [PATCH net-next 10/10] sfc: Log the part number on probe Ben Hutchings
2012-03-10  2:56 ` pull request: sfc 2012-03-09 David Miller

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).