[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] eth0: Tx hung
- Subject: Re: [cobalt-users] eth0: Tx hung
- From: "Graeme Fowler" <graeme.f@xxxxxxxxxxxxxxx>
- Date: Fri Nov 17 04:04:39 2000
- Organization: WebFusion Internet Solutions
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Malcolm McLeary said:
> I have a Qube2 which hangs routinely when its SMB shares are being
backed up
> by a network PC (i.e. sucking data from mounted shares).
<snip>
> Nov 11 20:08:41 microserver kernel: eth0: Tx hung, 1370662 vs.
1370661.
<snip>
> Is the ethernet controller dodgy?
Almost certainly not. The problem here is more than likely with the
ethernet *driver* and not the hardware. It looks like an 'off-by-one'
error in the driver code which is then being trapped elsewhere in the
driver. Of course, if it *is* a fault in the ethernet controller itself,
it might be causing a similar fault...
I used to work on a large web cache project where we had NICS running at
80Mbps+ in both directions 24 hours a day, and the stability of ethernet
drivers was (obviously) a major concern.
I'd check with Cobalt to see if they have ever updated the Ethernet
driver for the Qube2 first, and then try rolling my own from the source
code. Depends on what you're comfortable with I guess :)
Graeme