Re: [PATCH] chelsio: working NAPI

2006-12-11 Thread Jeff Garzik
Stephen Hemminger wrote: This driver tries to enable/disable NAPI at runtime, but does so in an unsafe manner, and the NAPI interrupt handling is a mess. Replace it with a compile time selected NAPI implementation. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> applied - To unsubscrib

[PATCH] chelsio: working NAPI

2006-12-08 Thread Stephen Hemminger
This driver tries to enable/disable NAPI at runtime, but does so in an unsafe manner, and the NAPI interrupt handling is a mess. Replace it with a compile time selected NAPI implementation. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/Kconfig |8 +++ drivers/