* Transmit timeouts on 440GX Ocotea on 10baseT-HD network
@ 2005-12-07 15:15 Wade Farnsworth
2005-12-07 16:54 ` Wade Farnsworth
2005-12-07 17:35 ` Eugene Surovegin
0 siblings, 2 replies; 4+ messages in thread
From: Wade Farnsworth @ 2005-12-07 15:15 UTC (permalink / raw)
To: Eugene Surovegin; +Cc: linuxppc-embedded
Hi Eugene,
I'm seeing some "NETDEV WATCHDOG: eth0: transmit timed out" messages on
the Ocotea when it's connected to a 10baseT hub, and it's put under
heavy load. I'm using the most current 2.6 git tree.
This can be reproduced by ssh'ing into the Ocotea and running the
command "ping <host-machine> -A -s 1200", then also doing the same ping
command from the host to the Ocotea. The pings will be successful for a
short time, then all transmits on the Ocotea will stop for a few seconds
(usually preceded by a few duplicate packets). Transmits begin again
once the timeout occurs. /proc/net/dev doesn't report any errors, just a
few dropped packets.
Do you know what might be causing the EMAC to stop transmitting in this
situation?
Thanks,
Wade Farnsworth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Transmit timeouts on 440GX Ocotea on 10baseT-HD network
2005-12-07 15:15 Transmit timeouts on 440GX Ocotea on 10baseT-HD network Wade Farnsworth
@ 2005-12-07 16:54 ` Wade Farnsworth
2005-12-07 17:35 ` Eugene Surovegin
1 sibling, 0 replies; 4+ messages in thread
From: Wade Farnsworth @ 2005-12-07 16:54 UTC (permalink / raw)
To: Eugene Surovegin; +Cc: linuxppc-embedded
On Wed, 2005-12-07 at 08:15, Wade Farnsworth wrote:
> Hi Eugene,
>
> I'm seeing some "NETDEV WATCHDOG: eth0: transmit timed out" messages on
> the Ocotea when it's connected to a 10baseT hub, and it's put under
> heavy load. I'm using the most current 2.6 git tree.
>
> This can be reproduced by ssh'ing into the Ocotea and running the
> command "ping <host-machine> -A -s 1200", then also doing the same ping
> command from the host to the Ocotea. The pings will be successful for a
> short time, then all transmits on the Ocotea will stop for a few seconds
> (usually preceded by a few duplicate packets). Transmits begin again
> once the timeout occurs. /proc/net/dev doesn't report any errors, just a
> few dropped packets.
>
> Do you know what might be causing the EMAC to stop transmitting in this
> situation?
One more data point to consider: I ran this test on an Ebony board, but
don't encounter any timeouts. Do you know of any 440GX-specific issues
that might cause this?
Thanks again,
Wade Farnsworth
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Transmit timeouts on 440GX Ocotea on 10baseT-HD network
2005-12-07 15:15 Transmit timeouts on 440GX Ocotea on 10baseT-HD network Wade Farnsworth
2005-12-07 16:54 ` Wade Farnsworth
@ 2005-12-07 17:35 ` Eugene Surovegin
2005-12-07 18:00 ` Wade Farnsworth
1 sibling, 1 reply; 4+ messages in thread
From: Eugene Surovegin @ 2005-12-07 17:35 UTC (permalink / raw)
To: Wade Farnsworth; +Cc: linuxppc-embedded
On Wed, Dec 07, 2005 at 08:15:28AM -0700, Wade Farnsworth wrote:
> Hi Eugene,
>
> I'm seeing some "NETDEV WATCHDOG: eth0: transmit timed out" messages on
> the Ocotea when it's connected to a 10baseT hub, and it's put under
> heavy load. I'm using the most current 2.6 git tree.
>
> This can be reproduced by ssh'ing into the Ocotea and running the
> command "ping <host-machine> -A -s 1200", then also doing the same ping
> command from the host to the Ocotea. The pings will be successful for a
> short time, then all transmits on the Ocotea will stop for a few seconds
> (usually preceded by a few duplicate packets). Transmits begin again
> once the timeout occurs. /proc/net/dev doesn't report any errors, just a
> few dropped packets.
>
> Do you know what might be causing the EMAC to stop transmitting in this
> situation?
Hmm, I think this should have been fixed in the latest 2.6. Check
that you tree has this patch:
[PATCH] ibm_emac: fix graceful stop timeout handling
It went in on 01 Dec. Although this fix assumed FDX operation for
timeouts, without collisions. Maybe I was too optimistic thinking that
nobody uses 10/HDX :).
Try making STOP_TIMEOUT_10 bigger, say twice as big.
If this doesn't help, I'll send you patch with enables some additional
debugging, so I can check that stop you are experiencing is the same
problem I had last month.
--
Eugene
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Transmit timeouts on 440GX Ocotea on 10baseT-HD network
2005-12-07 17:35 ` Eugene Surovegin
@ 2005-12-07 18:00 ` Wade Farnsworth
0 siblings, 0 replies; 4+ messages in thread
From: Wade Farnsworth @ 2005-12-07 18:00 UTC (permalink / raw)
To: Eugene Surovegin; +Cc: linuxppc-embedded
On Wed, 2005-12-07 at 10:35, Eugene Surovegin wrote:
> Hmm, I think this should have been fixed in the latest 2.6. Check
> that you tree has this patch:
>
> [PATCH] ibm_emac: fix graceful stop timeout handling
>
> It went in on 01 Dec. Although this fix assumed FDX operation for
> timeouts, without collisions. Maybe I was too optimistic thinking that
> nobody uses 10/HDX :).
That was my first thought as well, but I've tried it with the patch, and
still get the timeouts.
>
> Try making STOP_TIMEOUT_10 bigger, say twice as big.
That doesn't seem to help any.
>
> If this doesn't help, I'll send you patch with enables some additional
> debugging, so I can check that stop you are experiencing is the same
> problem I had last month.
Much appreciated. Thanks!
Regards,
Wade Farnsworth
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-12-07 18:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-07 15:15 Transmit timeouts on 440GX Ocotea on 10baseT-HD network Wade Farnsworth
2005-12-07 16:54 ` Wade Farnsworth
2005-12-07 17:35 ` Eugene Surovegin
2005-12-07 18:00 ` Wade Farnsworth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox