Re: [patch 1/5] s2io driver updates

2006-05-02 Thread Jeff Garzik
Ananda Raju wrote: hi, This patch contains all the changes that were done to improve performance of s2io driver. one line description of the changes are 1. For Non NAPI case the rx interrupt handler is being called unconditionally 2. code optimization and adding prefetch sk

[patch 1/5] s2io driver updates

2006-04-21 Thread Ananda Raju
hi, This patch contains all the changes that were done to improve performance of s2io driver. one line description of the changes are 1. For Non NAPI case the rx interrupt handler is being called unconditionally 2. code optimization and addin