Re: Linux-2.6.3 : [eth0: Too much work at interrupt,status=0x00000001.]

From: Stephen Hemminger
Date: Fri Feb 20 2004 - 15:18:25 EST


On Fri, 20 Feb 2004 19:15:09 +0000
Andrew Walrond <andrew@xxxxxxxxxxx> wrote:

> On Friday 20 Feb 2004 6:20 pm, YOSHIFUJI Hideaki / ____________ wrote:
> > In article <200402201803.12146.andrew@xxxxxxxxxxx> (at Fri, 20 Feb 2004
> 18:03:11 +0000), Andrew Walrond <andrew@xxxxxxxxxxx> says:
> >
> > I've got this several times, randomly, and
> > I had to go to the console to reboot the machine.
> >
>
> Well the machine and network (at least with just ssh access) is working fine
>
> I left the machine (which is a remote rack-mounted server) for an hour and now
> there is perhaps 120 of these warnings. Net is still working though.
>
> Unless anyone has any ideas, I'll move back to 2.4 on this machine
>
> Andrew

The driver needs to be converted to NAPI to sustain high network loads.
The existing driver allocates and copies each receive packet in the interrupt routine.

See the recent revision of 8139too to see what that entails.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/