Re: [RESEND] [PATCH v2] [3/5] pasemi_mac: cleanups and rx performance improvements

2007-04-28 Thread Olof Johansson
On Sat, Apr 28, 2007 at 11:22:43AM -0400, Jeff Garzik wrote: > Olof Johansson wrote: > >NAPI fixes and cleanups for pasemi_mac: > > > >* Timer changes/fixes > >* Abstract out the rx intr restart to a separate function > >* Similar function for tx intr to reset to a known clear state even if > > fi

Re: [RESEND] [PATCH v2] [3/5] pasemi_mac: cleanups and rx performance improvements

2007-04-28 Thread Jeff Garzik
Olof Johansson wrote: NAPI fixes and cleanups for pasemi_mac: * Timer changes/fixes * Abstract out the rx intr restart to a separate function * Similar function for tx intr to reset to a known clear state even if firmware used the same interface * Add a copy-break and recycle the SKB in the dr

[RESEND] [PATCH v2] [3/5] pasemi_mac: cleanups and rx performance improvements

2007-04-27 Thread Olof Johansson
NAPI fixes and cleanups for pasemi_mac: * Timer changes/fixes * Abstract out the rx intr restart to a separate function * Similar function for tx intr to reset to a known clear state even if firmware used the same interface * Add a copy-break and recycle the SKB in the driver for small packets