Re: Kernel 3.4.57: "tg3 0000:01:00.0: eth0: transmit timed out, resetting"

From: Urban Loesch
Date: Sun Nov 17 2013 - 07:38:54 EST


Hi Ethan,

thanks for you help.
tso was still off when the error occured.

>> scatter-gather: on
>> tx-scatter-gather: on
>> tx-scatter-gather-fraglist: off [fixed]
>> tcp-segmentation-offload: off
>> tx-tcp-segmentation: off
>> tx-tcp-ecn-segmentation: off
>> tx-tcp6-segmentation: off

But sg was on.

The error has not been occured until last reboot yesterday. So I think it happens only under heavy network load.

Now I disabled sg too. the output of "ethtool -K eth0 sg off" was:

Actual changes:
scatter-gather: off
tx-scatter-gather: off
tcp-segmentation-offload: off
tx-tcp-segmentation: off [requested on]
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp6-segmentation: off [requested on]
generic-segmentation-offload: off [requested on]

Hope this helps.

Many thanks
Urban

Am 17.11.2013 01:35, schrieb Ethan Zhao:
Urban,
See also this mail thread:
http://lkml.indiana.edu/hypermail/linux/kernel/1206.0/01878.html
You could try following workaround to see if you hit the same
issue with 5906.
Turn off sg and tso with ethtool, there is similar bug with 5906

Just my 2 cents,
Ethan

---------------------------------------------------------------------------------------------------------------------
[PATCH] tg3: Apply short DMA frag workaround to 5906

5906 devices also need the short DMA fragment workaround. This patch
makes the necessary change.

Signed-off-by: Matt Carlson <mcarlson@xxxxxxxxxxxx>
---
drivers/net/ethernet/broadcom/tg3.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/net/ethernet/broadcom/tg3.c
b/drivers/net/ethernet/broadcom/tg3.c
index d55df32..2db4d70 100644
--- a/drivers/net/ethernet/broadcom/tg3.c
+++ b/drivers/net/ethernet/broadcom/tg3.c
@@ -14275,7 +14275,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
}
}

- if (tg3_flag(tp, 5755_PLUS))
+ if (tg3_flag(tp, 5755_PLUS) ||
+ GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5906)
tg3_flag_set(tp, SHORT_DMA_BUG);

if (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5719)

On Sat, Nov 16, 2013 at 10:01 PM, Urban Loesch <bind@xxxxxxxx> wrote:
Hi,

I'm running a DELL PER620 with kernel 3.4.57 an Broadcom quad-port gbit
adapter BCM5720. 15min load-average is about 4-8.

After 13 days of uptime today the machine becomes unresponsible. But after a
couple of minutes it becomes responsible again and was rebooted (sysctl
paremter for kernel.panic = 1) automatically. the machine is acting a
webserver fo about 3000 virtualhosts.

After searching the lofiles on remote my syslog server I found the following
messages regarding eth0:

2013-11-16 11:43:38 [1505491.196172] tg3 0000:01:00.0: eth0: transmit timed
out, resetting
2013-11-16 11:43:38 [1505491.815002] INFO: rcu_bh detected stalls on
CPUs/tasks:
2013-11-16 11:43:38 [1505491.815009] 16: (1 GPs behind)
idle=1fd/140000000000000/0
2013-11-16 11:43:38 [1505491.815012] (detected by 6, t=6002 jiffies)
2013-11-16 11:43:38 [1505491.815014] INFO: Stall ended before state dump
start
2013-11-16 11:43:38 [1505492.450611] tg3 0000:01:00.0: eth0: 0x00000000:
0x165f14e4, 0x00100406, 0x02000000, 0x00800010
2013-11-16 11:43:38 [1505492.450614] tg3 0000:01:00.0: eth0: 0x00000010:
0xd57a000c, 0x00000000, 0xd57b000c, 0x00000000
2013-11-16 11:43:38 [1505492.450615] tg3 0000:01:00.0: eth0: 0x00000020:
0xd57c000c, 0x00000000, 0x00000000, 0x1f5b1028
2013-11-16 11:43:38 [1505492.450617] tg3 0000:01:00.0: eth0: 0x00000030:
0xd8800000, 0x00000048, 0x00000000, 0x0000010f
2013-11-16 11:43:38 [1505492.450619] tg3 0000:01:00.0: eth0: 0x00000040:
0x00000000, 0x3f000000, 0xc8035001, 0x64002008
2013-11-16 11:43:38 [1505492.450621] tg3 0000:01:00.0: eth0: 0x00000050:
0x818c5803, 0x78000000, 0x0086a005, 0x00000000
2013-11-16 11:43:38 [1505492.450623] tg3 0000:01:00.0: eth0: 0x00000060:
0x00000000, 0x00000000, 0xf0000298, 0x00380081
2013-11-16 11:43:38 [1505492.450624] tg3 0000:01:00.0: eth0: 0x00000070:
0x000710b0, 0xffcb28fa, 0x0001421c, 0x00000000
2013-11-16 11:43:38 [1505492.450626] tg3 0000:01:00.0: eth0: 0x00000080:
0x00000001, 0x00000002, 0x00000000, 0x000001d2
2013-11-16 11:43:38 [1505492.450628] tg3 0000:01:00.0: eth0: 0x00000090:
0x00000000, 0x00000000, 0x00000000, 0x000006a1
2013-11-16 11:43:38 [1505492.450629] tg3 0000:01:00.0: eth0: 0x000000a0:
0x8010ac11, 0x00000004, 0x00001004, 0x00020010
2013-11-16 11:43:38 [1505492.450631] tg3 0000:01:00.0: eth0: 0x000000b0:
0x10008d81, 0x0010242e, 0x0004cc22, 0x10120040
2013-11-16 11:43:38 [1505492.450633] tg3 0000:01:00.0: eth0: 0x000000d0:
0x0000001f, 0x00000006, 0x00000000, 0x00000001
2013-11-16 11:43:38 [1505492.450635] tg3 0000:01:00.0: eth0: 0x000000f0:
0x00000000, 0x05720000, 0x00000000, 0xbec733be
2013-11-16 11:43:38 [1505492.450637] tg3 0000:01:00.0: eth0: 0x00000100:
0x13c10001, 0x00000000, 0x00018000, 0x000e7030
2013-11-16 11:43:38 [1505492.450638] tg3 0000:01:00.0: eth0: 0x00000110:
0x00002000, 0x000031c0, 0x000000a0, 0x00000000
2013-11-16 11:43:38 [1505492.450640] tg3 0000:01:00.0: eth0: 0x00000130:
0x00000000, 0x00000000, 0x00000000, 0x15010003
2013-11-16 11:43:38 [1505492.450642] tg3 0000:01:00.0: eth0: 0x00000140:
0x1c3f67fa, 0x000090b1, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450643] tg3 0000:01:00.0: eth0: 0x00000150:
0x16010004, 0x00000000, 0x0007811b, 0x00000001
2013-11-16 11:43:38 [1505492.450645] tg3 0000:01:00.0: eth0: 0x00000160:
0x00010002, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450647] tg3 0000:01:00.0: eth0: 0x00000170:
0x00000000, 0x800000ff, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450648] tg3 0000:01:00.0: eth0: 0x00000200:
0x00000000, 0x3f000000, 0x00000000, 0xfb000000
2013-11-16 11:43:38 [1505492.450650] tg3 0000:01:00.0: eth0: 0x00000210:
0x00000000, 0x0d000000, 0x00000000, 0xa7000000
2013-11-16 11:43:38 [1505492.450652] tg3 0000:01:00.0: eth0: 0x00000220:
0x00000000, 0x00000001, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450653] tg3 0000:01:00.0: eth0: 0x00000260:
0x00000000, 0x00000000, 0x00000000, 0x000006a1
2013-11-16 11:43:38 [1505492.450655] tg3 0000:01:00.0: eth0: 0x00000280:
0x00000000, 0x000001d2, 0x00000000, 0x00000d73
2013-11-16 11:43:38 [1505492.450657] tg3 0000:01:00.0: eth0: 0x00000290:
0x00000000, 0x000004df, 0x00000000, 0x000001b5
2013-11-16 11:43:38 [1505492.450659] tg3 0000:01:00.0: eth0: 0x00000300:
0x0000010d, 0x000001df, 0x000000bb, 0x00000035
2013-11-16 11:43:38 [1505492.450660] tg3 0000:01:00.0: eth0: 0x00000400:
0x18e04808, 0x00400000, 0x00001000, 0x00000880
2013-11-16 11:43:38 [1505492.450662] tg3 0000:01:00.0: eth0: 0x00000410:
0x000090b1, 0x1c3f67fa, 0x000090b1, 0x1c3f67fa
2013-11-16 11:43:38 [1505492.450664] tg3 0000:01:00.0: eth0: 0x00000420:
0x000090b1, 0x1c3f67fa, 0x000090b1, 0x1c3f67fa
2013-11-16 11:43:38 [1505492.450666] tg3 0000:01:00.0: eth0: 0x00000430:
0x00000400, 0x00000000, 0x000002f4, 0x000005f2
2013-11-16 11:43:38 [1505492.450667] tg3 0000:01:00.0: eth0: 0x00000440:
0x00000000, 0x00000000, 0x00000000, 0x04384400
2013-11-16 11:43:38 [1505492.450669] tg3 0000:01:00.0: eth0: 0x00000450:
0x00000001, 0x00008000, 0x00000000, 0x00000102
2013-11-16 11:43:38 [1505492.450671] tg3 0000:01:00.0: eth0: 0x00000460:
0x00000008, 0x00002620, 0x01ff0002, 0x00000000
2013-11-16 11:43:38 [1505492.450672] tg3 0000:01:00.0: eth0: 0x00000470:
0x80000200, 0x00c10000, 0x01000000, 0xc0000000
2013-11-16 11:43:38 [1505492.450674] tg3 0000:01:00.0: eth0: 0x00000480:
0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
2013-11-16 11:43:38 [1505492.450676] tg3 0000:01:00.0: eth0: 0x00000500:
0x00000008, 0x00000002, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450677] tg3 0000:01:00.0: eth0: 0x00000540:
0x0000e0db, 0x551fe086, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450679] tg3 0000:01:00.0: eth0: 0x00000590:
0x00e00000, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450681] tg3 0000:01:00.0: eth0: 0x000005b0:
0x00000000, 0x00000008, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450682] tg3 0000:01:00.0: eth0: 0x000005c0:
0x52ad2878, 0x40ae6aee, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450684] tg3 0000:01:00.0: eth0: 0x00000600:
0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
2013-11-16 11:43:38 [1505492.450686] tg3 0000:01:00.0: eth0: 0x00000610:
0xffffffff, 0x00000000, 0x07c00004, 0x00000000
2013-11-16 11:43:38 [1505492.450687] tg3 0000:01:00.0: eth0: 0x00000620:
0x00000040, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450689] tg3 0000:01:00.0: eth0: 0x00000630:
0x01230123, 0x01230123, 0x01230123, 0x01230123
2013-11-16 11:43:38 [1505492.450691] tg3 0000:01:00.0: eth0: 0x00000640:
0x01230123, 0x01230123, 0x01230123, 0x01230123
2013-11-16 11:43:38 [1505492.450693] tg3 0000:01:00.0: eth0: 0x00000650:
0x01230123, 0x01230123, 0x01230123, 0x01230123
2013-11-16 11:43:38 [1505492.450694] tg3 0000:01:00.0: eth0: 0x00000660:
0x01230123, 0x01230123, 0x01230123, 0x01230123
2013-11-16 11:43:38 [1505492.450696] tg3 0000:01:00.0: eth0: 0x00000670:
0x5f865437, 0xe4ac62cc, 0x50103a45, 0x36621985
2013-11-16 11:43:38 [1505492.450698] tg3 0000:01:00.0: eth0: 0x00000680:
0xbf14c0e8, 0x1bc27a1e, 0x84f4b556, 0x094ea6fe
2013-11-16 11:43:38 [1505492.450699] tg3 0000:01:00.0: eth0: 0x00000690:
0x7dda01e7, 0xc04d7481, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450701] tg3 0000:01:00.0: eth0: 0x000006c0:
0x00000000, 0x00000000, 0x04000000, 0x00000000
2013-11-16 11:43:38 [1505492.450703] tg3 0000:01:00.0: eth0: 0x000006d0:
0x00000001, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450705] tg3 0000:01:00.0: eth0: 0x00000800:
0x000008a6, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450706] tg3 0000:01:00.0: eth0: 0x00000810:
0x00000000, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450708] tg3 0000:01:00.0: eth0: 0x00000820:
0x00000000, 0x00000000, 0xffffffff, 0x00000000
2013-11-16 11:43:38 [1505492.450710] tg3 0000:01:00.0: eth0: 0x00000830:
0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450711] tg3 0000:01:00.0: eth0: 0x00000840:
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450713] tg3 0000:01:00.0: eth0: 0x00000850:
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450715] tg3 0000:01:00.0: eth0: 0x00000860:
0xffffffff, 0xffffffff, 0xffffffff, 0x00000009
2013-11-16 11:43:38 [1505492.450716] tg3 0000:01:00.0: eth0: 0x00000880:
0x00000963, 0x019454f2, 0x00000000, 0x0000000a
2013-11-16 11:43:38 [1505492.450718] tg3 0000:01:00.0: eth0: 0x000008f0:
0x00000001, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450720] tg3 0000:01:00.0: eth0: 0x00000900:
0x00006c19, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450721] tg3 0000:01:00.0: eth0: 0x00000910:
0x00000000, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450723] tg3 0000:01:00.0: eth0: 0x00000920:
0x00000000, 0x00000000, 0xffffffff, 0x00000000
2013-11-16 11:43:38 [1505492.450725] tg3 0000:01:00.0: eth0: 0x00000930:
0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450726] tg3 0000:01:00.0: eth0: 0x00000940:
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450728] tg3 0000:01:00.0: eth0: 0x00000950:
0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
2013-11-16 11:43:38 [1505492.450730] tg3 0000:01:00.0: eth0: 0x00000960:
0xffffffff, 0xffffffff, 0xffffffff, 0x00000071
2013-11-16 11:43:38 [1505492.450732] tg3 0000:01:00.0: eth0: 0x00000980:
0x00005e7f, 0x00000000, 0x00000000, 0x00000097
2013-11-16 11:43:38 [1505492.450733] tg3 0000:01:00.0: eth0: 0x00000990:
0x00000003, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450735] tg3 0000:01:00.0: eth0: 0x00000a00:
0xf428f606, 0x1613e7b3, 0x00000004, 0x00000000
2013-11-16 11:43:38 [1505492.450737] tg3 0000:01:00.0: eth0: 0x00000a20:
0x51b3edd8, 0x13a2f3e5, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450738] tg3 0000:01:00.0: eth0: 0x00000a40:
0x1bb17940, 0x1353913e, 0x00000002, 0x000000bb
2013-11-16 11:43:38 [1505492.450740] tg3 0000:01:00.0: eth0: 0x00000a60:
0xb79007bb, 0x13f86e55, 0x00000006, 0x00000000
2013-11-16 11:43:38 [1505492.450742] tg3 0000:01:00.0: eth0: 0x00000c00:
0x0000000a, 0x00000000, 0x00000003, 0x00000001
2013-11-16 11:43:38 [1505492.450743] tg3 0000:01:00.0: eth0: 0x00000c10:
0x00000000, 0x00000000, 0x00000000, 0x00f20000
2013-11-16 11:43:38 [1505492.450745] tg3 0000:01:00.0: eth0: 0x00000c80:
0x50438596, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450747] tg3 0000:01:00.0: eth0: 0x00000ce0:
0xf2cfb402, 0x0000000b, 0x000000f2, 0x00040028
2013-11-16 11:43:38 [1505492.450748] tg3 0000:01:00.0: eth0: 0x00000cf0:
0x00000000, 0x5000005f, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450750] tg3 0000:01:00.0: eth0: 0x00001000:
0x00000002, 0x00000000, 0xa000c4c6, 0x00000000
2013-11-16 11:43:38 [1505492.450752] tg3 0000:01:00.0: eth0: 0x00001010:
0x01df1df1, 0x0000c4c6, 0x00000000, 0x00000000
2013-11-16 11:43:38 [1505492.450754] tg3 0000:01:00.0: eth0: 0x00001400:
0x00000006, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450755] tg3 0000:01:00.0: eth0: 0x00001440:
0x000001df, 0x0000010d, 0x00000035, 0x000000bb
2013-11-16 11:43:39 [1505492.450757] tg3 0000:01:00.0: eth0: 0x00001480:
0x00002211, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450759] tg3 0000:01:00.0: eth0: 0x00001800:
0x00000036, 0x00000000, 0x000001df, 0x0000010d
2013-11-16 11:43:39 [1505492.450760] tg3 0000:01:00.0: eth0: 0x00001810:
0x00000035, 0x000000bb, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450762] tg3 0000:01:00.0: eth0: 0x00001830:
0x00000000, 0x00000000, 0x00000000, 0xf8354000
2013-11-16 11:43:39 [1505492.450764] tg3 0000:01:00.0: eth0: 0x00001840:
0xf82f8000, 0x00000017, 0x00000202, 0xc0000000
2013-11-16 11:43:39 [1505492.450766] tg3 0000:01:00.0: eth0: 0x00001850:
0x0000001f, 0x00000000, 0x000041e0, 0x010d01df
2013-11-16 11:43:39 [1505492.450767] tg3 0000:01:00.0: eth0: 0x00001860:
0x0100d200, 0x00000000, 0xf8355de0, 0x00000017
2013-11-16 11:43:39 [1505492.450769] tg3 0000:01:00.0: eth0: 0x00001c00:
0x00000002, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450771] tg3 0000:01:00.0: eth0: 0x00002000:
0x00000002, 0x00000010, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450773] tg3 0000:01:00.0: eth0: 0x00002010:
0x00000181, 0x00000001, 0x00780003, 0x00000000
2013-11-16 11:43:39 [1505492.450775] tg3 0000:01:00.0: eth0: 0x00002100:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450776] tg3 0000:01:00.0: eth0: 0x00002110:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450778] tg3 0000:01:00.0: eth0: 0x00002120:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450780] tg3 0000:01:00.0: eth0: 0x00002130:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450781] tg3 0000:01:00.0: eth0: 0x00002140:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450783] tg3 0000:01:00.0: eth0: 0x00002150:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450784] tg3 0000:01:00.0: eth0: 0x00002160:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450786] tg3 0000:01:00.0: eth0: 0x00002170:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450788] tg3 0000:01:00.0: eth0: 0x00002180:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450789] tg3 0000:01:00.0: eth0: 0x00002190:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450791] tg3 0000:01:00.0: eth0: 0x000021a0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450793] tg3 0000:01:00.0: eth0: 0x000021b0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450794] tg3 0000:01:00.0: eth0: 0x000021c0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450796] tg3 0000:01:00.0: eth0: 0x000021d0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450798] tg3 0000:01:00.0: eth0: 0x000021e0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450799] tg3 0000:01:00.0: eth0: 0x000021f0:
0x000e1710, 0x000e1710, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450801] tg3 0000:01:00.0: eth0: 0x00002200:
0x3d943ab4, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450803] tg3 0000:01:00.0: eth0: 0x00002250:
0x00004e57, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450804] tg3 0000:01:00.0: eth0: 0x00002400:
0x00010012, 0x00000000, 0x00240001, 0x00000000
2013-11-16 11:43:39 [1505492.450806] tg3 0000:01:00.0: eth0: 0x00002410:
0x0000000f, 0x00005d00, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450808] tg3 0000:01:00.0: eth0: 0x00002440:
0x00000000, 0x00000000, 0x00000002, 0x00044400
2013-11-16 11:43:39 [1505492.450809] tg3 0000:01:00.0: eth0: 0x00002450:
0x00000017, 0xf6bb0000, 0x08001800, 0x00040000
2013-11-16 11:43:39 [1505492.450811] tg3 0000:01:00.0: eth0: 0x00002470:
0x00000000, 0x00000684, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450813] tg3 0000:01:00.0: eth0: 0x00002500:
0x00000000, 0x00000000, 0x00000002, 0x00044800
2013-11-16 11:43:39 [1505492.450815] tg3 0000:01:00.0: eth0: 0x00002510:
0x00000000, 0x00000000, 0x00000002, 0x00040400
2013-11-16 11:43:39 [1505492.450816] tg3 0000:01:00.0: eth0: 0x00002520:
0x00000000, 0x00000000, 0x00000002, 0x00044c00
2013-11-16 11:43:39 [1505492.450818] tg3 0000:01:00.0: eth0: 0x00002530:
0x00000000, 0x00000000, 0x00000002, 0x00040800
2013-11-16 11:43:39 [1505492.450819] tg3 0000:01:00.0: eth0: 0x00002540:
0x00000000, 0x00000000, 0x00000002, 0x00045000
2013-11-16 11:43:39 [1505492.450821] tg3 0000:01:00.0: eth0: 0x00002550:
0x00000000, 0x00000000, 0x00000002, 0x00040c00
2013-11-16 11:43:39 [1505492.450823] tg3 0000:01:00.0: eth0: 0x00002560:
0x00000000, 0x00000000, 0x00000002, 0x00045400
2013-11-16 11:43:39 [1505492.450824] tg3 0000:01:00.0: eth0: 0x00002570:
0x00000000, 0x00000000, 0x00000002, 0x00041000
2013-11-16 11:43:39 [1505492.450826] tg3 0000:01:00.0: eth0: 0x00002580:
0x00000000, 0x00000000, 0x00000002, 0x00045800
2013-11-16 11:43:39 [1505492.450828] tg3 0000:01:00.0: eth0: 0x00002590:
0x00000000, 0x00000000, 0x00000002, 0x00041400
2013-11-16 11:43:39 [1505492.450829] tg3 0000:01:00.0: eth0: 0x000025a0:
0x00000000, 0x00000000, 0x00000002, 0x00045c00
2013-11-16 11:43:39 [1505492.450831] tg3 0000:01:00.0: eth0: 0x000025b0:
0x00000000, 0x00000000, 0x00000002, 0x00041800
2013-11-16 11:43:39 [1505492.450833] tg3 0000:01:00.0: eth0: 0x000025c0:
0x00000000, 0x00000000, 0x00000002, 0x00046000
2013-11-16 11:43:39 [1505492.450834] tg3 0000:01:00.0: eth0: 0x000025d0:
0x00000000, 0x00000000, 0x00000002, 0x00041c00
2013-11-16 11:43:39 [1505492.450836] tg3 0000:01:00.0: eth0: 0x000025e0:
0x00000000, 0x00000000, 0x00000002, 0x00046400
2013-11-16 11:43:39 [1505492.450838] tg3 0000:01:00.0: eth0: 0x000025f0:
0x00000000, 0x00000000, 0x00000002, 0x00042000
2013-11-16 11:43:39 [1505492.450839] tg3 0000:01:00.0: eth0: 0x00002600:
0x00000000, 0x00000000, 0x00000002, 0x00046800
2013-11-16 11:43:39 [1505492.450841] tg3 0000:01:00.0: eth0: 0x00002610:
0x00000000, 0x00000000, 0x00000002, 0x00042400
2013-11-16 11:43:39 [1505492.450843] tg3 0000:01:00.0: eth0: 0x00002620:
0x00000000, 0x00000000, 0x00000002, 0x00046c00
2013-11-16 11:43:39 [1505492.450844] tg3 0000:01:00.0: eth0: 0x00002630:
0x00000000, 0x00000000, 0x00000002, 0x00042800
2013-11-16 11:43:39 [1505492.450846] tg3 0000:01:00.0: eth0: 0x00002640:
0x00000000, 0x00000000, 0x00000002, 0x00047000
2013-11-16 11:43:39 [1505492.450848] tg3 0000:01:00.0: eth0: 0x00002650:
0x00000000, 0x00000000, 0x00000002, 0x00042c00
2013-11-16 11:43:39 [1505492.450849] tg3 0000:01:00.0: eth0: 0x00002660:
0x00000000, 0x00000000, 0x00000002, 0x00047400
2013-11-16 11:43:39 [1505492.450851] tg3 0000:01:00.0: eth0: 0x00002670:
0x00000000, 0x00000000, 0x00000002, 0x00043000
2013-11-16 11:43:39 [1505492.450852] tg3 0000:01:00.0: eth0: 0x00002680:
0x00000000, 0x00000000, 0x00000002, 0x00047800
2013-11-16 11:43:39 [1505492.450854] tg3 0000:01:00.0: eth0: 0x00002690:
0x00000000, 0x00000000, 0x00000002, 0x00043400
2013-11-16 11:43:39 [1505492.450856] tg3 0000:01:00.0: eth0: 0x000026a0:
0x00000000, 0x00000000, 0x00000002, 0x00047c00
2013-11-16 11:43:39 [1505492.450857] tg3 0000:01:00.0: eth0: 0x000026b0:
0x00000000, 0x00000000, 0x00000002, 0x00043800
2013-11-16 11:43:39 [1505492.450859] tg3 0000:01:00.0: eth0: 0x000026c0:
0x00000000, 0x00000000, 0x00000002, 0x00048000
2013-11-16 11:43:39 [1505492.450861] tg3 0000:01:00.0: eth0: 0x000026d0:
0x00000000, 0x00000000, 0x00000002, 0x00043c00
2013-11-16 11:43:39 [1505492.450862] tg3 0000:01:00.0: eth0: 0x000026e0:
0x00000000, 0x00000000, 0x00000002, 0x00048400
2013-11-16 11:43:39 [1505492.450864] tg3 0000:01:00.0: eth0: 0x000026f0:
0x00000000, 0x00000000, 0x00000002, 0x00044000
2013-11-16 11:43:39 [1505492.450866] tg3 0000:01:00.0: eth0: 0x00002800:
0x00000006, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450868] tg3 0000:01:00.0: eth0: 0x00002c00:
0x00000006, 0x00000000, 0x00000000, 0x00000699
2013-11-16 11:43:39 [1505492.450869] tg3 0000:01:00.0: eth0: 0x00002c10:
0x00000000, 0x00000000, 0x00000019, 0x0000000c
2013-11-16 11:43:39 [1505492.450871] tg3 0000:01:00.0: eth0: 0x00002c20:
0x00000002, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450873] tg3 0000:01:00.0: eth0: 0x00002d00:
0x00000080, 0x00000040, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450874] tg3 0000:01:00.0: eth0: 0x00003000:
0x00000006, 0x00000000, 0x00000000, 0x00000699
2013-11-16 11:43:39 [1505492.450876] tg3 0000:01:00.0: eth0: 0x00003400:
0x00000004, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450878] tg3 0000:01:00.0: eth0: 0x00003600:
0x00004600, 0x00170000, 0x00110000, 0x00000000
2013-11-16 11:43:39 [1505492.450880] tg3 0000:01:00.0: eth0: 0x00003610:
0x00170000, 0x00000000, 0x00130000, 0x00000000
2013-11-16 11:43:39 [1505492.450881] tg3 0000:01:00.0: eth0: 0x00003620:
0x00110011, 0x00000000, 0x00000000, 0x00032080
2013-11-16 11:43:39 [1505492.450883] tg3 0000:01:00.0: eth0: 0x00003630:
0x00800000, 0x87748774, 0x02c01000, 0x00000000
2013-11-16 11:43:39 [1505492.450885] tg3 0000:01:00.0: eth0: 0x00003640:
0x00000000, 0x00000000, 0x00000020, 0x00000019
2013-11-16 11:43:39 [1505492.450886] tg3 0000:01:00.0: eth0: 0x00003650:
0x00000171, 0x000f03ff, 0x05720000, 0x00000000
2013-11-16 11:43:39 [1505492.450888] tg3 0000:01:00.0: eth0: 0x00003660:
0x00000000, 0x00000000, 0x02000000, 0x00000202
2013-11-16 11:43:39 [1505492.450890] tg3 0000:01:00.0: eth0: 0x00003670:
0x00000000, 0xfeffffe3, 0x00000000, 0x00000020
2013-11-16 11:43:39 [1505492.450891] tg3 0000:01:00.0: eth0: 0x00003680:
0x30018010, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450893] tg3 0000:01:00.0: eth0: 0x000036a0:
0x000001a0, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450895] tg3 0000:01:00.0: eth0: 0x000036b0:
0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
2013-11-16 11:43:39 [1505492.450896] tg3 0000:01:00.0: eth0: 0x000036c0:
0xffffffff, 0x00000000, 0x00000000, 0x8c58c9dc
2013-11-16 11:43:39 [1505492.450898] tg3 0000:01:00.0: eth0: 0x000036d0:
0x0000019d, 0x00000000, 0x00000000, 0x000048ef
2013-11-16 11:43:39 [1505492.450900] tg3 0000:01:00.0: eth0: 0x000036f0:
0x00000000, 0x00000000, 0x00000000, 0x00010801
2013-11-16 11:43:39 [1505492.450902] tg3 0000:01:00.0: eth0: 0x00003800:
0x00000001, 0x00000000, 0x0000000e, 0x0516028b
2013-11-16 11:43:39 [1505492.450903] tg3 0000:01:00.0: eth0: 0x00003810:
0x0000002f, 0x000000ba, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450905] tg3 0000:01:00.0: eth0: 0x00003c00:
0x00000306, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450907] tg3 0000:01:00.0: eth0: 0x00003c30:
0x00000000, 0x00000000, 0x00000017, 0xfa561000
2013-11-16 11:43:39 [1505492.450908] tg3 0000:01:00.0: eth0: 0x00003c40:
0x00000000, 0x00000b00, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450910] tg3 0000:01:00.0: eth0: 0x00003c50:
0x00000000, 0x00000699, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450912] tg3 0000:01:00.0: eth0: 0x00003c80:
0x000001d6, 0x00000d76, 0x000004e6, 0x00000267
2013-11-16 11:43:39 [1505492.450913] tg3 0000:01:00.0: eth0: 0x00003cc0:
0x000001ea, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450915] tg3 0000:01:00.0: eth0: 0x00003cd0:
0x00000000, 0x0000000f, 0x00000000, 0x00000000
2013-11-16 11:43:39 [1505492.450917] tg3 0000:01:00.0: eth0: 0x00003d00:
0x00000017, 0xf7fe1000, 0x00000017, 0xf73b8000
2013-11-16 11:43:39 [1505492.450918] tg3 0000:01:00.0: eth0: 0x00003d10:
0x00000017, 0xf7079000, 0x00000017, 0xf900c000
2013-11-16 11:43:39 [1505492.450920] tg3 0000:01:00.0: eth0: 0x00003d80:
0x00000014, 0x00000048, 0x00000005, 0x00000035
2013-11-16 11:43:39 [1505492.450922] tg3 0000:01:00.0: eth0: 0x00003d90:
0x00000005, 0x00000005, 0x00000014, 0x00000048
2013-11-16 11:43:39 [1505492.450924] tg3 0000:01:00.0: eth0: 0x00003da0:
0x00000005, 0x00000035, 0x00000005, 0x00000005
2013-11-16 11:43:40 [1505492.450925] tg3 0000:01:00.0: eth0: 0x00003db0:
0x00000014, 0x00000048, 0x00000005, 0x00000035
2013-11-16 11:43:40 [1505492.450927] tg3 0000:01:00.0: eth0: 0x00003dc0:
0x00000005, 0x00000005, 0x00000014, 0x00000048
2013-11-16 11:43:40 [1505492.450929] tg3 0000:01:00.0: eth0: 0x00003dd0:
0x00000005, 0x00000035, 0x00000005, 0x00000005
2013-11-16 11:43:40 [1505492.450930] tg3 0000:01:00.0: eth0: 0x00003f00:
0x00000000, 0x0000010d, 0x00000035, 0x000000bb
2013-11-16 11:43:40 [1505492.450932] tg3 0000:01:00.0: eth0: 0x00003fc0:
0x001e87b9, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450934] tg3 0000:01:00.0: eth0: 0x00004000:
0x00000002, 0x00000000, 0x0012140b, 0x00143a42
2013-11-16 11:43:40 [1505492.450936] tg3 0000:01:00.0: eth0: 0x00004010:
0x00000000, 0x00201012, 0x00000490, 0x02005422
2013-11-16 11:43:40 [1505492.450937] tg3 0000:01:00.0: eth0: 0x00004020:
0x00000000, 0x00000000, 0x00000010, 0x00000000
2013-11-16 11:43:40 [1505492.450939] tg3 0000:01:00.0: eth0: 0x00004030:
0x00000010, 0x00806510, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450940] tg3 0000:01:00.0: eth0: 0x00004040:
0x00000000, 0x00000000, 0x01085220, 0x00000000
2013-11-16 11:43:40 [1505492.450942] tg3 0000:01:00.0: eth0: 0x00004050:
0x00000000, 0x00000000, 0x0033a010, 0x004d7002
2013-11-16 11:43:40 [1505492.450944] tg3 0000:01:00.0: eth0: 0x00004060:
0x004e3000, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450946] tg3 0000:01:00.0: eth0: 0x00004400:
0x00000016, 0x00000000, 0x00010000, 0x0000a000
2013-11-16 11:43:40 [1505492.450947] tg3 0000:01:00.0: eth0: 0x00004410:
0x00000000, 0x0000002a, 0x000000a0, 0x00000000
2013-11-16 11:43:40 [1505492.450949] tg3 0000:01:00.0: eth0: 0x00004420:
0x0000003d, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450951] tg3 0000:01:00.0: eth0: 0x00004440:
0x00000000, 0x00000000, 0x00000000, 0x00000804
2013-11-16 11:43:40 [1505492.450952] tg3 0000:01:00.0: eth0: 0x00004450:
0x00100538, 0x013b0003, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450954] tg3 0000:01:00.0: eth0: 0x00004800:
0x380303fe, 0x00000000, 0x00000000, 0x00000120
2013-11-16 11:43:40 [1505492.450956] tg3 0000:01:00.0: eth0: 0x00004810:
0x00000000, 0x0000000a, 0x00689c74, 0x00001514
2013-11-16 11:43:40 [1505492.450958] tg3 0000:01:00.0: eth0: 0x00004820:
0x000000e3, 0x00000000, 0xf0330000, 0x22ee9ae8
2013-11-16 11:43:40 [1505492.450959] tg3 0000:01:00.0: eth0: 0x00004830:
0x00000000, 0x000002b4, 0x000002b4, 0x00000000
2013-11-16 11:43:40 [1505492.450961] tg3 0000:01:00.0: eth0: 0x00004840:
0x00e18278, 0x00e18278, 0x000e2200, 0xe3426024
2013-11-16 11:43:40 [1505492.450963] tg3 0000:01:00.0: eth0: 0x00004850:
0x21cb6453, 0x702305ea, 0xd7d6d7d6, 0x00000000
2013-11-16 11:43:40 [1505492.450964] tg3 0000:01:00.0: eth0: 0x00004860:
0x000000e3, 0x11283020, 0x00100800, 0xf3000008
2013-11-16 11:43:40 [1505492.450966] tg3 0000:01:00.0: eth0: 0x00004870:
0x05ea0080, 0x003e1820, 0x003e1820, 0x00000000
2013-11-16 11:43:40 [1505492.450968] tg3 0000:01:00.0: eth0: 0x00004880:
0x0000e0db, 0x551fe086, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450970] tg3 0000:01:00.0: eth0: 0x00004900:
0x28190404, 0x00305407, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450971] tg3 0000:01:00.0: eth0: 0x00004910:
0x000f001c, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.450973] tg3 0000:01:00.0: eth0: 0x00004a00:
0x180303fe, 0x00100000, 0x00100010, 0x963b0000
2013-11-16 11:43:40 [1505492.450975] tg3 0000:01:00.0: eth0: 0x00004a10:
0xf8355e60, 0x008ca924, 0x00100012, 0x00000000
2013-11-16 11:43:40 [1505492.450976] tg3 0000:01:00.0: eth0: 0x00004a20:
0x00000000, 0x00000010, 0xf02c0000, 0xf8355ea0
2013-11-16 11:43:40 [1505492.450978] tg3 0000:01:00.0: eth0: 0x00004a30:
0x00000000, 0x00000032, 0x00000032, 0x00000000
2013-11-16 11:43:40 [1505492.450980] tg3 0000:01:00.0: eth0: 0x00004a40:
0xf8355e50, 0xf8355e60, 0xf8355e70, 0xf8355e40
2013-11-16 11:43:40 [1505492.450981] tg3 0000:01:00.0: eth0: 0x00004a50:
0x00100010, 0x00100010, 0x00100010, 0x00100010
2013-11-16 11:43:40 [1505492.450983] tg3 0000:01:00.0: eth0: 0x00004a70:
0x28190404, 0x00305407, 0x000f001c, 0x00000000
2013-11-16 11:43:40 [1505492.450985] tg3 0000:01:00.0: eth0: 0x00004b00:
0x180303fe, 0x00f30003, 0x30000000, 0x00f30120
2013-11-16 11:43:40 [1505492.450987] tg3 0000:01:00.0: eth0: 0x00004b10:
0x00f20040, 0x00f00003, 0x00f3dc78, 0x00000010
2013-11-16 11:43:40 [1505492.450988] tg3 0000:01:00.0: eth0: 0x00004b20:
0x00000003, 0x02000000, 0xd6aa1001, 0x0ff300f8
2013-11-16 11:43:40 [1505492.450990] tg3 0000:01:00.0: eth0: 0x00004b30:
0xd6aa1401, 0x0ff300f8, 0xd6aa0801, 0x0ff200f8
2013-11-16 11:43:40 [1505492.450992] tg3 0000:01:00.0: eth0: 0x00004b40:
0xd6aa0c01, 0x0ff000f8, 0x0101d7d7, 0x60603535
2013-11-16 11:43:40 [1505492.450994] tg3 0000:01:00.0: eth0: 0x00004b50:
0xf0330000, 0xd6aa10f8, 0xaf100000, 0x03000002
2013-11-16 11:43:40 [1505492.450996] tg3 0000:01:00.0: eth0: 0x00004b60:
0xf0330000, 0xd6aa14f8, 0xaf100000, 0x400001ea
2013-11-16 11:43:40 [1505492.450997] tg3 0000:01:00.0: eth0: 0x00004b70:
0xf0330000, 0xd6aa08f8, 0xaf100000, 0x000000ff
2013-11-16 11:43:40 [1505492.450999] tg3 0000:01:00.0: eth0: 0x00004b80:
0x00000003, 0x11283020, 0x00100800, 0xf3000008
2013-11-16 11:43:40 [1505492.451001] tg3 0000:01:00.0: eth0: 0x00004b90:
0x05ea0080, 0x28190404, 0x00305407, 0x000f001c
2013-11-16 11:43:40 [1505492.451003] tg3 0000:01:00.0: eth0: 0x00004ba0:
0x00f00092, 0x00000003, 0x11283020, 0x000f001c
2013-11-16 11:43:40 [1505492.451004] tg3 0000:01:00.0: eth0: 0x00004bb0:
0xd6aa0001, 0xd6aa0401, 0xf2cfd001, 0xf2cfb401
2013-11-16 11:43:40 [1505492.451006] tg3 0000:01:00.0: eth0: 0x00004bc0:
0xd6aa1002, 0xd6aa1402, 0xd6aa0802, 0xd6aa0c02
2013-11-16 11:43:40 [1505492.451008] tg3 0000:01:00.0: eth0: 0x00004bd0:
0xd6aa0002, 0xd6aa0402, 0xf2cfd002, 0xf2cfb402
2013-11-16 11:43:40 [1505492.451009] tg3 0000:01:00.0: eth0: 0x00004be0:
0x00f300f3, 0x00f000f2, 0x00f300f2, 0x00f000f1
2013-11-16 11:43:40 [1505492.451011] tg3 0000:01:00.0: eth0: 0x00004bf0:
0xf0330000, 0xd6aa0cf8, 0xaf0f0000, 0x0000ffff
2013-11-16 11:43:40 [1505492.451013] tg3 0000:01:00.0: eth0: 0x00004c00:
0x200003fe, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451014] tg3 0000:01:00.0: eth0: 0x00004c10:
0x0000003f, 0x00000000, 0x00000006, 0x00000000
2013-11-16 11:43:40 [1505492.451016] tg3 0000:01:00.0: eth0: 0x00004c20:
0x00000000, 0x00000000, 0x00000000, 0x00000006
2013-11-16 11:43:40 [1505492.451018] tg3 0000:01:00.0: eth0: 0x00004c30:
0x00000000, 0x035d8000, 0x00108000, 0x00000000
2013-11-16 11:43:40 [1505492.451020] tg3 0000:01:00.0: eth0: 0x00004c40:
0x00000020, 0x00000000, 0x001d0020, 0x00140020
2013-11-16 11:43:40 [1505492.451021] tg3 0000:01:00.0: eth0: 0x00004c50:
0xe5d751d5, 0x001d5266, 0x674e6d76, 0x63193f3f
2013-11-16 11:43:40 [1505492.451023] tg3 0000:01:00.0: eth0: 0x00004c60:
0x00000020, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451025] tg3 0000:01:00.0: eth0: 0x00005000:
0x00009800, 0x80004000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451026] tg3 0000:01:00.0: eth0: 0x00005010:
0x00000000, 0x00000000, 0x00000000, 0x08001fc0
2013-11-16 11:43:40 [1505492.451028] tg3 0000:01:00.0: eth0: 0x00005020:
0x00021f02, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451030] tg3 0000:01:00.0: eth0: 0x00005030:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451031] tg3 0000:01:00.0: eth0: 0x00005040:
0x00000000, 0x00000000, 0x080019d2, 0x00000000
2013-11-16 11:43:40 [1505492.451033] tg3 0000:01:00.0: eth0: 0x00005080:
0x00009800, 0x80004000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451035] tg3 0000:01:00.0: eth0: 0x00005090:
0x00000000, 0x00000000, 0x00000000, 0x0800185c
2013-11-16 11:43:40 [1505492.451036] tg3 0000:01:00.0: eth0: 0x000050a0:
0xafa40014, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451038] tg3 0000:01:00.0: eth0: 0x000050b0:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451040] tg3 0000:01:00.0: eth0: 0x000050c0:
0x00000000, 0x00000000, 0x08000088, 0x00000000
2013-11-16 11:43:40 [1505492.451042] tg3 0000:01:00.0: eth0: 0x00005100:
0x00009800, 0x80000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451043] tg3 0000:01:00.0: eth0: 0x00005110:
0x00000000, 0x00000000, 0x00000000, 0x08002ca0
2013-11-16 11:43:40 [1505492.451045] tg3 0000:01:00.0: eth0: 0x00005120:
0x30420001, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451047] tg3 0000:01:00.0: eth0: 0x00005130:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451048] tg3 0000:01:00.0: eth0: 0x00005140:
0x00000000, 0x00000000, 0x0800203c, 0x00000000
2013-11-16 11:43:40 [1505492.451050] tg3 0000:01:00.0: eth0: 0x00005180:
0x00009800, 0x80004000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451052] tg3 0000:01:00.0: eth0: 0x00005190:
0x00000000, 0x00000000, 0x00000000, 0x08001fac
2013-11-16 11:43:40 [1505492.451053] tg3 0000:01:00.0: eth0: 0x000051a0:
0x2404000f, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451055] tg3 0000:01:00.0: eth0: 0x000051b0:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451057] tg3 0000:01:00.0: eth0: 0x000051c0:
0x00000000, 0x00000000, 0x080019d2, 0x00000000
2013-11-16 11:43:40 [1505492.451058] tg3 0000:01:00.0: eth0: 0x00005200:
0x00000000, 0x0b9604fa, 0x06000000, 0x00000000
2013-11-16 11:43:40 [1505492.451060] tg3 0000:01:00.0: eth0: 0x00005210:
0xc0000000, 0xc0000000, 0x00000000, 0x0b9604fa
2013-11-16 11:43:40 [1505492.451062] tg3 0000:01:00.0: eth0: 0x00005220:
0x06000000, 0x00000000, 0x00000000, 0xc0000000
2013-11-16 11:43:40 [1505492.451064] tg3 0000:01:00.0: eth0: 0x00005230:
0x00000000, 0x0b9604fa, 0x06000000, 0x00000000
2013-11-16 11:43:40 [1505492.451066] tg3 0000:01:00.0: eth0: 0x00005240:
0x00000000, 0x00000000, 0x00000000, 0x0b9604fa
2013-11-16 11:43:40 [1505492.451067] tg3 0000:01:00.0: eth0: 0x00005250:
0x06000000, 0x00000000, 0xc0000000, 0x00000000
2013-11-16 11:43:40 [1505492.451069] tg3 0000:01:00.0: eth0: 0x00005260:
0x00000000, 0x0b9604fa, 0x06000000, 0x00000000
2013-11-16 11:43:40 [1505492.451071] tg3 0000:01:00.0: eth0: 0x00005270:
0xc0000000, 0xc0000000, 0x00000000, 0x0b9604fa
2013-11-16 11:43:40 [1505492.451073] tg3 0000:01:00.0: eth0: 0x00005280:
0x00009800, 0x80000000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451074] tg3 0000:01:00.0: eth0: 0x00005290:
0x00000000, 0x00000000, 0x00000000, 0x08002ca0
2013-11-16 11:43:40 [1505492.451076] tg3 0000:01:00.0: eth0: 0x000052a0:
0x30420001, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451078] tg3 0000:01:00.0: eth0: 0x000052b0:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451079] tg3 0000:01:00.0: eth0: 0x000052c0:
0x00000000, 0x00000000, 0x0800203c, 0x00000000
2013-11-16 11:43:40 [1505492.451081] tg3 0000:01:00.0: eth0: 0x00005300:
0x00009800, 0x80004000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451083] tg3 0000:01:00.0: eth0: 0x00005310:
0x00000000, 0x00000000, 0x00000000, 0x08001fac
2013-11-16 11:43:40 [1505492.451084] tg3 0000:01:00.0: eth0: 0x00005320:
0x2404000f, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451086] tg3 0000:01:00.0: eth0: 0x00005330:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451088] tg3 0000:01:00.0: eth0: 0x00005340:
0x00000000, 0x00000000, 0x080019d2, 0x00000000
2013-11-16 11:43:40 [1505492.451089] tg3 0000:01:00.0: eth0: 0x00005380:
0x00009800, 0x80004000, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451091] tg3 0000:01:00.0: eth0: 0x00005390:
0x00000000, 0x00000000, 0x00000000, 0x0800185c
2013-11-16 11:43:40 [1505492.451093] tg3 0000:01:00.0: eth0: 0x000053a0:
0xafa40014, 0x00000000, 0x00000000, 0x40000020
2013-11-16 11:43:40 [1505492.451094] tg3 0000:01:00.0: eth0: 0x000053b0:
0x00000000, 0x0000001d, 0x00000000, 0x00000000
2013-11-16 11:43:40 [1505492.451096] tg3 0000:01:00.0: eth0: 0x000053c0:
0x00000000, 0x00000000, 0x08000088, 0x00000000
2013-11-16 11:43:41 [1505492.451098] tg3 0000:01:00.0: eth0: 0x00005800:
0x3f000000, 0x3f000000, 0x00000001, 0x00000000
2013-11-16 11:43:41 [1505492.451099] tg3 0000:01:00.0: eth0: 0x00005810:
0x10000000, 0x00000000, 0xae000000, 0x00000000
2013-11-16 11:43:41 [1505492.451101] tg3 0000:01:00.0: eth0: 0x00005820:
0x00000001, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451103] tg3 0000:01:00.0: eth0: 0x00005860:
0x00000000, 0x00000000, 0x000006a1, 0x000006a1
2013-11-16 11:43:41 [1505492.451104] tg3 0000:01:00.0: eth0: 0x00005880:
0x000001d2, 0x000001d2, 0x00000d76, 0x00000d76
2013-11-16 11:43:41 [1505492.451106] tg3 0000:01:00.0: eth0: 0x00005890:
0x000004e6, 0x000004e6, 0x000001b5, 0x000001b5
2013-11-16 11:43:41 [1505492.451108] tg3 0000:01:00.0: eth0: 0x00005900:
0x000001ea, 0x000001ea, 0x0000010d, 0x00000035
2013-11-16 11:43:41 [1505492.451110] tg3 0000:01:00.0: eth0: 0x00005910:
0x000000bb, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451111] tg3 0000:01:00.0: eth0: 0x00005980:
0x000001ea, 0x0000010d, 0x00000035, 0x000000bb
2013-11-16 11:43:41 [1505492.451113] tg3 0000:01:00.0: eth0: 0x00005a00:
0x000f601f, 0x00000000, 0x00010000, 0x00000000
2013-11-16 11:43:41 [1505492.451115] tg3 0000:01:00.0: eth0: 0x00006000:
0x00010082, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451117] tg3 0000:01:00.0: eth0: 0x00006400:
0x00000000, 0x00000000, 0x00010891, 0xc0000000
2013-11-16 11:43:41 [1505492.451118] tg3 0000:01:00.0: eth0: 0x00006410:
0x0a000064, 0x0a000064, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451120] tg3 0000:01:00.0: eth0: 0x00006420:
0x00000000, 0x00000000, 0x00000000, 0x818c0000
2013-11-16 11:43:41 [1505492.451122] tg3 0000:01:00.0: eth0: 0x00006430:
0x78000000, 0x14e4165f, 0x1f5b1028, 0x00020000
2013-11-16 11:43:41 [1505492.451123] tg3 0000:01:00.0: eth0: 0x00006440:
0x0000304f, 0x000002e4, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451125] tg3 0000:01:00.0: eth0: 0x000064c0:
0x00000010, 0x00000004, 0x00001004, 0x00000000
2013-11-16 11:43:41 [1505492.451127] tg3 0000:01:00.0: eth0: 0x000064d0:
0x00000000, 0x10008d81, 0x00000000, 0x00315e22
2013-11-16 11:43:41 [1505492.451129] tg3 0000:01:00.0: eth0: 0x000064e0:
0x00000031, 0x0000001f, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451130] tg3 0000:01:00.0: eth0: 0x000064f0:
0x00000002, 0x00000031, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451132] tg3 0000:01:00.0: eth0: 0x00006500:
0x01e10003, 0x1c3f67fa, 0x000090b1, 0x00000003
2013-11-16 11:43:41 [1505492.451134] tg3 0000:01:00.0: eth0: 0x00006510:
0x0007811b, 0x00058116, 0x00046113, 0x00000000
2013-11-16 11:43:41 [1505492.451136] tg3 0000:01:00.0: eth0: 0x00006550:
0x00000001, 0x02800000, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451138] tg3 0000:01:00.0: eth0: 0x000065f0:
0x00000000, 0x00000109, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451139] tg3 0000:01:00.0: eth0: 0x00006800:
0x14130034, 0x20099082, 0x01029208, 0xfade98a5
2013-11-16 11:43:41 [1505492.451141] tg3 0000:01:00.0: eth0: 0x00006810:
0x21020000, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451143] tg3 0000:01:00.0: eth0: 0x00006830:
0xffffffff, 0xffffffff, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451144] tg3 0000:01:00.0: eth0: 0x00006840:
0x00000000, 0x00000001, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451146] tg3 0000:01:00.0: eth0: 0x00006890:
0x00000000, 0x88003800, 0x00000000, 0x04102040
2013-11-16 11:43:41 [1505492.451148] tg3 0000:01:00.0: eth0: 0x000068a0:
0x00000020, 0x00000001, 0x03ff03ff, 0x00000000
2013-11-16 11:43:41 [1505492.451149] tg3 0000:01:00.0: eth0: 0x000068b0:
0xe0011514, 0x00000000, 0x00000000, 0x00000000
2013-11-16 11:43:41 [1505492.451151] tg3 0000:01:00.0: eth0: 0x000068e0:
0x00000000, 0x00000000, 0x00000000, 0x00050b08
2013-11-16 11:43:41 [1505492.451153] tg3 0000:01:00.0: eth0: 0x000068f0:
0x00ff000e, 0x00ff0000, 0x00000000, 0x04444444
2013-11-16 11:43:41 [1505492.451154] tg3 0000:01:00.0: eth0: 0x00006920:
0x00000000, 0x00000000, 0x00000001, 0x00000000
2013-11-16 11:43:41 [1505492.451156] tg3 0000:01:00.0: eth0: 0x00007000:
0x00000008, 0x00000000, 0x00000000, 0x00004868
2013-11-16 11:43:41 [1505492.451158] tg3 0000:01:00.0: eth0: 0x00007010:
0x1a5876c2, 0x01c08073, 0x00d70081, 0x03008200
2013-11-16 11:43:41 [1505492.451160] tg3 0000:01:00.0: eth0: 0x00007020:
0x00000000, 0x00000000, 0x00000406, 0x10004000
2013-11-16 11:43:41 [1505492.451161] tg3 0000:01:00.0: eth0: 0x00007030:
0x000e0000, 0x0000486c, 0x00170030, 0x00000000
2013-11-16 11:43:41 [1505492.451165] tg3 0000:01:00.0: eth0: 0: Host status
block [00000004:0000003f:(0000:02e5:0000):(0000:0000)]
2013-11-16 11:43:41 [1505492.451167] tg3 0000:01:00.0: eth0: 0: NAPI info
[0000003f:0000003f:(0000:0000:01ff):0000:(06a1:0000:0000:0000)]
2013-11-16 11:43:41 [1505492.451169] tg3 0000:01:00.0: eth0: 1: Host status
block [00000001:00000033:(0000:0000:0000):(01d6:0013)]
2013-11-16 11:43:41 [1505492.451171] tg3 0000:01:00.0: eth0: 1: NAPI info
[000000fb:000000fb:(0013:01df:01ff):01d2:(01d2:01d2:0000:0000)]
2013-11-16 11:43:41 [1505492.451173] tg3 0000:01:00.0: eth0: 2: Host status
block [00000001:00000010:(0d76:0000:0000):(0000:010d)]
2013-11-16 11:43:41 [1505492.451176] tg3 0000:01:00.0: eth0: 2: NAPI info
[00000010:00000010:(010d:010d:01ff):0d76:(0576:0573:0000:0000)]
2013-11-16 11:43:41 [1505492.451178] tg3 0000:01:00.0: eth0: 3: Host status
block [00000001:000000ae:(0000:0000:0000):(0000:0035)]
2013-11-16 11:43:41 [1505492.451180] tg3 0000:01:00.0: eth0: 3: NAPI info
[000000ae:000000ae:(0035:0035:01ff):04e6:(04e6:04df:0000:0000)]
2013-11-16 11:43:41 [1505492.451182] tg3 0000:01:00.0: eth0: 4: Host status
block [00000001:000000b2:(0000:0000:0267):(0000:00bb)]
2013-11-16 11:43:41 [1505492.451184] tg3 0000:01:00.0: eth0: 4: NAPI info
[000000cd:000000cd:(00bb:0062:01ff):01b5:(01b5:01b5:0000:0000)]
2013-11-16 11:43:41 [1505492.457748] tg3 0000:01:00.0: eth0: The system may
be re-ordering memory-mapped I/O cycles to the network device, attempting to
recover. Please report the problem to the driver maintainer and include
system chipset information.
2013-11-16 11:43:41 [1505492.490118] tg3 0000:01:00.0: eth0: Link is down
2013-11-16 11:43:41 [1505498.044676] tg3 0000:01:00.0: eth0: Link is up at
1000 Mbps, full duplex
2013-11-16 11:43:41 [1505498.044678] tg3 0000:01:00.0: eth0: Flow control
is off for TX and off for RX
2013-11-16 11:43:41 [1505498.044680] tg3 0000:01:00.0: eth0: EEE is
disabled

Further information:
Current output of "ethtool -k eth0":
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: on
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: on
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off
tx-tcp6-segmentation: off
udp-fragmentation-offload: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: off [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: on
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]

Current output of "lscpi -vvvv" for eth0:
01:00.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5720 Gigabit
Ethernet PCIe
Subsystem: Dell Device 1f5b
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
<TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 38
Region 0: Memory at d57d0000 (64-bit, prefetchable) [size=64K]
Region 2: Memory at d57e0000 (64-bit, prefetchable) [size=64K]
Region 4: Memory at d57f0000 (64-bit, prefetchable) [size=64K]
Expansion ROM at d5700000 [disabled] [size=256K]
Capabilities: [48] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Vital Product Data
Product Name: Broadcom NetXtreme Gigabit Ethernet
Read-only fields:
[PN] Part number: BCM95720
[MN] Manufacture ID: 31 30 32 38
[V0] Vendor specific: FFV7.4.8
[V1] Vendor specific: DSV1028VPDR.VER1.0
[V2] Vendor specific: NPY2
[V3] Vendor specific: PMT1
[V4] Vendor specific: NMVBroadcom Corp
[V5] Vendor specific: DTINIC
[V6] Vendor specific: DCM1001008d452101008d45
[RV] Reserved: checksum good, 235 byte(s) reserved
End
Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable+ Count=17 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00001000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us,
L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+
Unsupported+
RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop-
FLReset-
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+
TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Latency
L0 <1us, L1 <2us
ClockPM+ Surprise- LLActRep- BwNot-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
SpeedDis-, Selectable De-emphasis: -6dB
Transmit Margin: Normal Operating Range,
EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB,
EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-,
LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt+ UnxCmplt+
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP+ FCP+ CmpltTO+ CmpltAbrt- UnxCmplt-
RxOF+ MalfTLP+ ECRC+ UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout-
NonFatalErr+
CEMsk: RxErr- BadTLP+ BadDLLP+ Rollover+ Timeout+
NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+
ChkEn-
Capabilities: [13c v1] Device Serial Number 00-00-90-b1-1c-3f-67-fb
Capabilities: [150 v1] Power Budgeting <?>
Capabilities: [160 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128-
WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
Status: NegoPending- InProgress-
Kernel driver in use: tg3


Can you please get me some help how to solve the problem?
If you need more information please let me know.

For answer please Cc me, as I'm not a member of lkml.

Many thanks and regards
Urban Loesch


--
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/
--
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/