All of lore.kernel.org
 help / color / mirror / Atom feed
* Netra X1 - Tulip Issues - Since 2.6.24
@ 2008-10-03 17:13 Jim Gifford
  2008-10-03 17:44 ` BERTRAND Joel
  2008-10-06  2:40 ` Jim Gifford
  0 siblings, 2 replies; 3+ messages in thread
From: Jim Gifford @ 2008-10-03 17:13 UTC (permalink / raw)
  To: sparclinux

Currently running 2.6.24-gentoo-r8 and 2.6.25-gentoo-r7. Also have tried 
the vanilla kernel as well.

It appears the issues seems to be isolated tot he Sparc X1's my x86's 
using the tulip driver are not having the issue.

Not sure if it's a reporting issue or just a problem with the driver. 
Every packet seems to be an error. I've ran out of resources trying to 
figure this out on my own, but no luck. Seems to be TX issue only.

Here's what I'm seeing

mail ~ # mii-diag eth0
Basic registers of MII PHY #1:  2100 780d 0181 b840 01e1 0000 0000 0000.
 Basic mode control register 0x2100: Auto-negotiation disabled, with
 Speed fixed at 100 mbps, full-duplex.
 You have link beat, and everything is working OK.
 Link partner information is not exchanged when in fixed speed mode.
   End of basic transceiver information.

mail ~ # mii-diag eth1
Basic registers of MII PHY #1:  2100 780d 0181 b840 01e1 0000 0000 0000.
 Basic mode control register 0x2100: Auto-negotiation disabled, with
 Speed fixed at 100 mbps, full-duplex.
 You have link beat, and everything is working OK.
 Link partner information is not exchanged when in fixed speed mode.
   End of basic transceiver information.

mail ~ # ifconfig
eth0      Link encap:Ethernet  HWaddr 00:03:BA:0F:37:73
          inet addr:172.16.0.50  Bcast:172.16.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:147120 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33290 errors:556 dropped:0 overruns:2 carrier:554
          collisions:12 txqueuelen:1000
          RX bytes:11800444 (11.2 Mb)  TX bytes:5032585 (4.7 Mb)
          Interrupt:9

eth1      Link encap:Ethernet  HWaddr 00:03:BA:0F:37:74
          inet addr:10.0.0.50  Bcast:10.0.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3941 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1 errors:4835 dropped:0 overruns:0 carrier:4835
          collisions:0 txqueuelen:1000
          RX bytes:1089347 (1.0 Mb)  TX bytes:54 (54.0 b)
          Interrupt:10 Base address:0x100

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:51 errors:0 dropped:0 overruns:0 frame:0
          TX packets:51 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:3906 (3.8 Kb)  TX bytes:3906 (3.8 Kb)

Oct  2 23:26:59 mail kernel: [ 9822.736777] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:07 mail kernel: [ 9830.732649] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:15 mail kernel: [ 9838.728518] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:23 mail kernel: [ 9846.724386] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:31 mail kernel: [ 9854.720177] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:39 mail kernel: [ 9862.716124] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:47 mail kernel: [ 9870.711943] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:27:55 mail kernel: [ 9878.707824] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:28:03 mail kernel: [ 9886.703675] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:28:11 mail kernel: [ 9894.699598] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:28:19 mail kernel: [ 9902.695467] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:28:27 mail kernel: [ 9910.691336] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  2 23:28:35 mail kernel: [ 9918.687122] NETDEV WATCHDOG: eth0: 
transmit timed out



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Netra X1 - Tulip Issues - Since 2.6.24
  2008-10-03 17:13 Netra X1 - Tulip Issues - Since 2.6.24 Jim Gifford
@ 2008-10-03 17:44 ` BERTRAND Joel
  2008-10-06  2:40 ` Jim Gifford
  1 sibling, 0 replies; 3+ messages in thread
From: BERTRAND Joel @ 2008-10-03 17:44 UTC (permalink / raw)
  To: sparclinux

Jim Gifford a écrit :
> Currently running 2.6.24-gentoo-r8 and 2.6.25-gentoo-r7. Also have tried 
> the vanilla kernel as well.
> 
> It appears the issues seems to be isolated tot he Sparc X1's my x86's 
> using the tulip driver are not having the issue.
> 
> Not sure if it's a reporting issue or just a problem with the driver. 
> Every packet seems to be an error. I've ran out of resources trying to 
> figure this out on my own, but no luck. Seems to be TX issue only.

	This is a known trouble that seems to be fixed in 2.6.26. If I 
remember, this trouble is older than 2.6.24. I have seen the same with 
3Com adapter since 2.6.19 and it affected all archs.

	Regards,

	JKB

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Netra X1 - Tulip Issues - Since 2.6.24
  2008-10-03 17:13 Netra X1 - Tulip Issues - Since 2.6.24 Jim Gifford
  2008-10-03 17:44 ` BERTRAND Joel
@ 2008-10-06  2:40 ` Jim Gifford
  1 sibling, 0 replies; 3+ messages in thread
From: Jim Gifford @ 2008-10-06  2:40 UTC (permalink / raw)
  To: sparclinux

BERTRAND Joel wrote:
> Jim Gifford a écrit :
>> Currently running 2.6.24-gentoo-r8 and 2.6.25-gentoo-r7. Also have 
>> tried the vanilla kernel as well.
>>
>> It appears the issues seems to be isolated tot he Sparc X1's my x86's 
>> using the tulip driver are not having the issue.
>>
>> Not sure if it's a reporting issue or just a problem with the driver. 
>> Every packet seems to be an error. I've ran out of resources trying 
>> to figure this out on my own, but no luck. Seems to be TX issue only.
>
>     This is a known trouble that seems to be fixed in 2.6.26. If I 
> remember, this trouble is older than 2.6.24. I have seen the same with 
> 3Com adapter since 2.6.19 and it affected all archs.
>
>     Regards,
>
>     JKB
> -- 
> To unsubscribe from this list: send the line "unsubscribe sparclinux" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Just put on 2.6.26 on there, still happening, not as much. It dies with 
these errors under 2.6.26. Here are the 2 last ones. It takes a few 
hours to bomb, but it does.

Oct  5 04:33:09 mail kernel: [13368.070731] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 04:33:09 mail kernel: [13368.072165] ------------[ cut here 
]------------
Oct  5 04:33:09 mail kernel: [13368.072177] WARNING: at 
net/sched/sch_generic.c:222 dev_watchdog+0x10c/0x140()
Oct  5 04:33:09 mail kernel: [13368.072189] Modules linked in: 
openpromfs tulip
Oct  5 04:33:09 mail kernel: [13368.072204] Call Trace:
Oct  5 04:33:09 mail kernel: [13368.072212]  [00000000005e68cc] 
dev_watchdog+0x114/0x140
Oct  5 04:33:09 mail kernel: [13368.072227]  [000000000045fc8c] 
run_timer_softirq+0x174/0x1e0
Oct  5 04:33:09 mail kernel: [13368.072249]  [000000000045b0bc] 
__do_softirq+0x64/0xe0
Oct  5 04:33:09 mail kernel: [13368.072264]  [000000000045b198] 
do_softirq+0x60/0x80
Oct  5 04:33:09 mail kernel: [13368.072277]  [000000000045b344] 
irq_exit+0x8c/0xc0
Oct  5 04:33:09 mail kernel: [13368.072290]  [000000000043307c] 
timer_interrupt+0x64/0xc0
Oct  5 04:33:09 mail kernel: [13368.072306]  [00000000004209d4] 
tl0_irq14+0x1c/0x20
Oct  5 04:33:09 mail kernel: [13368.072323]  [0000000000427d00] 
cpu_idle+0x28/0xc0
Oct  5 04:33:09 mail kernel: [13368.072338]  [000000000070ca1c] 
start_kernel+0x284/0x2c0
Oct  5 04:33:09 mail kernel: [13368.072365]  [000000000063c964] 
tlb_fixup_done+0x88/0x9c
Oct  5 04:33:09 mail kernel: [13368.072380]  [0000000000000000] 0x8
Oct  5 04:33:09 mail kernel: [13368.072392] ---[ end trace 
bad8983fa8581c2e ]---

Oct  5 13:47:51 mail kernel: [11186.068395] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:47:51 mail kernel: [11186.069824] ------------[ cut here 
]------------
Oct  5 13:47:51 mail kernel: [11186.069836] WARNING: at 
net/sched/sch_generic.c:222 dev_watchdog+0x10c/0x140()
Oct  5 13:47:51 mail kernel: [11186.069847] Modules linked in: 
openpromfs tulip
Oct  5 13:47:51 mail kernel: [11186.069863] Call Trace:
Oct  5 13:47:51 mail kernel: [11186.069870]  [00000000005e68cc] 
dev_watchdog+0x114/0x140
Oct  5 13:47:51 mail kernel: [11186.069885]  [000000000045fc8c] 
run_timer_softirq+0x174/0x1e0
Oct  5 13:47:51 mail kernel: [11186.069906]  [000000000045b0bc] 
__do_softirq+0x64/0xe0
Oct  5 13:47:51 mail kernel: [11186.069921]  [000000000045b198] 
do_softirq+0x60/0x80
Oct  5 13:47:51 mail kernel: [11186.069934]  [000000000045b344] 
irq_exit+0x8c/0xc0
Oct  5 13:47:51 mail kernel: [11186.069946]  [000000000043307c] 
timer_interrupt+0x64/0xc0
Oct  5 13:47:51 mail kernel: [11186.069963]  [00000000004209d4] 
tl0_irq14+0x1c/0x20
Oct  5 13:47:51 mail kernel: [11186.069979]  [0000000000427d0c] 
cpu_idle+0x34/0xc0
Oct  5 13:47:51 mail kernel: [11186.069994]  [000000000070ca1c] 
start_kernel+0x284/0x2c0
Oct  5 13:47:51 mail kernel: [11186.070020]  [000000000063c964] 
tlb_fixup_done+0x88/0x9c
Oct  5 13:47:51 mail kernel: [11186.070035]  [0000000000000000] 0x8
Oct  5 13:47:51 mail kernel: [11186.070047] ---[ end trace 
57f9d9a3f577b443 ]---
Oct  5 13:47:59 mail kernel: [11194.064398] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:48:07 mail kernel: [11202.060400] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:48:15 mail kernel: [11210.056403] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:48:23 mail kernel: [11218.052407] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:48:31 mail kernel: [11226.048412] NETDEV WATCHDOG: eth0: 
transmit timed out
Oct  5 13:48:39 mail kernel: [11234.044411] NETDEV WATCHDOG: eth0: 
transmit timed out


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-06  2:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 17:13 Netra X1 - Tulip Issues - Since 2.6.24 Jim Gifford
2008-10-03 17:44 ` BERTRAND Joel
2008-10-06  2:40 ` Jim Gifford

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.