Re: [PATCH 4/3] forcedeth: fix NAPI hang in IRQ.

2006-07-28 Thread Andrew Morton
On Thu, 27 Jul 2006 19:01:14 -0700 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > Fix for NAPI hanging in interrupt. With NAPI, we only need one > iteration over the IRQ. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> > > --- linux-2.6.orig/drivers/net/forcedeth.c2006-07-27 > 18:58

[PATCH 4/3] forcedeth: fix NAPI hang in IRQ.

2006-07-27 Thread Stephen Hemminger
Fix for NAPI hanging in interrupt. With NAPI, we only need one iteration over the IRQ. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.orig/drivers/net/forcedeth.c 2006-07-27 18:58:21.0 -0700 +++ linux-2.6/drivers/net/forcedeth.c 2006-07-27 18:57:31.0 -0700