]> git.baikalelectronics.ru Git - kernel.git/commit
forcedeth: napi - handle all processing
authorAyaz Abdulla <aabdulla@nvidia.com>
Thu, 5 Mar 2009 08:02:14 +0000 (08:02 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2009 12:29:48 +0000 (05:29 -0700)
commitdce02cff4b4f416f3ec184ab35994e342e72b156
tree0f0632bc4a8a1f92daa432cfae36df0355494856
parent84262272a0e3a5c8231055b4a7e18a349f5484f4
forcedeth: napi - handle all processing

The napi poll routine has been modified to handle all interrupt events
and process them accordingly. Therefore, the ISR will now only schedule
the napi poll and disable all interrupts instead of just disabling rx
interrupt.

Signed-off-by: Ayaz Abdulla <aabdulla@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/forcedeth.c