netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 00/10] sfc changes for 2.6.37
@ 2010-09-10 16:40 Ben Hutchings
  2010-09-10 16:41 ` [PATCH net-next-2.6 01/10] sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count Ben Hutchings
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Ben Hutchings @ 2010-09-10 16:40 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

One new feature - variable ring sizes - and a few bug fixes.

Ben.

Ben Hutchings (9):
  sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count
  sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not
    rx_over_errors
  sfc: Remove declarations of functions that no longer exist
  sfc: Fix failure paths in efx_probe_port()
  sfc: Allocate DMA and event rings using GFP_KERNEL
  sfc: Abstract channel and index lookup for RX queues
  sfc: Refactor channel and queue lookup and iteration
  sfc: Allocate each channel separately, along with its RX and TX
    queues
  sfc: Allow changing the DMA ring sizes dynamically via ethtool

Steve Hodgson (1):
  sfc: Make the dmaq size a run-time setting (rather than compile-time)

 drivers/net/sfc/efx.c        |  302 +++++++++++++++++++++++++++++++-----------
 drivers/net/sfc/efx.h        |   22 ++-
 drivers/net/sfc/ethtool.c    |   53 +++++++-
 drivers/net/sfc/falcon.c     |   14 +--
 drivers/net/sfc/net_driver.h |  103 ++++++++++-----
 drivers/net/sfc/nic.c        |  182 ++++++++++++++-----------
 drivers/net/sfc/rx.c         |   71 ++++++-----
 drivers/net/sfc/selftest.c   |    7 +-
 drivers/net/sfc/siena.c      |    2 +-
 drivers/net/sfc/tx.c         |   78 ++++++-----
 10 files changed, 543 insertions(+), 291 deletions(-)

-- 
1.7.2.1


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


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

end of thread, other threads:[~2010-09-13  5:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-10 16:40 [PATCH net-next-2.6 00/10] sfc changes for 2.6.37 Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 01/10] sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad count Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 02/10] sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errors Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 03/10] sfc: Remove declarations of functions that no longer exist Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 04/10] sfc: Fix failure paths in efx_probe_port() Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 05/10] sfc: Allocate DMA and event rings using GFP_KERNEL Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 06/10] sfc: Abstract channel and index lookup for RX queues Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 07/10] sfc: Refactor channel and queue lookup and iteration Ben Hutchings
2010-09-10 16:41 ` [PATCH net-next-2.6 08/10] sfc: Allocate each channel separately, along with its RX and TX queues Ben Hutchings
2010-09-10 16:42 ` [PATCH net-next-2.6 09/10] sfc: Make the dmaq size a run-time setting (rather than compile-time) Ben Hutchings
2010-09-10 16:42 ` [PATCH net-next-2.6 10/10] sfc: Allow changing the DMA ring sizes dynamically via ethtool Ben Hutchings
2010-09-10 19:28 ` [PATCH net-next-2.6 00/10] sfc changes for 2.6.37 David Miller
2010-09-10 19:59   ` Ben Hutchings
2010-09-13  5:29     ` 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).