netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: Improvments to Octeon Ethernet driver.
@ 2010-01-07  0:55 David Daney
  2010-01-07  0:57 ` [PATCH 1/3] MIPS: Octeon: Fix EIO handling David Daney
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: David Daney @ 2010-01-07  0:55 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips, Netdev, Greg Kroah-Hartman

These patches attempt to cleanup and improve the octeon-ethernet
driver in staging.  The first patch fixes up octeon interrupt handling
in preparation for the following patches.  The second and third
patches convert to NAPI and enable scatter-gather as well is cleaning
up some ugly garbage.

Since Octeon is a MIPS based SOC, we might want to merge the entire
series via Ralf's linux-mips.org tree.

I will reply with the three patches.

David Daney (3):
   MIPS: Octeon: Fix EIO handling.
   Staging: Octeon Ethernet: Clean up and convert to NAPI.
   Staging: Octeon Ethernet: Enable scatter-gather.

  arch/mips/cavium-octeon/octeon-irq.c      |   40 +++-
  drivers/staging/octeon/Kconfig            |    1 +
  drivers/staging/octeon/ethernet-defines.h |   28 ---
  drivers/staging/octeon/ethernet-mem.c     |   89 +++-----
  drivers/staging/octeon/ethernet-rx.c      |  377 
++++++++++++++++------------
  drivers/staging/octeon/ethernet-rx.h      |   25 ++-
  drivers/staging/octeon/ethernet-tx.c      |  330 ++++++++++++-------------
  drivers/staging/octeon/ethernet-tx.h      |   27 +--
  drivers/staging/octeon/ethernet.c         |  157 +++++--------
  drivers/staging/octeon/octeon-ethernet.h  |   48 +---
  10 files changed, 532 insertions(+), 590 deletions(-)


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

end of thread, other threads:[~2010-01-07  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07  0:55 [PATCH 0/3] Staging: Improvments to Octeon Ethernet driver David Daney
2010-01-07  0:57 ` [PATCH 1/3] MIPS: Octeon: Fix EIO handling David Daney
2010-01-07  0:57 ` [PATCH 2/3] Staging: Octeon Ethernet: Clean up and convert to NAPI David Daney
2010-01-07  1:01   ` David Miller
2010-01-07  0:57 ` [PATCH 3/3] Staging: Octeon Ethernet: Enable scatter-gather David Daney

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