Bug 7611
Summary: | sky2 ethernet driver - eth0: hw csum failure. | ||
---|---|---|---|
Product: | Drivers | Reporter: | Philip Copeland (bryce) |
Component: | Network | Assignee: | Stephen Hemminger (stephen) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | CC: | bunk |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.19-rc6 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Philip Copeland
2006-12-01 09:52:47 UTC
Need to know hardware information about chip version etc. This can be found with 'lspci -v' and 'dmesg | grep sky2' okies,.. lspci -v: ------------------------- 03:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8062 PCI-E IPMI Gi gabit Ethernet Controller (rev 14) Subsystem: ASUSTeK Computer Inc. Unknown device 81da Flags: bus master, fast devsel, latency 0, IRQ 8411 Memory at f97fc000 (64-bit, non-prefetchable) [size=16K] I/O ports at b800 [size=256] Expansion ROM at f97c0000 [disabled] [size=128K] Capabilities: [48] Power Management version 2 Capabilities: [50] Vital Product Data Capabilities: [5c] Message Signalled Interrupts: 64bit+ Queue=0/1 Enable+ Capabilities: [e0] Express Legacy Endpoint IRQ 0 dmesg | grep sky2: ------------------------- [root@emerald-x64 ~]# dmesg | grep sky2 sky2 v1.10 addr 0xf97fc000 irq 16 Yukon-XL (0xb3) rev 3 sky2 eth0: addr 00:17:31:97:ef:2d sky2 eth1: addr 00:17:31:97:ef:2e sky2 eth0: enabling interface sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both [<ffffffff88249b95>] :sky2:sky2_poll+0x7f0/0xa86 [<ffffffff88249b95>] :sky2:sky2_poll+0x7f0/0xa86 [<ffffffff88249b95>] :sky2:sky2_poll+0x7f0/0xa86 Phil =--= mm one other thing that kinda puzzles me [root@emerald-x64 ~]# dmesg | grep sky2 sky2 v1.10 addr 0xf97fc000 irq 16 Yukon-XL (0xb3) rev 3 [root@emerald-x64 ~]# cat /proc/interrupts CPU0 CPU1 ... 8411: 3609006 0 PCI-MSI-edge eth0 err irq 16 becomes 8411 ??? Phil =--= Probably not surprising, still there in 2.6.19 (release) eth0: hw csum failure. Call Trace: [<ffffffff80268752>] show_trace+0x34/0x47 [<ffffffff80268777>] dump_stack+0x12/0x17 [<ffffffff8024ab49>] __skb_checksum_complete+0x4a/0x62 [<ffffffff80226965>] tcp_v4_rcv+0x17f/0x9b7 [<ffffffff802336a9>] ip_local_deliver+0x19b/0x25f [<ffffffff80234665>] ip_rcv+0x499/0x4e0 [<ffffffff80220017>] netif_receive_skb+0x350/0x3db [<ffffffff88259b95>] :sky2:sky2_poll+0x7f0/0xa86 [<ffffffff8020bf8c>] net_rx_action+0xa4/0x1a7 [<ffffffff80211924>] __do_softirq+0x55/0xc3 Phil =--= |