All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pcnet32: reorg, NAPI, and cleanup
@ 2006-09-11 17:45 Don Fry
  0 siblings, 0 replies; only message in thread
From: Don Fry @ 2006-09-11 17:45 UTC (permalink / raw)
  To: tsbogend, jgarzik, netdev

These patches to the pcnet32 driver implement NAPI and respond to some
other suggestions found during NAPI development and testing.

The NAPI code change was broken into two pieces, one is
code-reorganization, and the second is the NAPI implementation.  Tested
with and without NAPI ia32 and ppc64 with '970A, '971, '972, and '976.

The comments from Francois Romieu regarding using spin_lock instead of
spin_lock_irqsave were investigated, but since interrupts have to be
disabled to prevent the interrupt handler from deadlocking, and since I
would probably forget sometime, it is safer to leave the locking as it
is.  The requested mmiowb calls were added.

Please appply to 2.6.19.

1/3 Code reorganization to facilitate NAPI.
2/3 NAPI implementation.
3/3 Magic number cleanup.
-- 
Don Fry
brazilnut@us.ibm.com

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-11 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-11 17:45 [PATCH 0/3] pcnet32: reorg, NAPI, and cleanup Don Fry

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.