All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
@ 2018-02-28 14:10 Siva Reddy Kallam
  0 siblings, 0 replies; 6+ messages in thread
From: Siva Reddy Kallam @ 2018-02-28 14:10 UTC (permalink / raw)
  To: Borislav Petkov
  Cc: Linux Netdev List, Prashant Sreedharan, Michael Chan, Linux Kernel list

On Sat, Feb 24, 2018 at 3:48 PM, Borislav Petkov <bp@alien8.de> wrote:
> Hi,
>
> this didn't happen before but after 4.16-rc1 my tg3 nic stops for
> whatever reason and the connection to the machine is dead. It didn't show
> anything in dmesg until today.
>
> The IO pagefaults look like it is trying to access something it
> shouldn't and maybe that's why it times out.
>
> It triggers pretty quickly so I'd call it a reliable reproducer and thus
> I can test patches... :-)
>
> Thx.
Thanks for reporting this. Somehow, this mail moved to my spam folder.
Hence, delay in response.
Looks like this is similar to below issue and it was reported some time back.
https://www.spinics.net/lists/netdev/msg482757.html
We are actively working on this. We will soon provide you an update on this.

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

* Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
  2018-03-26 18:05 ` Borislav Petkov
@ 2020-02-03 11:20   ` Borislav Petkov
  0 siblings, 0 replies; 6+ messages in thread
From: Borislav Petkov @ 2020-02-03 11:20 UTC (permalink / raw)
  To: Satish Baddipadige
  Cc: Siva Reddy Kallam, Linux Netdev List, Prashant Sreedharan,
	Michael Chan, Linux Kernel list

On Mon, Mar 26, 2018 at 08:05:09PM +0200, Borislav Petkov wrote:
> On Tue, Mar 20, 2018 at 11:41:06AM +0530, Satish Baddipadige wrote:
> > Can you please test the attached patch?
> 
> Well, the network connection just died with it. It didn't fire the
> netdev watchdog but I still had to down and up eth0 in order to continue
> using it. ssh connection into the box survived so I didn't have to login
> again but it still died intermittently.
> 
> I'll keep playing with it to see if I'll catch some sort of splat...

Any news on this?

On this other thread:

https://lore.kernel.org/netdev/CAMet4B5sE9DuUzRCCdkX=g8E4C0RtZTzDaPaHDz_N8rPNU9VOg@mail.gmail.com/

users have reported that the clock override patch doesn't work, it
didn't work here too.

In the meantime, I'm running 5.5-rc7 + tip stuff which should be
unrelated and I just got another splat. I'm also running the latest
firmware from linux-firmware.git.

The observation I did this time is that this would happen when the
machine is under heavy load like building a kernel. I build it while
having ssh-ed into it and the shell with the ssh process becomes
unresponsive.

When the build finishes, the below gets dumped into dmesg, the link gets
reset and the ssh is functional again. I hope that helps somehow.

Thx.

[ 2316.345323] perf: interrupt took too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 2392.772447] ------------[ cut here ]------------
[ 2392.772654] NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
[ 2392.772954] WARNING: CPU: 2 PID: 32424 at net/sched/sch_generic.c:442 dev_watchdog+0x24e/0x260
[ 2392.773297] Modules linked in: binfmt_misc loop dm_crypt dm_mod dax kvm_amd kvm irqbypass iwlmvm crct10dif_pclmul crc32_pclmul crc32c_intel mac80211 libarc4 iwlwifi amdgpu snd_hda_codec_conexant snd_hda_codec_generic snd_hda_codec_hdmi snd_hda_intel sha256_generic tg3 libsha256 snd_intel_dspcfg ptp aesni_intel snd_hda_codec glue_helper crypto_simd snd_hwdep snd_hda_core gpu_sched pcspkr cryptd pps_core snd_pcm cfg80211 hp_wmi joydev i2c_piix4 snd_timer libphy snd xhci_pci rfkill ehci_pci k10temp soundcore fam15h_power sg ttm xhci_hcd ehci_hcd tpm_infineon battery video tpm_tis tpm_tis_core ac tpm button acpi_cpufreq input_leds evdev psmouse serio_raw thermal pinctrl_amd
[ 2392.775642] CPU: 2 PID: 32424 Comm: cc1 Not tainted 5.5.0-rc7+ #1
[ 2392.775898] Hardware name: HP HP EliteBook 745 G3/807E, BIOS N73 Ver. 01.39 04/16/2019
[ 2392.776221] RIP: 0010:dev_watchdog+0x24e/0x260
[ 2392.776406] Code: 3f 68 9a ff eb 88 4c 89 f7 c6 05 48 f4 a9 00 01 e8 07 72 fc ff 44 89 e9 48 89 c2 4c 89 f6 48 c7 c7 18 b5 e2 81 e8 02 25 a1 ff <0f> 0b e9 66 ff ff ff 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00
[ 2392.777129] RSP: 0000:ffffc900001a8e70 EFLAGS: 00010282
[ 2392.777340] RAX: 0000000000000037 RBX: ffff888429178500 RCX: 0000000000000000
[ 2392.777622] RDX: 0000000000000102 RSI: 0000000000000082 RDI: 00000000ffffffff
[ 2392.777904] RBP: ffff88842c9a439c R08: 0000000000000389 R09: 0000000000000002
[ 2392.778186] R10: 0000000000aaaaaa R11: 0000000000000000 R12: ffff88842c9a43b8
[ 2392.778467] R13: 0000000000000000 R14: ffff88842c9a4000 R15: ffff888429178580
[ 2392.778751] FS:  00007f9ffd6f1ac0(0000) GS:ffff88842e500000(0000) knlGS:0000000000000000
[ 2392.779071] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2392.779299] CR2: 00007f9ffb9ab0f0 CR3: 000000041e6ad000 CR4: 00000000001406e0
[ 2392.779580] Call Trace:
[ 2392.779685]  <IRQ>
[ 2392.779778]  ? qdisc_put_unlocked+0x30/0x30
[ 2392.779948]  ? qdisc_put_unlocked+0x30/0x30
[ 2392.780119]  call_timer_fn+0x2d/0x160
[ 2392.780271]  run_timer_softirq+0x183/0x4b0
[ 2392.780440]  ? timerqueue_add+0x96/0xb0
[ 2392.780597]  ? enqueue_hrtimer+0x47/0xd0
[ 2392.780762]  ? __hrtimer_run_queues+0x10d/0x290
[ 2392.780952]  __do_softirq+0xff/0x321
[ 2392.781104]  irq_exit+0x98/0xc0
[ 2392.781237]  smp_apic_timer_interrupt+0xa6/0x1b0
[ 2392.781429]  apic_timer_interrupt+0xf/0x20
[ 2392.781599]  </IRQ>
[ 2392.781693] RIP: 0033:0xe233d3
[ 2392.781823] Code: 73 80 ef 00 48 c7 84 24 f8 00 00 00 00 00 00 00 48 89 b4 24 e0 00 00 00 e9 f7 00 00 00 66 2e 0f 1f 84 00 00 00 00 00 4c 89 f7 <e8> b8 18 00 00 80 38 29 0f 84 2a 04 00 00 45 8b 46 68 49 8b 36 45
[ 2392.782610] RSP: 002b:00007fff22c4af50 EFLAGS: 00000293 ORIG_RAX: ffffffffffffff13
[ 2392.782907] RAX: 0000000000000014 RBX: 000000007ffdf68c RCX: 0000000000000000
[ 2392.783184] RDX: 0000000000000000 RSI: 00007f9ffc7722d8 RDI: 00007f9ffc7722d0
[ 2392.783462] RBP: 000000007ffdf68c R08: 0000000000003619 R09: 7ffdf68c00000000
[ 2392.783739] R10: 0000000000003618 R11: 0000000000000002 R12: 000000007ffdf68c
[ 2392.784017] R13: 000000007ffdf68c R14: 00007f9ffc7722d0 R15: 00007fff22c4b2e8
[ 2392.784298] ---[ end trace a4d0b925b96be4fd ]---
[ 2392.784517] tg3 0000:01:00.0 eth0: transmit timed out, resetting
[ 2395.543097] tg3 0000:01:00.0 eth0: 0x00000000: 0x168714e4, 0x00100406, 0x02000010, 0x00000000
[ 2395.543410] tg3 0000:01:00.0 eth0: 0x00000010: 0xd082000c, 0x00000000, 0xd081000c, 0x00000000
[ 2395.543714] tg3 0000:01:00.0 eth0: 0x00000020: 0xd080000c, 0x00000000, 0x00000000, 0x807e103c
[ 2395.544018] tg3 0000:01:00.0 eth0: 0x00000030: 0x00000000, 0x00000048, 0x00000000, 0x0000010a
[ 2395.544321] tg3 0000:01:00.0 eth0: 0x00000040: 0x00000000, 0xad000000, 0xc8035001, 0x16002008
[ 2395.544749] tg3 0000:01:00.0 eth0: 0x00000050: 0x00005803, 0x00000000, 0x0086a005, 0x00000000
[ 2395.545070] tg3 0000:01:00.0 eth0: 0x00000060: 0x00000000, 0x00000000, 0xf1000298, 0x01f802d1
[ 2395.545073] tg3 0000:01:00.0 eth0: 0x00000070: 0x00071010, 0x82000500, 0x00000000, 0x00000000
[ 2395.545075] tg3 0000:01:00.0 eth0: 0x00000080: 0x168714e4, 0x40000040, 0x00000000, 0x0000041e
[ 2395.545076] tg3 0000:01:00.0 eth0: 0x00000090: 0x00000000, 0x0000000f, 0x00000000, 0x0000072e
[ 2395.545078] tg3 0000:01:00.0 eth0: 0x000000a0: 0x8005ac11, 0x00000004, 0x00000122, 0x00020010
[ 2395.545080] tg3 0000:01:00.0 eth0: 0x000000b0: 0x10008d81, 0x00105420, 0x00475c12, 0x10110142
[ 2395.545083] tg3 0000:01:00.0 eth0: 0x000000d0: 0x0008081f, 0x00000000, 0x00000000, 0x00010001
[ 2395.545087] tg3 0000:01:00.0 eth0: 0x000000f0: 0x00000000, 0x05762100, 0x00000000, 0xffffffff
[ 2395.547648] tg3 0000:01:00.0 eth0: 0x00000100: 0x13c10001, 0x00000000, 0x00000000, 0x00062030
[ 2395.547650] tg3 0000:01:00.0 eth0: 0x00000110: 0x00000000, 0x00002000, 0x000000a0, 0x00000000
[ 2395.547652] tg3 0000:01:00.0 eth0: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
[ 2395.547653] tg3 0000:01:00.0 eth0: 0x00000140: 0xdbfc109f, 0x0000fc3f, 0x00000000, 0x00000000
[ 2395.547655] tg3 0000:01:00.0 eth0: 0x00000150: 0x16010004, 0x00000000, 0x00078116, 0x00000001
[ 2395.547656] tg3 0000:01:00.0 eth0: 0x00000160: 0x1b010002, 0x00000000, 0x00000000, 0x00000000
[ 2395.547657] tg3 0000:01:00.0 eth0: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
[ 2395.547659] tg3 0000:01:00.0 eth0: 0x000001b0: 0x23010018, 0x00000000, 0x00000000, 0x00000000
[ 2395.547660] tg3 0000:01:00.0 eth0: 0x00000200: 0x00000000, 0xad000000, 0x00000000, 0xf6000000
[ 2395.547662] tg3 0000:01:00.0 eth0: 0x00000210: 0x00000000, 0x2d000000, 0x00000000, 0x1d000000
[ 2395.547663] tg3 0000:01:00.0 eth0: 0x00000220: 0x00000000, 0xd5000000, 0x00000000, 0x00000000
[ 2395.547665] tg3 0000:01:00.0 eth0: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x0000072e
[ 2395.547666] tg3 0000:01:00.0 eth0: 0x00000280: 0x00000000, 0x0000041e, 0x00000000, 0x0000012c
[ 2395.547668] tg3 0000:01:00.0 eth0: 0x00000290: 0x00000000, 0x0000011c, 0x00000000, 0x00000000
[ 2395.547669] tg3 0000:01:00.0 eth0: 0x00000300: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547671] tg3 0000:01:00.0 eth0: 0x00000310: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547672] tg3 0000:01:00.0 eth0: 0x00000320: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547674] tg3 0000:01:00.0 eth0: 0x00000330: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547681] tg3 0000:01:00.0 eth0: 0x00000340: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547682] tg3 0000:01:00.0 eth0: 0x00000350: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547684] tg3 0000:01:00.0 eth0: 0x00000360: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547685] tg3 0000:01:00.0 eth0: 0x00000370: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547687] tg3 0000:01:00.0 eth0: 0x00000380: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547688] tg3 0000:01:00.0 eth0: 0x00000390: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547690] tg3 0000:01:00.0 eth0: 0x000003a0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547691] tg3 0000:01:00.0 eth0: 0x000003b0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547692] tg3 0000:01:00.0 eth0: 0x000003c0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547694] tg3 0000:01:00.0 eth0: 0x000003d0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547695] tg3 0000:01:00.0 eth0: 0x000003e0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547696] tg3 0000:01:00.0 eth0: 0x000003f0: 0x00000000, 0x0000000f, 0x00000000, 0x0000000f
[ 2395.547698] tg3 0000:01:00.0 eth0: 0x00000400: 0x18e04804, 0x00400000, 0x00001000, 0x00009d00
[ 2395.547700] tg3 0000:01:00.0 eth0: 0x00000410: 0x0000fc3f, 0xdbfc109f, 0x0000fc3f, 0xdbfc109f
[ 2395.547701] tg3 0000:01:00.0 eth0: 0x00000420: 0x0000fc3f, 0xdbfc109f, 0x0000fc3f, 0xdbfc109f
[ 2395.547703] tg3 0000:01:00.0 eth0: 0x00000430: 0x00000000, 0x00000000, 0x0000014f, 0x000005f2
[ 2395.547704] tg3 0000:01:00.0 eth0: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x04384400
[ 2395.547706] tg3 0000:01:00.0 eth0: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000112
[ 2395.547707] tg3 0000:01:00.0 eth0: 0x00000460: 0x0000000b, 0x00002620, 0x03ff0406, 0x00000000
[ 2395.547709] tg3 0000:01:00.0 eth0: 0x00000470: 0xa0000000, 0x00000000, 0x00000100, 0x50000000
[ 2395.547710] tg3 0000:01:00.0 eth0: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
[ 2395.547712] tg3 0000:01:00.0 eth0: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
[ 2395.547713] tg3 0000:01:00.0 eth0: 0x00000590: 0x00901010, 0x00000000, 0x00000000, 0x00000000
[ 2395.547715] tg3 0000:01:00.0 eth0: 0x00000600: 0xffffffff, 0x00f800d1, 0x00000000, 0x03683c04
[ 2395.547716] tg3 0000:01:00.0 eth0: 0x00000610: 0xffffffff, 0x00000000, 0x00000004, 0x00000000
[ 2395.547718] tg3 0000:01:00.0 eth0: 0x00000620: 0x00000040, 0x00000000, 0x00000000, 0x00000000
[ 2395.547719] tg3 0000:01:00.0 eth0: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[ 2395.547721] tg3 0000:01:00.0 eth0: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[ 2395.547722] tg3 0000:01:00.0 eth0: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[ 2395.547724] tg3 0000:01:00.0 eth0: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[ 2395.547725] tg3 0000:01:00.0 eth0: 0x00000670: 0xc52471b9, 0xb961990c, 0x8a021f35, 0x2b214d17
[ 2395.547727] tg3 0000:01:00.0 eth0: 0x00000680: 0xf19d8d94, 0x2f4c1f95, 0x49714855, 0x00a2344c
[ 2395.547734] tg3 0000:01:00.0 eth0: 0x00000690: 0x35f53350, 0x984314bf, 0x00000000, 0x00000000
[ 2395.563770] tg3 0000:01:00.0 eth0: 0x000006c0: 0x00000000, 0x00000000, 0x04000000, 0x00000000
[ 2395.563771] tg3 0000:01:00.0 eth0: 0x00000800: 0x00000100, 0xffffffff, 0x00000000, 0x00000000
[ 2395.563773] tg3 0000:01:00.0 eth0: 0x00000810: 0x00000004, 0xffffffff, 0x00000000, 0x00000000
[ 2395.563774] tg3 0000:01:00.0 eth0: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
[ 2395.563775] tg3 0000:01:00.0 eth0: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563777] tg3 0000:01:00.0 eth0: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563778] tg3 0000:01:00.0 eth0: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563780] tg3 0000:01:00.0 eth0: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
[ 2395.563781] tg3 0000:01:00.0 eth0: 0x000008f0: 0x007c0001, 0x00000000, 0x00000000, 0x00000000
[ 2395.563783] tg3 0000:01:00.0 eth0: 0x00000900: 0x003cd16a, 0xffffffff, 0x00000000, 0x00000000
[ 2395.563784] tg3 0000:01:00.0 eth0: 0x00000910: 0x00003694, 0xffffffff, 0x00000000, 0x00000000
[ 2395.563786] tg3 0000:01:00.0 eth0: 0x00000920: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
[ 2395.563787] tg3 0000:01:00.0 eth0: 0x00000930: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563789] tg3 0000:01:00.0 eth0: 0x00000940: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563790] tg3 0000:01:00.0 eth0: 0x00000950: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[ 2395.563802] tg3 0000:01:00.0 eth0: 0x00000960: 0xffffffff, 0xffffffff, 0xffffffff, 0x0000791e
[ 2395.563803] tg3 0000:01:00.0 eth0: 0x00000970: 0x0000002c, 0x0000005f, 0x00000000, 0x00000000
[ 2395.563805] tg3 0000:01:00.0 eth0: 0x00000980: 0x043dab7a, 0x00000000, 0x00000000, 0x0000d5bc
[ 2395.563806] tg3 0000:01:00.0 eth0: 0x00000990: 0x000002a9, 0x00000088, 0x00000000, 0x00000000
[ 2395.563808] tg3 0000:01:00.0 eth0: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
[ 2395.563810] tg3 0000:01:00.0 eth0: 0x00000c10: 0x00000000, 0x00000000, 0x00000000, 0x002a0000
[ 2395.563811] tg3 0000:01:00.0 eth0: 0x00000c80: 0x0000794f, 0x00000000, 0x00000000, 0x00000000
[ 2395.563813] tg3 0000:01:00.0 eth0: 0x00000ce0: 0xff0fe002, 0x00000000, 0x0000002a, 0x00040028
[ 2395.563814] tg3 0000:01:00.0 eth0: 0x00000cf0: 0x00000000, 0x5000000f, 0x00000000, 0x00000000
[ 2395.563816] tg3 0000:01:00.0 eth0: 0x00001000: 0x00000002, 0x00000000, 0xa000b4b4, 0x00000000
[ 2395.563817] tg3 0000:01:00.0 eth0: 0x00001010: 0x000f00f1, 0x0000b4b4, 0x00000000, 0x00000000
[ 2395.563819] tg3 0000:01:00.0 eth0: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000001
[ 2395.563820] tg3 0000:01:00.0 eth0: 0x00001440: 0x0000000f, 0x0000000f, 0x0000000f, 0x0000000f
[ 2395.563822] tg3 0000:01:00.0 eth0: 0x00001450: 0x0000000f, 0x0000000f, 0x0000000f, 0x0000000f
[ 2395.563823] tg3 0000:01:00.0 eth0: 0x00001460: 0x0000000f, 0x0000000f, 0x0000000f, 0x0000000f
[ 2395.563825] tg3 0000:01:00.0 eth0: 0x00001470: 0x0000000f, 0x0000000f, 0x0000000f, 0x0000000f
[ 2395.563826] tg3 0000:01:00.0 eth0: 0x00001800: 0x00000016, 0x00000000, 0x0000000f, 0x00000000
[ 2395.563828] tg3 0000:01:00.0 eth0: 0x00001840: 0x00000000, 0x00000000, 0x00000200, 0x00000010
[ 2395.563829] tg3 0000:01:00.0 eth0: 0x00001850: 0x0000001f, 0x00000000, 0x000040e0, 0x000f000f
[ 2395.563831] tg3 0000:01:00.0 eth0: 0x00001860: 0x01000000, 0x00000000, 0x00000000, 0x00000000
[ 2395.563832] tg3 0000:01:00.0 eth0: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[ 2395.563834] tg3 0000:01:00.0 eth0: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[ 2395.563835] tg3 0000:01:00.0 eth0: 0x00002010: 0x00000181, 0x00000001, 0x007bfffd, 0x00000000
[ 2395.563837] tg3 0000:01:00.0 eth0: 0x00002100: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563838] tg3 0000:01:00.0 eth0: 0x00002110: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563840] tg3 0000:01:00.0 eth0: 0x00002120: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563841] tg3 0000:01:00.0 eth0: 0x00002130: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563843] tg3 0000:01:00.0 eth0: 0x00002140: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563844] tg3 0000:01:00.0 eth0: 0x00002150: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563846] tg3 0000:01:00.0 eth0: 0x00002160: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563848] tg3 0000:01:00.0 eth0: 0x00002170: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.563854] tg3 0000:01:00.0 eth0: 0x00002180: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618394] tg3 0000:01:00.0 eth0: 0x00002190: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618395] tg3 0000:01:00.0 eth0: 0x000021a0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618397] tg3 0000:01:00.0 eth0: 0x000021b0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618398] tg3 0000:01:00.0 eth0: 0x000021c0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618400] tg3 0000:01:00.0 eth0: 0x000021d0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618401] tg3 0000:01:00.0 eth0: 0x000021e0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618402] tg3 0000:01:00.0 eth0: 0x000021f0: 0x000d3098, 0x000cb059, 0x000000b1, 0x00000000
[ 2395.618404] tg3 0000:01:00.0 eth0: 0x00002200: 0x0000d7c2, 0x00000000, 0x00000000, 0x00000000
[ 2395.618405] tg3 0000:01:00.0 eth0: 0x00002250: 0x000001da, 0x00000000, 0x00000000, 0x00000000
[ 2395.618407] tg3 0000:01:00.0 eth0: 0x00002400: 0x00010012, 0x00000000, 0x00000000, 0x00000000
[ 2395.618408] tg3 0000:01:00.0 eth0: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00000000
[ 2395.618410] tg3 0000:01:00.0 eth0: 0x00002450: 0x00000000, 0xfffe0000, 0x08001800, 0x00006000
[ 2395.618411] tg3 0000:01:00.0 eth0: 0x00002470: 0x00000000, 0x00000670, 0x00000000, 0x00000000
[ 2395.618412] tg3 0000:01:00.0 eth0: 0x000024c0: 0x0201f101, 0x00000000, 0x00000000, 0x00000000
[ 2395.618414] tg3 0000:01:00.0 eth0: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
[ 2395.618416] tg3 0000:01:00.0 eth0: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x000006e6
[ 2395.618417] tg3 0000:01:00.0 eth0: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
[ 2395.618419] tg3 0000:01:00.0 eth0: 0x00002d00: 0x00000080, 0x00000040, 0x00000000, 0x00000000
[ 2395.618420] tg3 0000:01:00.0 eth0: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x000006e6
[ 2395.618422] tg3 0000:01:00.0 eth0: 0x00003600: 0x00034400, 0x00130000, 0x00110000, 0x00000000
[ 2395.618424] tg3 0000:01:00.0 eth0: 0x00003610: 0x00131100, 0x00130000, 0x00130000, 0x00000000
[ 2395.618425] tg3 0000:01:00.0 eth0: 0x00003620: 0x80110011, 0x00000000, 0x00002004, 0x3c8a2080
[ 2395.618426] tg3 0000:01:00.0 eth0: 0x00003630: 0x00000000, 0x80008000, 0x00001080, 0x00000000
[ 2395.618428] tg3 0000:01:00.0 eth0: 0x00003640: 0x0000000a, 0x00400000, 0x00000020, 0x00000019
[ 2395.618429] tg3 0000:01:00.0 eth0: 0x00003650: 0x00000171, 0x00000bff, 0x05762100, 0x00000000
[ 2395.618431] tg3 0000:01:00.0 eth0: 0x00003660: 0x00000000, 0x00000000, 0x000400a3, 0x00000202
[ 2395.618432] tg3 0000:01:00.0 eth0: 0x00003670: 0x0000002a, 0xfeffffe3, 0x0000000a, 0x00000000
[ 2395.618434] tg3 0000:01:00.0 eth0: 0x000036b0: 0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
[ 2395.618435] tg3 0000:01:00.0 eth0: 0x000036c0: 0xffffffff, 0x00000000, 0x00000000, 0x000047f8
[ 2395.618437] tg3 0000:01:00.0 eth0: 0x000036d0: 0x00000384, 0x00000000, 0x00000000, 0x00000000
[ 2395.618439] tg3 0000:01:00.0 eth0: 0x000036e0: 0x80000b19, 0xa0800799, 0x00500799, 0x00000000
[ 2395.618440] tg3 0000:01:00.0 eth0: 0x000036f0: 0x19090900, 0x13180600, 0x00000301, 0x00000001
[ 2395.618442] tg3 0000:01:00.0 eth0: 0x00003700: 0x00000000, 0x00000000, 0x00000000, 0x00001388
[ 2395.618443] tg3 0000:01:00.0 eth0: 0x00003710: 0x87fffffd, 0x00000000, 0x00000000, 0x000010dc
[ 2395.618445] tg3 0000:01:00.0 eth0: 0x00003720: 0x00000000, 0x00002040, 0x88006000, 0xa0002000
[ 2395.618452] tg3 0000:01:00.0 eth0: 0x00003750: 0x00000000, 0x00000000, 0x0000080b, 0x00000000
[ 2395.678514] tg3 0000:01:00.0 eth0: 0x00003780: 0x0000b7f9, 0x00000000, 0x00000000, 0x00000000
[ 2395.678516] tg3 0000:01:00.0 eth0: 0x00003c00: 0x00000306, 0x00000000, 0x00000000, 0x00000048
[ 2395.678517] tg3 0000:01:00.0 eth0: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
[ 2395.678519] tg3 0000:01:00.0 eth0: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
[ 2395.678520] tg3 0000:01:00.0 eth0: 0x00003c30: 0x00000000, 0x00000000, 0x00000000, 0xffffb000
[ 2395.678521] tg3 0000:01:00.0 eth0: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
[ 2395.678523] tg3 0000:01:00.0 eth0: 0x00003c50: 0x00000000, 0x00000666, 0x00000000, 0x00000000
[ 2395.678524] tg3 0000:01:00.0 eth0: 0x00003c80: 0x0000041e, 0x0000012c, 0x0000011c, 0x00000000
[ 2395.678526] tg3 0000:01:00.0 eth0: 0x00003cc0: 0x0000000f, 0x00000000, 0x00000000, 0x00000000
[ 2395.678527] tg3 0000:01:00.0 eth0: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
[ 2395.678529] tg3 0000:01:00.0 eth0: 0x00003d00: 0x00000000, 0xffffa000, 0x00000000, 0xffff9000
[ 2395.678530] tg3 0000:01:00.0 eth0: 0x00003d10: 0x00000000, 0xffff8000, 0x00000000, 0xffff7000
[ 2395.678532] tg3 0000:01:00.0 eth0: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
[ 2395.678533] tg3 0000:01:00.0 eth0: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
[ 2395.678535] tg3 0000:01:00.0 eth0: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
[ 2395.678536] tg3 0000:01:00.0 eth0: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
[ 2395.678538] tg3 0000:01:00.0 eth0: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
[ 2395.678546] tg3 0000:01:00.0 eth0: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
[ 2395.678548] tg3 0000:01:00.0 eth0: 0x00004000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[ 2395.678550] tg3 0000:01:00.0 eth0: 0x00004010: 0x00000000, 0x00259012, 0x00800490, 0x01001e22
[ 2395.678551] tg3 0000:01:00.0 eth0: 0x00004020: 0x00000000, 0x00000010, 0x00000010, 0x00000050
[ 2395.678553] tg3 0000:01:00.0 eth0: 0x00004030: 0x00000000, 0x01081c20, 0x00281010, 0x0045e002
[ 2395.678554] tg3 0000:01:00.0 eth0: 0x00004040: 0x00468000, 0x00000000, 0x00000010, 0x004b4062
[ 2395.678556] tg3 0000:01:00.0 eth0: 0x00004400: 0x00000016, 0x00000000, 0x00010000, 0x0000a000
[ 2395.678557] tg3 0000:01:00.0 eth0: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
[ 2395.678559] tg3 0000:01:00.0 eth0: 0x00004420: 0x000000fd, 0x00000000, 0x00000000, 0x00000000
[ 2395.678560] tg3 0000:01:00.0 eth0: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x0b42d0b6
[ 2395.678562] tg3 0000:01:00.0 eth0: 0x00004450: 0x02320427, 0x0082005b, 0x00000000, 0x00000000
[ 2395.678563] tg3 0000:01:00.0 eth0: 0x00004700: 0x00030002, 0x00100000, 0x00100010, 0xd6670000
[ 2395.678565] tg3 0000:01:00.0 eth0: 0x00004710: 0xffff40c0, 0x00060484, 0x00100010, 0x00000000
[ 2395.678566] tg3 0000:01:00.0 eth0: 0x00004720: 0x00000000, 0x00000000, 0xf02c0000, 0xffff40f0
[ 2395.678568] tg3 0000:01:00.0 eth0: 0x00004770: 0x000c0404, 0x00000002, 0x00000010, 0x00000000
[ 2395.678569] tg3 0000:01:00.0 eth0: 0x00004800: 0x380303fe, 0x00000000, 0x00000000, 0x00000120
[ 2395.678571] tg3 0000:01:00.0 eth0: 0x00004810: 0x00000000, 0x0000000a, 0x00429f70, 0x00000000
[ 2395.678572] tg3 0000:01:00.0 eth0: 0x00004820: 0x00000068, 0x00000000, 0xf0330000, 0xff2011f8
[ 2395.678574] tg3 0000:01:00.0 eth0: 0x00004840: 0x00000093, 0x00000093, 0x000e2200, 0x68428cca
[ 2395.678575] tg3 0000:01:00.0 eth0: 0x00004850: 0x64eb0607, 0xdb6304d6, 0x5e5d5e5d, 0x00000000
[ 2395.678577] tg3 0000:01:00.0 eth0: 0x00004860: 0x00000068, 0x11060001, 0x001ff800, 0x2a000008
[ 2395.678578] tg3 0000:01:00.0 eth0: 0x00004870: 0x05ea0080, 0x003e1820, 0x003e1820, 0x00000000
[ 2395.678580] tg3 0000:01:00.0 eth0: 0x00004890: 0x280c0c04, 0x00305400, 0x00000000, 0x00000000
[ 2395.678581] tg3 0000:01:00.0 eth0: 0x000048a0: 0x000f0010, 0x00000000, 0x00000000, 0x00000000
[ 2395.678583] tg3 0000:01:00.0 eth0: 0x00004900: 0x18030002, 0x00000003, 0x30000000, 0x00000120
[ 2395.678585] tg3 0000:01:00.0 eth0: 0x00004910: 0x00000040, 0x00000003, 0x0000df74, 0x00000008
[ 2395.678586] tg3 0000:01:00.0 eth0: 0x00004920: 0x000000b5, 0x025a0000, 0xff0fe001, 0x0f000030
[ 2395.678588] tg3 0000:01:00.0 eth0: 0x00004930: 0xffd5ac01, 0x0f000030, 0xff6d3e01, 0x0f000030
[ 2395.678589] tg3 0000:01:00.0 eth0: 0x00004940: 0xff61ec01, 0x0f000030, 0x2e2ef3f3, 0x80806d6d
[ 2395.678591] tg3 0000:01:00.0 eth0: 0x00004950: 0xf0330000, 0xff0fe030, 0xaf000000, 0xb5b400b4
[ 2395.678593] tg3 0000:01:00.0 eth0: 0x00004960: 0x00000000, 0xffd5ac30, 0xaf000000, 0x4000000f
[ 2395.678599] tg3 0000:01:00.0 eth0: 0x00004970: 0x00028202, 0x00205400, 0x0000001c, 0x000000ff
[ 2395.727557] tg3 0000:01:00.0 eth0: 0x00004980: 0x000000b5, 0x00000000, 0x00000000, 0x00000000
[ 2395.727558] tg3 0000:01:00.0 eth0: 0x00004990: 0x00000000, 0x00000000, 0xff6d3e30, 0xaf000000
[ 2395.727560] tg3 0000:01:00.0 eth0: 0x000049a0: 0x00f0006d, 0x000000b5, 0x00000000, 0x00000000
[ 2395.727562] tg3 0000:01:00.0 eth0: 0x000049b0: 0xff699601, 0xff961601, 0xff215001, 0xff7c7a01
[ 2395.727563] tg3 0000:01:00.0 eth0: 0x000049c0: 0xff0fe002, 0xffd5ac02, 0xff6d3e02, 0xff61ec02
[ 2395.727564] tg3 0000:01:00.0 eth0: 0x000049d0: 0xff699602, 0xff961602, 0xff215002, 0xff7c7a02
[ 2395.727566] tg3 0000:01:00.0 eth0: 0x000049f0: 0xf0330000, 0xff61ec30, 0xaf000000, 0x0000ffff
[ 2395.727567] tg3 0000:01:00.0 eth0: 0x00004c00: 0x200003fe, 0x00000020, 0x00000000, 0x00000000
[ 2395.727569] tg3 0000:01:00.0 eth0: 0x00004c10: 0x0000002a, 0x00000000, 0x00000006, 0x00000000
[ 2395.727570] tg3 0000:01:00.0 eth0: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
[ 2395.727572] tg3 0000:01:00.0 eth0: 0x00004c30: 0x00000000, 0x00107800, 0x00000032, 0x00000032
[ 2395.727573] tg3 0000:01:00.0 eth0: 0x00004c40: 0x00000000, 0x012c0000, 0x0000011c, 0x012b041d
[ 2395.727575] tg3 0000:01:00.0 eth0: 0x00004c50: 0x0fff011b, 0x06660fff, 0xc0000000, 0xff66adad
[ 2395.727576] tg3 0000:01:00.0 eth0: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
[ 2395.727578] tg3 0000:01:00.0 eth0: 0x00005000: 0x00009800, 0x80000000, 0x00000000, 0x00000000
[ 2395.727579] tg3 0000:01:00.0 eth0: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.727589] tg3 0000:01:00.0 eth0: 0x00005020: 0x00821024, 0x00000000, 0x00000000, 0x40000020
[ 2395.727590] tg3 0000:01:00.0 eth0: 0x00005030: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.727592] tg3 0000:01:00.0 eth0: 0x00005040: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.727593] tg3 0000:01:00.0 eth0: 0x00005080: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.727595] tg3 0000:01:00.0 eth0: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.727596] tg3 0000:01:00.0 eth0: 0x000050a0: 0x27bd0020, 0x00000000, 0x00000000, 0x40000020
[ 2395.727598] tg3 0000:01:00.0 eth0: 0x000050b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.727599] tg3 0000:01:00.0 eth0: 0x000050c0: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.727601] tg3 0000:01:00.0 eth0: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.727602] tg3 0000:01:00.0 eth0: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.727603] tg3 0000:01:00.0 eth0: 0x00005120: 0x27bd0020, 0x00000000, 0x00000000, 0x40000020
[ 2395.727605] tg3 0000:01:00.0 eth0: 0x00005130: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.727606] tg3 0000:01:00.0 eth0: 0x00005140: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.727608] tg3 0000:01:00.0 eth0: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.727609] tg3 0000:01:00.0 eth0: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.727611] tg3 0000:01:00.0 eth0: 0x000051a0: 0x3c030800, 0x00000000, 0x00000000, 0x40000020
[ 2395.727612] tg3 0000:01:00.0 eth0: 0x000051b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.727614] tg3 0000:01:00.0 eth0: 0x000051c0: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.727615] tg3 0000:01:00.0 eth0: 0x00005200: 0x00000000, 0xc0010000, 0xc0000000, 0x03608821
[ 2395.727617] tg3 0000:01:00.0 eth0: 0x00005210: 0x00010400, 0xc0010000, 0xc0000000, 0x03608821
[ 2395.727618] tg3 0000:01:00.0 eth0: 0x00005220: 0xc0000000, 0x00000000, 0x08007f80, 0x03608821
[ 2395.727620] tg3 0000:01:00.0 eth0: 0x00005230: 0x00010000, 0x30840fff, 0xc0000000, 0x03608821
[ 2395.727621] tg3 0000:01:00.0 eth0: 0x00005240: 0x14400016, 0x14830018, 0x00000000, 0xc0000000
[ 2395.727623] tg3 0000:01:00.0 eth0: 0x00005250: 0x14400016, 0x14830018, 0x01100010, 0x00000000
[ 2395.727624] tg3 0000:01:00.0 eth0: 0x00005260: 0x14400016, 0x14830018, 0xc0000000, 0x00000000
[ 2395.727625] tg3 0000:01:00.0 eth0: 0x00005270: 0x14400016, 0x14830018, 0x00000000, 0x00000000
[ 2395.727627] tg3 0000:01:00.0 eth0: 0x00005280: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.727628] tg3 0000:01:00.0 eth0: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x080002f8
[ 2395.727630] tg3 0000:01:00.0 eth0: 0x000052a0: 0x30420fff, 0x00000000, 0x00000000, 0x40000020
[ 2395.727631] tg3 0000:01:00.0 eth0: 0x000052b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.727633] tg3 0000:01:00.0 eth0: 0x000052c0: 0x00000000, 0x00000000, 0x08001504, 0x00000000
[ 2395.727634] tg3 0000:01:00.0 eth0: 0x00005300: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.727636] tg3 0000:01:00.0 eth0: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.727643] tg3 0000:01:00.0 eth0: 0x00005320: 0x14400003, 0x00000000, 0x00000000, 0x40000020
[ 2395.779941] tg3 0000:01:00.0 eth0: 0x00005330: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.779943] tg3 0000:01:00.0 eth0: 0x00005340: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.779944] tg3 0000:01:00.0 eth0: 0x00005380: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[ 2395.779945] tg3 0000:01:00.0 eth0: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08000e18
[ 2395.779947] tg3 0000:01:00.0 eth0: 0x000053a0: 0x8c621d6c, 0x00000000, 0x00000000, 0x40000020
[ 2395.779948] tg3 0000:01:00.0 eth0: 0x000053b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[ 2395.779950] tg3 0000:01:00.0 eth0: 0x000053c0: 0x00000000, 0x00000000, 0x08000cfc, 0x00000000
[ 2395.779951] tg3 0000:01:00.0 eth0: 0x00005800: 0x00000000, 0xad000000, 0x00000000, 0xf6000000
[ 2395.779953] tg3 0000:01:00.0 eth0: 0x00005810: 0x00000000, 0x2d000000, 0x00000000, 0x1d000000
[ 2395.779954] tg3 0000:01:00.0 eth0: 0x00005820: 0x00000000, 0xd5000000, 0x00000000, 0x00000000
[ 2395.779956] tg3 0000:01:00.0 eth0: 0x00005860: 0x00000000, 0x00000000, 0x00000000, 0x0000072e
[ 2395.779957] tg3 0000:01:00.0 eth0: 0x00005880: 0x00000000, 0x0000041e, 0x00000000, 0x0000012c
[ 2395.779959] tg3 0000:01:00.0 eth0: 0x00005890: 0x00000000, 0x0000011c, 0x00000000, 0x00000000
[ 2395.779960] tg3 0000:01:00.0 eth0: 0x00005900: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
[ 2395.779973] tg3 0000:01:00.0 eth0: 0x00005980: 0x0000000f, 0x00000000, 0x00000000, 0x00000000
[ 2395.779975] tg3 0000:01:00.0 eth0: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
[ 2395.779976] tg3 0000:01:00.0 eth0: 0x00006000: 0x20010082, 0x00000000, 0x00000000, 0x00000000
[ 2395.779978] tg3 0000:01:00.0 eth0: 0x00006400: 0x00000000, 0x00000000, 0x00010091, 0xc0000000
[ 2395.779979] tg3 0000:01:00.0 eth0: 0x00006410: 0x05000016, 0x05000016, 0x00000000, 0x00000000
[ 2395.779981] tg3 0000:01:00.0 eth0: 0x00006430: 0x00000000, 0x14e41687, 0x807e103c, 0x10020000
[ 2395.779983] tg3 0000:01:00.0 eth0: 0x00006440: 0x0000304f, 0x000002e4, 0x00000000, 0x00000020
[ 2395.779984] tg3 0000:01:00.0 eth0: 0x000064c0: 0x00000005, 0x00000004, 0x00000122, 0x00000000
[ 2395.779986] tg3 0000:01:00.0 eth0: 0x000064d0: 0x00000040, 0x10008d81, 0x00000000, 0x00d75e12
[ 2395.779987] tg3 0000:01:00.0 eth0: 0x000064e0: 0x00000031, 0x0008001f, 0x00000000, 0x00000000
[ 2395.779988] tg3 0000:01:00.0 eth0: 0x000064f0: 0x00000002, 0x00000031, 0x00000000, 0x00000000
[ 2395.779990] tg3 0000:01:00.0 eth0: 0x00006500: 0x03e10003, 0xdbfc109f, 0x0000fc3f, 0x00000003
[ 2395.779991] tg3 0000:01:00.0 eth0: 0x00006510: 0x00078116, 0x0005810b, 0x00046105, 0x00000000
[ 2395.779993] tg3 0000:01:00.0 eth0: 0x00006530: 0x00000001, 0x00000000, 0x00000000, 0x00000000
[ 2395.779995] tg3 0000:01:00.0 eth0: 0x00006540: 0x0028081f, 0x0001001e, 0x00000000, 0x00000000
[ 2395.779996] tg3 0000:01:00.0 eth0: 0x00006550: 0x00000001, 0x02800000, 0x0000000f, 0x00000000
[ 2395.779997] tg3 0000:01:00.0 eth0: 0x00006560: 0x0000000f, 0x00000000, 0x00000000, 0x00000000
[ 2395.779999] tg3 0000:01:00.0 eth0: 0x000065f0: 0x00000000, 0x00000059, 0x00000000, 0x00000000
[ 2395.780001] tg3 0000:01:00.0 eth0: 0x00006800: 0x141b0034, 0x20081082, 0x00009018, 0x8e9d024c
[ 2395.780002] tg3 0000:01:00.0 eth0: 0x00006810: 0x01100010, 0xffffffff, 0x00000000, 0x000000f0
[ 2395.780004] tg3 0000:01:00.0 eth0: 0x00006880: 0x77fff020, 0x00000040, 0x00801687, 0x00000000
[ 2395.780005] tg3 0000:01:00.0 eth0: 0x00006890: 0x00800000, 0x00000000, 0x00000000, 0x00000000
[ 2395.780007] tg3 0000:01:00.0 eth0: 0x000068a0: 0x00000000, 0x00010001, 0x00000000, 0x00000000
[ 2395.780008] tg3 0000:01:00.0 eth0: 0x000068b0: 0x00040000, 0x00000000, 0x00000000, 0x00000000
[ 2395.780009] tg3 0000:01:00.0 eth0: 0x000068c0: 0x00000044, 0x00000000, 0x00000000, 0x00000000
[ 2395.780011] tg3 0000:01:00.0 eth0: 0x000068f0: 0x00000000, 0x00000000, 0x00000000, 0x04444444
[ 2395.780013] tg3 0000:01:00.0 eth0: 0x00006900: 0x702920a8, 0x15efdfeb, 0x00000000, 0x00000000
[ 2395.780014] tg3 0000:01:00.0 eth0: 0x00006920: 0x00000000, 0x00000000, 0x00000001, 0x00000000
[ 2395.780016] tg3 0000:01:00.0 eth0: 0x00006c00: 0x168714e4, 0x00100406, 0x02000010, 0x00000000
[ 2395.780017] tg3 0000:01:00.0 eth0: 0x00006c10: 0xd082000c, 0x00000000, 0xd081000c, 0x00000000
[ 2395.780019] tg3 0000:01:00.0 eth0: 0x00006c20: 0xd080000c, 0x00000000, 0x00000000, 0x807e103c
[ 2395.780020] tg3 0000:01:00.0 eth0: 0x00006c30: 0x00000000, 0x00000048, 0x00000000, 0x0000010a
[ 2395.780022] tg3 0000:01:00.0 eth0: 0x00006c40: 0x00000000, 0x00000000, 0xc8035001, 0x16002008
[ 2395.780024] tg3 0000:01:00.0 eth0: 0x00006c50: 0x00005803, 0x00000000, 0x0086a005, 0x00000000
[ 2395.780025] tg3 0000:01:00.0 eth0: 0x00006c60: 0x00000000, 0x00000000, 0xf1000298, 0x01f802d1
[ 2395.780027] tg3 0000:01:00.0 eth0: 0x00006c70: 0x00071010, 0x82000500, 0x00000000, 0x00000000
[ 2395.780034] tg3 0000:01:00.0 eth0: 0x00006ca0: 0x8005ac11, 0x00000004, 0x00000122, 0x00020010
[ 2395.833115] tg3 0000:01:00.0 eth0: 0x00006cb0: 0x10008d81, 0x00105420, 0x00475c12, 0x10110142
[ 2395.833117] tg3 0000:01:00.0 eth0: 0x00006cd0: 0x0008081f, 0x00000000, 0x00000000, 0x00010001
[ 2395.833119] tg3 0000:01:00.0 eth0: 0x00006cf0: 0x00000000, 0x05762100, 0x00000000, 0x00000000
[ 2395.833121] tg3 0000:01:00.0 eth0: 0x00006d00: 0x13c10001, 0x00000000, 0x00000000, 0x00062030
[ 2395.833122] tg3 0000:01:00.0 eth0: 0x00006d10: 0x00000000, 0x00002000, 0x000000a0, 0x00000000
[ 2395.833124] tg3 0000:01:00.0 eth0: 0x00006d30: 0x00000000, 0x00000000, 0x00000000, 0x15010003
[ 2395.833126] tg3 0000:01:00.0 eth0: 0x00006d40: 0xdbfc109f, 0x0000fc3f, 0x00000000, 0x00000000
[ 2395.833127] tg3 0000:01:00.0 eth0: 0x00006d50: 0x16010004, 0x00000000, 0x00078116, 0x00000001
[ 2395.833129] tg3 0000:01:00.0 eth0: 0x00006d60: 0x1b010002, 0x00000000, 0x00000000, 0x00000000
[ 2395.833130] tg3 0000:01:00.0 eth0: 0x00006d70: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
[ 2395.833140] tg3 0000:01:00.0 eth0: 0x00006db0: 0x23010018, 0x00000000, 0x00000000, 0x00000000
[ 2395.833142] tg3 0000:01:00.0 eth0: 0x00006e30: 0x00010017, 0x00050403, 0x00000000, 0x00000000
[ 2395.833144] tg3 0000:01:00.0 eth0: 0x00007000: 0x08000008, 0x00000000, 0x00000000, 0x00003998
[ 2395.833145] tg3 0000:01:00.0 eth0: 0x00007010: 0x76ab8793, 0x03808082, 0x80050020, 0x03000200
[ 2395.833147] tg3 0000:01:00.0 eth0: 0x00007020: 0x00000000, 0x00000008, 0x00000406, 0x10004000
[ 2395.833149] tg3 0000:01:00.0 eth0: 0x00007030: 0x001e0000, 0x0000399c, 0x00440030, 0x80000000
[ 2395.833150] tg3 0000:01:00.0 eth0: 0x00007500: 0x00000000, 0x00000000, 0x00000081, 0x00000000
[ 2395.833152] tg3 0000:01:00.0 eth0: 0x00007510: 0x00000000, 0xbffffbff, 0x00000000, 0x00000000
[ 2395.833159] tg3 0000:01:00.0 eth0: 0: Host status block [00000001:000000ad:(0000:0665:0000):(0000:01a1)]
[ 2395.833162] tg3 0000:01:00.0 eth0: 0: NAPI info [000000ad:000000ad:(000f:01a1:01ff):0000:(072e:0000:0000:0000)]
[ 2395.833164] tg3 0000:01:00.0 eth0: 1: Host status block [00000001:000000f6:(0000:0000:0000):(041e:0000)]
[ 2395.833166] tg3 0000:01:00.0 eth0: 1: NAPI info [000000f6:000000f6:(0000:0000:01ff):041e:(041e:041e:0000:0000)]
[ 2395.833169] tg3 0000:01:00.0 eth0: 2: Host status block [00000001:0000002d:(012c:0000:0000):(0000:0000)]
[ 2395.833171] tg3 0000:01:00.0 eth0: 2: NAPI info [0000002d:0000002d:(0000:0000:01ff):012c:(012c:012c:0000:0000)]
[ 2395.833173] tg3 0000:01:00.0 eth0: 3: Host status block [00000001:0000001d:(0000:0000:0000):(0000:0000)]
[ 2395.833175] tg3 0000:01:00.0 eth0: 3: NAPI info [0000001d:0000001d:(0000:0000:01ff):011c:(011c:011c:0000:0000)]
[ 2395.833177] tg3 0000:01:00.0 eth0: 4: Host status block [00000001:000000d5:(0000:0000:0000):(0000:0000)]
[ 2395.833179] tg3 0000:01:00.0 eth0: 4: NAPI info [000000d5:000000d5:(0000:0000:01ff):0000:(0000:0000:0000:0000)]
[ 2395.876482] tg3 0000:01:00.0 eth0: Link is down
[ 2397.666203] tg3 0000:01:00.0 eth0: Link is up at 100 Mbps, full duplex
[ 2397.666475] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[ 2397.666745] tg3 0000:01:00.0 eth0: EEE is disabled

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

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

* Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
  2018-03-20  6:11 Satish Baddipadige
  2018-03-20 16:18 ` Borislav Petkov
@ 2018-03-26 18:05 ` Borislav Petkov
  2020-02-03 11:20   ` Borislav Petkov
  1 sibling, 1 reply; 6+ messages in thread
From: Borislav Petkov @ 2018-03-26 18:05 UTC (permalink / raw)
  To: Satish Baddipadige
  Cc: Siva Reddy Kallam, Linux Netdev List, Prashant Sreedharan,
	Michael Chan, Linux Kernel list

On Tue, Mar 20, 2018 at 11:41:06AM +0530, Satish Baddipadige wrote:
> Can you please test the attached patch?

Well, the network connection just died with it. It didn't fire the
netdev watchdog but I still had to down and up eth0 in order to continue
using it. ssh connection into the box survived so I didn't have to login
again but it still died intermittently.

I'll keep playing with it to see if I'll catch some sort of splat...

Thx.

-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

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

* Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
  2018-03-20  6:11 Satish Baddipadige
@ 2018-03-20 16:18 ` Borislav Petkov
  2018-03-26 18:05 ` Borislav Petkov
  1 sibling, 0 replies; 6+ messages in thread
From: Borislav Petkov @ 2018-03-20 16:18 UTC (permalink / raw)
  To: Satish Baddipadige
  Cc: Siva Reddy Kallam, Linux Netdev List, Prashant Sreedharan,
	Michael Chan, Linux Kernel list

On Tue, Mar 20, 2018 at 11:41:06AM +0530, Satish Baddipadige wrote:
> Can you please test the attached patch?

Sure, will do when I get back next week.

Thx.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply. Srsly.

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

* Re: NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
@ 2018-03-20  6:11 Satish Baddipadige
  2018-03-20 16:18 ` Borislav Petkov
  2018-03-26 18:05 ` Borislav Petkov
  0 siblings, 2 replies; 6+ messages in thread
From: Satish Baddipadige @ 2018-03-20  6:11 UTC (permalink / raw)
  To: Siva Reddy Kallam
  Cc: Borislav Petkov, Linux Netdev List, Prashant Sreedharan,
	Michael Chan, Linux Kernel list

[-- Attachment #1: Type: text/plain, Size: 970 bytes --]

On Wed, Feb 28, 2018 at 7:40 PM, Siva Reddy Kallam
<siva.kallam@broadcom.com> wrote:
> On Sat, Feb 24, 2018 at 3:48 PM, Borislav Petkov <bp@alien8.de> wrote:
>> Hi,
>>
>> this didn't happen before but after 4.16-rc1 my tg3 nic stops for
>> whatever reason and the connection to the machine is dead. It didn't show
>> anything in dmesg until today.
>>
>> The IO pagefaults look like it is trying to access something it
>> shouldn't and maybe that's why it times out.
>>
>> It triggers pretty quickly so I'd call it a reliable reproducer and thus
>> I can test patches... :-)
>>
>> Thx.
> Thanks for reporting this. Somehow, this mail moved to my spam folder.
> Hence, delay in response.
> Looks like this is similar to below issue and it was reported some time back.
> https://www.spinics.net/lists/netdev/msg482757.html
> We are actively working on this. We will soon provide you an update on this.

Hi Borislav,

Can you please test the attached patch?

Thanks,
Satish

[-- Attachment #2: tg3_5762_clock_override.patch --]
[-- Type: application/octet-stream, Size: 729 bytes --]

diff --git a/drivers/net/ethernet/broadcom/tg3.c b/drivers/net/ethernet/broadcom/tg3.c
index f259397..d27337d 100644
--- a/drivers/net/ethernet/broadcom/tg3.c
+++ b/drivers/net/ethernet/broadcom/tg3.c
@@ -9010,6 +9010,7 @@ static void tg3_override_clk(struct tg3 *tp)
 
 	switch (tg3_asic_rev(tp)) {
 	case ASIC_REV_5717:
+	case ASIC_REV_5762:
 		val = tr32(TG3_CPMU_CLCK_ORIDE_ENABLE);
 		tw32(TG3_CPMU_CLCK_ORIDE_ENABLE, val |
 		     TG3_CPMU_MAC_ORIDE_ENABLE);
@@ -9031,6 +9032,7 @@ static void tg3_restore_clk(struct tg3 *tp)
 
 	switch (tg3_asic_rev(tp)) {
 	case ASIC_REV_5717:
+	case ASIC_REV_5762:
 		val = tr32(TG3_CPMU_CLCK_ORIDE_ENABLE);
 		tw32(TG3_CPMU_CLCK_ORIDE_ENABLE,
 		     val & ~TG3_CPMU_MAC_ORIDE_ENABLE);

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

* NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
@ 2018-02-24 10:18 Borislav Petkov
  0 siblings, 0 replies; 6+ messages in thread
From: Borislav Petkov @ 2018-02-24 10:18 UTC (permalink / raw)
  To: netdev; +Cc: Siva Reddy Kallam, Prashant Sreedharan, Michael Chan, linux-kernel

Hi,

this didn't happen before but after 4.16-rc1 my tg3 nic stops for
whatever reason and the connection to the machine is dead. It didn't show
anything in dmesg until today.

The IO pagefaults look like it is trying to access something it
shouldn't and maybe that's why it times out.

It triggers pretty quickly so I'd call it a reliable reproducer and thus
I can test patches... :-)

Thx.

...
[   15.916840] random: crng init done
[   44.792699] tg3 0000:01:00.0 eth0: Link is up at 100 Mbps, full duplex
[   44.793024] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   44.793315] tg3 0000:01:00.0 eth0: EEE is disabled
[   44.793395] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   58.216474] tg3 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0001 address=0x00000001fffff0c0 flags=0x0000]
[   58.216943] tg3 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0001 address=0x00000001fffff100 flags=0x0000]
[   58.217395] tg3 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0001 address=0x00000001fffff140 flags=0x0000]
[   58.217844] tg3 0000:01:00.0: AMD-Vi: Event logged [IO_PAGE_FAULT domain=0x0001 address=0x00000001fffff180 flags=0x0000]
[   64.992145] ------------[ cut here ]------------
[   64.992406] NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out
[   64.992742] WARNING: CPU: 1 PID: 0 at net/sched/sch_generic.c:464 dev_watchdog+0x1fe/0x210
[   64.992744] Modules linked in: arc4 iwlmvm mac80211 amdgpu kvm_amd kvm iwlwifi irqbypass crct10dif_pclmul crc32_pclmul crc32c_intel snd_hda_codec_conexant snd_hda_codec_hdmi snd_hda_codec_generic aesni_intel sha256_generic aes_x86_64 crypto_simd snd_hda_intel cryptd glue_helper tg3 snd_hda_codec pcspkr snd_hwdep cfg80211 joydev psmouse ptp snd_hda_core hp_wmi pps_core snd_pcm ehci_pci chash tpm_infineon rfkill libphy i2c_piix4 snd_timer fam15h_power xhci_pci ehci_hcd snd sg gpu_sched k10temp soundcore xhci_hcd tpm_tis tpm_tis_core video tpm battery button ac acpi_cpufreq evdev input_leds serio_raw sd_mod thermal pinctrl_amd
[   64.993216] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.16.0-rc1+ #2
[   64.993222] Hardware name: HP HP EliteBook 745 G3/807E, BIOS N73 Ver. 01.08 01/28/2016
[   64.996048] RIP: 0010:dev_watchdog+0x1fe/0x210
[   64.996050] RSP: 0018:ffff88043dc83e88 EFLAGS: 00010282
[   64.996052] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000103
[   64.996054] RDX: 0000000080000103 RSI: 0000000000000086 RDI: 00000000ffffffff
[   64.996055] RBP: ffff88042b86e39c R08: ffffffff81c0a400 R09: 0000000000000001
[   64.996057] R10: 000000000000035a R11: 0000000000000000 R12: ffff88042b86e3b0
[   64.996058] R13: ffff88042b86e000 R14: 0000000000000005 R15: ffff88042a0ced80
[   64.996061] FS:  0000000000000000(0000) GS:ffff88043dc80000(0000) knlGS:0000000000000000
[   64.996063] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   64.996065] CR2: 00007f98ed87eb00 CR3: 0000000428ea0000 CR4: 00000000001406e0
[   64.996068] Call Trace:
[   64.996074]  <IRQ>
[   64.996082]  ? qdisc_reset+0xe0/0xe0
[   64.996085]  ? qdisc_reset+0xe0/0xe0
[   64.996092]  call_timer_fn+0x2b/0x150
[   64.996097]  run_timer_softirq+0x415/0x460
[   64.996101]  ? tick_sched_timer+0x42/0x90
[   64.996106]  ? _raw_spin_lock_irq+0x1a/0x40
[   64.996110]  ? __hrtimer_run_queues+0x113/0x2d0
[   64.996114]  __do_softirq+0xeb/0x2d5
[   64.996121]  irq_exit+0xaa/0xb0
[   64.996125]  smp_apic_timer_interrupt+0x73/0x150
[   64.996128]  apic_timer_interrupt+0x7d/0x90
[   64.996131]  </IRQ>
[   64.996136] RIP: 0010:cpuidle_enter_state+0xa3/0x2f0
[   64.996138] RSP: 0018:ffffc900019c3ea8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff12
[   64.996141] RAX: ffff88043dc80000 RBX: 0000000f21d4b954 RCX: 000000000000001f
[   64.996142] RDX: 0000000f21d4b954 RSI: ffffffff81da4ca1 RDI: ffffffff81db2a9e
[   64.996144] RBP: ffff88042a39a200 R08: 000000000005a0b5 R09: 00000000000585fa
[   64.996145] R10: 0000000000000018 R11: 0000000000049370 R12: 0000000000000002
[   64.996146] R13: ffffffff82095db8 R14: 0000000000000000 R15: 0000000f0b23994e
[   64.996157]  ? cpuidle_enter_state+0x93/0x2f0
[   65.003171]  do_idle+0x19a/0x1f0
[   65.003176]  cpu_startup_entry+0x6f/0x80
[   65.003181]  start_secondary+0x1a5/0x200
[   65.003185]  secondary_startup_64+0xa5/0xb0
[   65.003189] Code: 00 49 63 4c 24 f0 eb 93 4c 89 ef c6 05 5b 10 af 00 01 e8 b6 67 fd ff 89 d9 48 89 c2 4c 89 ee 48 c7 c7 20 f6 df 81 e8 e2 8d a7 ff <0f> ff eb be 0f 1f 40 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 
[   65.003234] ---[ end trace b191673f18a75f41 ]---
[   65.003243] tg3 0000:01:00.0 eth0: transmit timed out, resetting
[   67.679695] tg3 0000:01:00.0 eth0: 0x00000000: 0x168714e4, 0x10100406, 0x02000010, 0x00000000
[   67.680053] tg3 0000:01:00.0 eth0: 0x00000010: 0xd082000c, 0x00000000, 0xd081000c, 0x00000000
[   67.680406] tg3 0000:01:00.0 eth0: 0x00000020: 0xd080000c, 0x00000000, 0x00000000, 0x807e103c
[   67.680419] tg3 0000:01:00.0 eth0: 0x00000030: 0x00000000, 0x00000048, 0x00000000, 0x0000010a
[   67.680422] tg3 0000:01:00.0 eth0: 0x00000040: 0x00000000, 0x7c000000, 0xc8035001, 0x16002008
[   67.680426] tg3 0000:01:00.0 eth0: 0x00000050: 0x00005803, 0x00000000, 0x0086a005, 0x00000000
[   67.680430] tg3 0000:01:00.0 eth0: 0x00000060: 0x00000000, 0x00000000, 0xf1000298, 0x01f802d1
[   67.680433] tg3 0000:01:00.0 eth0: 0x00000070: 0x00071010, 0x82000500, 0x00000000, 0x00000000
[   67.680437] tg3 0000:01:00.0 eth0: 0x00000080: 0x168714e4, 0x00000022, 0x00000000, 0x00000001
[   67.680440] tg3 0000:01:00.0 eth0: 0x00000090: 0x00000000, 0x00000186, 0x00000000, 0x0000024a
[   67.680444] tg3 0000:01:00.0 eth0: 0x000000a0: 0x8005ac11, 0x00000004, 0x00000122, 0x00020010
[   67.680447] tg3 0000:01:00.0 eth0: 0x000000b0: 0x10008d81, 0x00105420, 0x00475c12, 0x10110142
[   67.680450] tg3 0000:01:00.0 eth0: 0x000000d0: 0x0008081f, 0x00000000, 0x00000000, 0x00010001
[   67.680454] tg3 0000:01:00.0 eth0: 0x000000f0: 0x00000000, 0x05762100, 0x00000000, 0xffffffff
[   67.680457] tg3 0000:01:00.0 eth0: 0x00000100: 0x13c10001, 0x00000000, 0x00000000, 0x00062030
[   67.680461] tg3 0000:01:00.0 eth0: 0x00000110: 0x00000000, 0x00002000, 0x000000a0, 0x00000000
[   67.680464] tg3 0000:01:00.0 eth0: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
[   67.680467] tg3 0000:01:00.0 eth0: 0x00000140: 0xdbfc109f, 0x0000fc3f, 0x00000000, 0x00000000
[   67.680471] tg3 0000:01:00.0 eth0: 0x00000150: 0x16010004, 0x00000000, 0x00078116, 0x00000001
[   67.680480] tg3 0000:01:00.0 eth0: 0x00000160: 0x1b010002, 0x00000000, 0x00000000, 0x00000000
[   67.686684] tg3 0000:01:00.0 eth0: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
[   67.686687] tg3 0000:01:00.0 eth0: 0x000001b0: 0x23010018, 0x00000000, 0x00000000, 0x00000000
[   67.686691] tg3 0000:01:00.0 eth0: 0x00000200: 0x00000000, 0x7c000000, 0x00000000, 0x02000000
[   67.686697] tg3 0000:01:00.0 eth0: 0x00000210: 0x00000000, 0x79000000, 0x00000000, 0x0a000000
[   67.686700] tg3 0000:01:00.0 eth0: 0x00000220: 0x00000000, 0x01000000, 0x00000000, 0x00000000
[   67.686704] tg3 0000:01:00.0 eth0: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x0000024a
[   67.686707] tg3 0000:01:00.0 eth0: 0x00000280: 0x00000000, 0x00000001, 0x00000000, 0x00000178
[   67.686710] tg3 0000:01:00.0 eth0: 0x00000290: 0x00000000, 0x00000009, 0x00000000, 0x00000000
[   67.686713] tg3 0000:01:00.0 eth0: 0x00000300: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686717] tg3 0000:01:00.0 eth0: 0x00000310: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686720] tg3 0000:01:00.0 eth0: 0x00000320: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686723] tg3 0000:01:00.0 eth0: 0x00000330: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686726] tg3 0000:01:00.0 eth0: 0x00000340: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686729] tg3 0000:01:00.0 eth0: 0x00000350: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686732] tg3 0000:01:00.0 eth0: 0x00000360: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686736] tg3 0000:01:00.0 eth0: 0x00000370: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686739] tg3 0000:01:00.0 eth0: 0x00000380: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686742] tg3 0000:01:00.0 eth0: 0x00000390: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.686753] tg3 0000:01:00.0 eth0: 0x000003a0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709953] tg3 0000:01:00.0 eth0: 0x000003b0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709965] tg3 0000:01:00.0 eth0: 0x000003c0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709968] tg3 0000:01:00.0 eth0: 0x000003d0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709972] tg3 0000:01:00.0 eth0: 0x000003e0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709975] tg3 0000:01:00.0 eth0: 0x000003f0: 0x00000000, 0x00000186, 0x00000000, 0x00000186
[   67.709978] tg3 0000:01:00.0 eth0: 0x00000400: 0x18e04804, 0x00400000, 0x00001000, 0x00009900
[   67.709982] tg3 0000:01:00.0 eth0: 0x00000410: 0x0000fc3f, 0xdbfc109f, 0x0000fc3f, 0xdbfc109f
[   67.709985] tg3 0000:01:00.0 eth0: 0x00000420: 0x0000fc3f, 0xdbfc109f, 0x0000fc3f, 0xdbfc109f
[   67.709988] tg3 0000:01:00.0 eth0: 0x00000430: 0x00000000, 0x00000000, 0x0000016e, 0x000005f2
[   67.709992] tg3 0000:01:00.0 eth0: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x04384400
[   67.709995] tg3 0000:01:00.0 eth0: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000112
[   67.709998] tg3 0000:01:00.0 eth0: 0x00000460: 0x00000008, 0x00002620, 0x03ff0406, 0x00000000
[   67.710002] tg3 0000:01:00.0 eth0: 0x00000470: 0xa0000000, 0x00000000, 0x00000100, 0x50000000
[   67.710005] tg3 0000:01:00.0 eth0: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
[   67.710008] tg3 0000:01:00.0 eth0: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
[   67.710012] tg3 0000:01:00.0 eth0: 0x00000590: 0x00901011, 0x00000000, 0x00000000, 0x00000000
[   67.710015] tg3 0000:01:00.0 eth0: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00000004
[   67.710018] tg3 0000:01:00.0 eth0: 0x00000610: 0xffffffff, 0x00000000, 0x00000144, 0xe8000000
[   67.710028] tg3 0000:01:00.0 eth0: 0x00000620: 0x00000436, 0x00000000, 0x00000000, 0x00000000
[   67.752429] tg3 0000:01:00.0 eth0: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[   67.752442] tg3 0000:01:00.0 eth0: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[   67.752445] tg3 0000:01:00.0 eth0: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[   67.752448] tg3 0000:01:00.0 eth0: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
[   67.752452] tg3 0000:01:00.0 eth0: 0x00000670: 0x73da9e01, 0x9ab3926d, 0x1d837218, 0x75e32635
[   67.752455] tg3 0000:01:00.0 eth0: 0x00000680: 0x295533d5, 0xa2f8b742, 0x14dc74bc, 0xae7bc06f
[   67.752459] tg3 0000:01:00.0 eth0: 0x00000690: 0x84ed4384, 0xed797f69, 0x00000000, 0x00000000
[   67.752462] tg3 0000:01:00.0 eth0: 0x000006c0: 0x00000000, 0x00000000, 0x04000000, 0x00000000
[   67.752465] tg3 0000:01:00.0 eth0: 0x00000800: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
[   67.752469] tg3 0000:01:00.0 eth0: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
[   67.752472] tg3 0000:01:00.0 eth0: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
[   67.752475] tg3 0000:01:00.0 eth0: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
[   67.752479] tg3 0000:01:00.0 eth0: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[   67.752482] tg3 0000:01:00.0 eth0: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[   67.752485] tg3 0000:01:00.0 eth0: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
[   67.752489] tg3 0000:01:00.0 eth0: 0x000008f0: 0x007c0001, 0x00000000, 0x00000000, 0x00000000
[   67.752492] tg3 0000:01:00.0 eth0: 0x00000900: 0x0000f9da, 0xffffffff, 0x00000000, 0x00000000
[   67.752495] tg3 0000:01:00.0 eth0: 0x00000910: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
[   67.752498] tg3 0000:01:00.0 eth0: 0x00000920: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
[   67.752502] tg3 0000:01:00.0 eth0: 0x00000930: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
[   67.752505] tg3 0000:01:00.0 eth0: 0x00000940: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[   67.752515] tg3 0000:01:00.0 eth0: 0x00000950: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
[   67.792495] tg3 0000:01:00.0 eth0: 0x00000960: 0xffffffff, 0xffffffff, 0xffffffff, 0x0000015d
[   67.792498] tg3 0000:01:00.0 eth0: 0x00000970: 0x00000025, 0x00000000, 0x00000000, 0x00000000
[   67.792501] tg3 0000:01:00.0 eth0: 0x00000980: 0x0000bf9a, 0x00000000, 0x00000000, 0x00000178
[   67.792508] tg3 0000:01:00.0 eth0: 0x00000990: 0x0000000d, 0x00000001, 0x00000000, 0x00000000
[   67.792511] tg3 0000:01:00.0 eth0: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
[   67.792515] tg3 0000:01:00.0 eth0: 0x00000c10: 0x00000000, 0x00000000, 0x00000000, 0x14ec0000
[   67.792518] tg3 0000:01:00.0 eth0: 0x00000c80: 0x0000017d, 0x00000000, 0x00000000, 0x00000000
[   67.792521] tg3 0000:01:00.0 eth0: 0x00000ce0: 0xfffff0c0, 0x00000001, 0x0072042c, 0x000c062c
[   67.792525] tg3 0000:01:00.0 eth0: 0x00000cf0: 0x00000000, 0x40000006, 0x45a80072, 0x00000000
[   67.792528] tg3 0000:01:00.0 eth0: 0x00001000: 0x00000002, 0x00000000, 0x80008e9a, 0x00000000
[   67.792531] tg3 0000:01:00.0 eth0: 0x00001010: 0x01841860, 0x00018e9a, 0x00000000, 0x00000000
[   67.792535] tg3 0000:01:00.0 eth0: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000005
[   67.792539] tg3 0000:01:00.0 eth0: 0x00001440: 0x00000186, 0x00000186, 0x00000186, 0x00000186
[   67.792542] tg3 0000:01:00.0 eth0: 0x00001450: 0x00000186, 0x00000186, 0x00000186, 0x00000186
[   67.792545] tg3 0000:01:00.0 eth0: 0x00001460: 0x00000186, 0x00000186, 0x00000186, 0x00000186
[   67.792548] tg3 0000:01:00.0 eth0: 0x00001470: 0x00000186, 0x00000186, 0x00000186, 0x00000186
[   67.792552] tg3 0000:01:00.0 eth0: 0x00001800: 0x00000016, 0x00000000, 0x00000186, 0x00000000
[   67.792555] tg3 0000:01:00.0 eth0: 0x00001840: 0x00000000, 0x00000000, 0x00000200, 0x00000010
[   67.792565] tg3 0000:01:00.0 eth0: 0x00001850: 0x0000001f, 0x00000000, 0x00004040, 0x01860186
[   67.821116] tg3 0000:01:00.0 eth0: 0x00001860: 0x02000000, 0x00000000, 0x00000000, 0x00000000
[   67.821119] tg3 0000:01:00.0 eth0: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[   67.821129] tg3 0000:01:00.0 eth0: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[   67.821132] tg3 0000:01:00.0 eth0: 0x00002010: 0x00000181, 0x00000001, 0x007bfffd, 0x00000000
[   67.821136] tg3 0000:01:00.0 eth0: 0x00002100: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821139] tg3 0000:01:00.0 eth0: 0x00002110: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821142] tg3 0000:01:00.0 eth0: 0x00002120: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821145] tg3 0000:01:00.0 eth0: 0x00002130: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821148] tg3 0000:01:00.0 eth0: 0x00002140: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821152] tg3 0000:01:00.0 eth0: 0x00002150: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821155] tg3 0000:01:00.0 eth0: 0x00002160: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821158] tg3 0000:01:00.0 eth0: 0x00002170: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821161] tg3 0000:01:00.0 eth0: 0x00002180: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821165] tg3 0000:01:00.0 eth0: 0x00002190: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821168] tg3 0000:01:00.0 eth0: 0x000021a0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821171] tg3 0000:01:00.0 eth0: 0x000021b0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821174] tg3 0000:01:00.0 eth0: 0x000021c0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821177] tg3 0000:01:00.0 eth0: 0x000021d0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.821187] tg3 0000:01:00.0 eth0: 0x000021e0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.846799] tg3 0000:01:00.0 eth0: 0x000021f0: 0x000d2e98, 0x000d2e98, 0x00000000, 0x00000000
[   67.846802] tg3 0000:01:00.0 eth0: 0x00002200: 0x00000187, 0x00000000, 0x00000000, 0x00000000
[   67.846806] tg3 0000:01:00.0 eth0: 0x00002250: 0x00000004, 0x00000000, 0x00000000, 0x00000000
[   67.846809] tg3 0000:01:00.0 eth0: 0x00002400: 0x00010012, 0x00000000, 0x00000000, 0x00000000
[   67.846812] tg3 0000:01:00.0 eth0: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00000000
[   67.846816] tg3 0000:01:00.0 eth0: 0x00002450: 0x00000000, 0xfffe0000, 0x08001800, 0x00006000
[   67.846819] tg3 0000:01:00.0 eth0: 0x00002470: 0x00000000, 0x00000183, 0x00000000, 0x00000000
[   67.846822] tg3 0000:01:00.0 eth0: 0x000024c0: 0x0082a101, 0x00000000, 0x00000000, 0x00000000
[   67.846826] tg3 0000:01:00.0 eth0: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
[   67.846829] tg3 0000:01:00.0 eth0: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x00000206
[   67.846832] tg3 0000:01:00.0 eth0: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
[   67.846836] tg3 0000:01:00.0 eth0: 0x00002d00: 0x00000080, 0x00000040, 0x00000000, 0x00000000
[   67.846839] tg3 0000:01:00.0 eth0: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x00000206
[   67.846843] tg3 0000:01:00.0 eth0: 0x00003600: 0x00034400, 0x00130000, 0x00110000, 0x00000000
[   67.846846] tg3 0000:01:00.0 eth0: 0x00003610: 0x00131100, 0x00130000, 0x00130000, 0x00000000
[   67.846850] tg3 0000:01:00.0 eth0: 0x00003620: 0x80110011, 0x00000000, 0x00000004, 0x3c8a2080
[   67.846853] tg3 0000:01:00.0 eth0: 0x00003630: 0x00110000, 0x80008000, 0x00001080, 0x00000000
[   67.846856] tg3 0000:01:00.0 eth0: 0x00003640: 0x0000000a, 0x00400000, 0x00000020, 0x00000019
[   67.846860] tg3 0000:01:00.0 eth0: 0x00003650: 0x00000171, 0x00000bff, 0x05762100, 0x00000000
[   67.846863] tg3 0000:01:00.0 eth0: 0x00003660: 0x00000000, 0x00000000, 0x000400a3, 0x00000202
[   67.846873] tg3 0000:01:00.0 eth0: 0x00003670: 0x0000002a, 0xfeffbff3, 0x0000000a, 0x00000000
[   67.875173] tg3 0000:01:00.0 eth0: 0x000036b0: 0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
[   67.875177] tg3 0000:01:00.0 eth0: 0x000036c0: 0xfffffffe, 0x00000000, 0x00000000, 0x00000082
[   67.875186] tg3 0000:01:00.0 eth0: 0x000036d0: 0x00000384, 0x00000000, 0x00000000, 0x00000000
[   67.875189] tg3 0000:01:00.0 eth0: 0x000036e0: 0x80000b19, 0xa0800799, 0x00500799, 0x00000000
[   67.875193] tg3 0000:01:00.0 eth0: 0x000036f0: 0x19090900, 0x13180600, 0x00000301, 0x00000001
[   67.875196] tg3 0000:01:00.0 eth0: 0x00003700: 0x00000000, 0x00000000, 0x00000000, 0x00001388
[   67.875199] tg3 0000:01:00.0 eth0: 0x00003710: 0x87fffffd, 0x00000000, 0x00000000, 0x000010dc
[   67.875203] tg3 0000:01:00.0 eth0: 0x00003720: 0x00000000, 0x00002040, 0x88006000, 0xa0002000
[   67.875206] tg3 0000:01:00.0 eth0: 0x00003750: 0x00000000, 0x00000000, 0x0000080b, 0x00000000
[   67.875209] tg3 0000:01:00.0 eth0: 0x00003780: 0x000037f9, 0x00000000, 0x00000000, 0x00000000
[   67.875213] tg3 0000:01:00.0 eth0: 0x00003c00: 0x00000306, 0x00000000, 0x00000000, 0x00000048
[   67.875216] tg3 0000:01:00.0 eth0: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
[   67.875219] tg3 0000:01:00.0 eth0: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
[   67.875222] tg3 0000:01:00.0 eth0: 0x00003c30: 0x00000000, 0x00000000, 0x00000000, 0xffffb000
[   67.875226] tg3 0000:01:00.0 eth0: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
[   67.875229] tg3 0000:01:00.0 eth0: 0x00003c50: 0x00000000, 0x00000187, 0x00000000, 0x00000000
[   67.875232] tg3 0000:01:00.0 eth0: 0x00003c80: 0x00000001, 0x0000017d, 0x00000009, 0x00000000
[   67.875242] tg3 0000:01:00.0 eth0: 0x00003cc0: 0x00000184, 0x00000000, 0x00000000, 0x00000000
[   67.899908] tg3 0000:01:00.0 eth0: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
[   67.899921] tg3 0000:01:00.0 eth0: 0x00003d00: 0x00000000, 0xffffa000, 0x00000000, 0xffff9000
[   67.899925] tg3 0000:01:00.0 eth0: 0x00003d10: 0x00000000, 0xffff8000, 0x00000000, 0xffff7000
[   67.899928] tg3 0000:01:00.0 eth0: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
[   67.899931] tg3 0000:01:00.0 eth0: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
[   67.899935] tg3 0000:01:00.0 eth0: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
[   67.899938] tg3 0000:01:00.0 eth0: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
[   67.899941] tg3 0000:01:00.0 eth0: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
[   67.899944] tg3 0000:01:00.0 eth0: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
[   67.899948] tg3 0000:01:00.0 eth0: 0x00004000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
[   67.899951] tg3 0000:01:00.0 eth0: 0x00004010: 0x00000000, 0x002a0012, 0x00800480, 0x00801c42
[   67.899954] tg3 0000:01:00.0 eth0: 0x00004020: 0x00000000, 0x00000010, 0x00000010, 0x00000050
[   67.899958] tg3 0000:01:00.0 eth0: 0x00004030: 0x00000000, 0x01080a20, 0x002a0010, 0x0048f002
[   67.899961] tg3 0000:01:00.0 eth0: 0x00004040: 0x0049b000, 0x00000000, 0x00000010, 0x0049be62
[   67.899965] tg3 0000:01:00.0 eth0: 0x00004400: 0x00000016, 0x00000000, 0x00010000, 0x0000a000
[   67.899968] tg3 0000:01:00.0 eth0: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
[   67.899978] tg3 0000:01:00.0 eth0: 0x00004420: 0x000000fd, 0x00000000, 0x00000000, 0x00000000
[   67.922389] tg3 0000:01:00.0 eth0: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x08e2689d
[   67.922402] tg3 0000:01:00.0 eth0: 0x00004450: 0x0002073f, 0x00a100a2, 0x00000000, 0x00000000
[   67.922405] tg3 0000:01:00.0 eth0: 0x00004700: 0x00030002, 0x00200000, 0x00200020, 0x01880000
[   67.922409] tg3 0000:01:00.0 eth0: 0x00004710: 0xfffe4080, 0x00065494, 0x00200012, 0x00000000
[   67.922412] tg3 0000:01:00.0 eth0: 0x00004720: 0x00000000, 0x00000000, 0xf02c0000, 0xfffe40e0
[   67.922416] tg3 0000:01:00.0 eth0: 0x00004770: 0x000c0404, 0x00000002, 0x00000010, 0x00000000
[   67.922419] tg3 0000:01:00.0 eth0: 0x00004800: 0x380303fe, 0x00000000, 0x00000000, 0x00000060
[   67.922422] tg3 0000:01:00.0 eth0: 0x00004810: 0x00000003, 0x00000003, 0x05a89f45, 0x00005111
[   67.922426] tg3 0000:01:00.0 eth0: 0x00004820: 0x042e009c, 0x00000002, 0x40bb0430, 0xfffff0c0
[   67.922429] tg3 0000:01:00.0 eth0: 0x00004830: 0x0000042c, 0x00000000, 0x00000000, 0x00000000
[   67.922432] tg3 0000:01:00.0 eth0: 0x00004840: 0x00000008, 0x00000007, 0x000e2200, 0x9b42518a
[   67.922436] tg3 0000:01:00.0 eth0: 0x00004850: 0xc1ef1bf2, 0xdb6e05ea, 0x8f8e8f8e, 0x00000000
[   67.922439] tg3 0000:01:00.0 eth0: 0x00004860: 0x0000009b, 0x111e3139, 0x001ff800, 0xea000008
[   67.922442] tg3 0000:01:00.0 eth0: 0x00004870: 0x05ea0085, 0x003e1820, 0x003e1820, 0x00000000
[   67.922446] tg3 0000:01:00.0 eth0: 0x00004890: 0x280c0c04, 0x00305400, 0x00000000, 0x00000000
[   67.922449] tg3 0000:01:00.0 eth0: 0x000048a0: 0x000f0010, 0x00000000, 0x00000000, 0x00000000
[   67.922453] tg3 0000:01:00.0 eth0: 0x00004900: 0x18030002, 0x00000003, 0x30000000, 0x00000020
[   67.922462] tg3 0000:01:00.0 eth0: 0x00004910: 0x00000040, 0x00000003, 0x0000df58, 0x00000010
[   67.946849] tg3 0000:01:00.0 eth0: 0x00004920: 0x00000067, 0x02328000, 0xff94f099, 0x0f000070
[   67.946862] tg3 0000:01:00.0 eth0: 0x00004930: 0xff950899, 0x0f000070, 0xff94d899, 0x0f000070
[   67.946865] tg3 0000:01:00.0 eth0: 0x00004940: 0xff94e899, 0x0f000070, 0xabab3d3d, 0x47479e9e
[   67.946869] tg3 0000:01:00.0 eth0: 0x00004950: 0xf03b0000, 0xff94f108, 0xef000000, 0x67650066
[   67.946872] tg3 0000:01:00.0 eth0: 0x00004960: 0x00000000, 0xff950908, 0xef000000, 0x40000184
[   67.946875] tg3 0000:01:00.0 eth0: 0x00004970: 0x00028202, 0x00205400, 0x0000001c, 0x000000ff
[   67.946878] tg3 0000:01:00.0 eth0: 0x00004980: 0x00000067, 0x00000000, 0x00000000, 0x00000000
[   67.946882] tg3 0000:01:00.0 eth0: 0x00004990: 0x00000000, 0x00000000, 0xff94d908, 0xef000000
[   67.946885] tg3 0000:01:00.0 eth0: 0x000049a0: 0x00f00092, 0x00000067, 0x00000000, 0x00000000
[   67.946888] tg3 0000:01:00.0 eth0: 0x000049b0: 0xff94b899, 0xff94c099, 0xff949899, 0xff94a099
[   67.946892] tg3 0000:01:00.0 eth0: 0x000049c0: 0xff94f09e, 0xff95089e, 0xff94d89e, 0xff94e89e
[   67.946895] tg3 0000:01:00.0 eth0: 0x000049d0: 0xff94b89e, 0xff94c09e, 0xff94989e, 0xff94a09e
[   67.946898] tg3 0000:01:00.0 eth0: 0x000049f0: 0xf03b0000, 0xff94e908, 0xef000000, 0x0000ffff
[   67.946902] tg3 0000:01:00.0 eth0: 0x00004c00: 0x200003fe, 0x00000000, 0x00000000, 0x00000000
[   67.946905] tg3 0000:01:00.0 eth0: 0x00004c10: 0x00000015, 0x00000000, 0x00000006, 0x00000000
[   67.946908] tg3 0000:01:00.0 eth0: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
[   67.946912] tg3 0000:01:00.0 eth0: 0x00004c30: 0x00000000, 0x00000400, 0x00000013, 0x00000013
[   67.946915] tg3 0000:01:00.0 eth0: 0x00004c40: 0x00000000, 0x017d0000, 0x00000009, 0x017c0000
[   67.946925] tg3 0000:01:00.0 eth0: 0x00004c50: 0x0fff0008, 0x01870fff, 0x40000000, 0x55077c7c
[   67.975524] tg3 0000:01:00.0 eth0: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
[   67.975528] tg3 0000:01:00.0 eth0: 0x00005000: 0x00009800, 0x80000000, 0x00000000, 0x00000000
[   67.975537] tg3 0000:01:00.0 eth0: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x08001c6c
[   67.975541] tg3 0000:01:00.0 eth0: 0x00005020: 0x3484dead, 0x00000000, 0x00000000, 0x40000020
[   67.975544] tg3 0000:01:00.0 eth0: 0x00005030: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   67.975547] tg3 0000:01:00.0 eth0: 0x00005040: 0x00000000, 0x00000000, 0x080012ce, 0x00000000
[   67.975550] tg3 0000:01:00.0 eth0: 0x00005080: 0x00009800, 0x80008000, 0x00000000, 0x00000000
[   67.975554] tg3 0000:01:00.0 eth0: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08001204
[   67.975557] tg3 0000:01:00.0 eth0: 0x000050a0: 0x03601021, 0x00000000, 0x00000000, 0x40000020
[   67.975560] tg3 0000:01:00.0 eth0: 0x000050b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   67.975563] tg3 0000:01:00.0 eth0: 0x000050c0: 0x00000000, 0x00000000, 0x080011f0, 0x00000000
[   67.975567] tg3 0000:01:00.0 eth0: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[   67.975570] tg3 0000:01:00.0 eth0: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08000e38
[   67.975573] tg3 0000:01:00.0 eth0: 0x00005120: 0x8fb00014, 0x00000000, 0x00000000, 0x40000020
[   67.975576] tg3 0000:01:00.0 eth0: 0x00005130: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   67.975580] tg3 0000:01:00.0 eth0: 0x00005140: 0x00000000, 0x00000000, 0x08000e1c, 0x00000000
[   67.975583] tg3 0000:01:00.0 eth0: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[   67.975586] tg3 0000:01:00.0 eth0: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08001c80
[   67.975589] tg3 0000:01:00.0 eth0: 0x000051a0: 0x3484dead, 0x00000000, 0x00000000, 0x40000020
[   67.975592] tg3 0000:01:00.0 eth0: 0x000051b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   67.975596] tg3 0000:01:00.0 eth0: 0x000051c0: 0x00000000, 0x00000000, 0x080012ce, 0x00000000
[   67.975599] tg3 0000:01:00.0 eth0: 0x00005200: 0x01000000, 0xc0010000, 0x00000000, 0x00000000
[   67.975609] tg3 0000:01:00.0 eth0: 0x00005210: 0x3c8a2080, 0x0001c010, 0x80000000, 0x41504521
[   68.012055] tg3 0000:01:00.0 eth0: 0x00005220: 0x00000000, 0x00000000, 0x00000000, 0x08007f58
[   68.012059] tg3 0000:01:00.0 eth0: 0x00005230: 0x00000000, 0x03608821, 0x00000000, 0x00000000
[   68.012062] tg3 0000:01:00.0 eth0: 0x00005240: 0x14400016, 0x00621024, 0x00010000, 0x14830018
[   68.012065] tg3 0000:01:00.0 eth0: 0x00005250: 0x00000000, 0x00000000, 0x08007f58, 0x00000b50
[   68.012069] tg3 0000:01:00.0 eth0: 0x00005260: 0x00000000, 0x00000000, 0x00000000, 0x08007f60
[   68.012072] tg3 0000:01:00.0 eth0: 0x00005270: 0x14400016, 0x3c038000, 0xc0010000, 0x00000000
[   68.012075] tg3 0000:01:00.0 eth0: 0x00005280: 0x00009800, 0x80000000, 0x00000000, 0x00000000
[   68.012079] tg3 0000:01:00.0 eth0: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x08000e7c
[   68.012082] tg3 0000:01:00.0 eth0: 0x000052a0: 0x30420fff, 0x00000000, 0x00000000, 0x40000020
[   68.012085] tg3 0000:01:00.0 eth0: 0x000052b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   68.012088] tg3 0000:01:00.0 eth0: 0x000052c0: 0x00000000, 0x00000000, 0x08000300, 0x00000000
[   68.012092] tg3 0000:01:00.0 eth0: 0x00005300: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[   68.012095] tg3 0000:01:00.0 eth0: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x08000f00
[   68.012105] tg3 0000:01:00.0 eth0: 0x00005320: 0xafbf001c, 0x00000000, 0x00000000, 0x40000020
[   68.034368] tg3 0000:01:00.0 eth0: 0x00005330: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   68.034371] tg3 0000:01:00.0 eth0: 0x00005340: 0x00000000, 0x00000000, 0x08001504, 0x00000000
[   68.034374] tg3 0000:01:00.0 eth0: 0x00005380: 0x00009800, 0x80004000, 0x00000000, 0x00000000
[   68.034378] tg3 0000:01:00.0 eth0: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08000c74
[   68.034381] tg3 0000:01:00.0 eth0: 0x000053a0: 0x00a42824, 0x00000000, 0x00000000, 0x40000020
[   68.034384] tg3 0000:01:00.0 eth0: 0x000053b0: 0x00000000, 0x00000025, 0x00000000, 0x00000000
[   68.034387] tg3 0000:01:00.0 eth0: 0x000053c0: 0x00000000, 0x00000000, 0x08000110, 0x00000000
[   68.034391] tg3 0000:01:00.0 eth0: 0x00005800: 0x00000000, 0x7c000000, 0x00000000, 0x02000000
[   68.034394] tg3 0000:01:00.0 eth0: 0x00005810: 0x00000000, 0x7e000000, 0x00000000, 0x0a000000
[   68.034398] tg3 0000:01:00.0 eth0: 0x00005820: 0x00000000, 0x01000000, 0x00000000, 0x00000000
[   68.034401] tg3 0000:01:00.0 eth0: 0x00005860: 0x00000000, 0x00000000, 0x00000000, 0x0000024f
[   68.034404] tg3 0000:01:00.0 eth0: 0x00005880: 0x00000000, 0x00000001, 0x00000000, 0x0000017d
[   68.034407] tg3 0000:01:00.0 eth0: 0x00005890: 0x00000000, 0x00000009, 0x00000000, 0x00000000
[   68.034411] tg3 0000:01:00.0 eth0: 0x00005900: 0x00000000, 0x00000186, 0x00000000, 0x00000000
[   68.034414] tg3 0000:01:00.0 eth0: 0x00005980: 0x00000186, 0x00000000, 0x00000000, 0x00000000
[   68.034417] tg3 0000:01:00.0 eth0: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
[   68.034421] tg3 0000:01:00.0 eth0: 0x00006000: 0x20010082, 0x00000000, 0x00000000, 0x00000000
[   68.034425] tg3 0000:01:00.0 eth0: 0x00006400: 0x00000000, 0x00000000, 0x00010091, 0xc0000000
[   68.034428] tg3 0000:01:00.0 eth0: 0x00006410: 0x05000016, 0x05000016, 0x00000000, 0x00000000
[   68.034438] tg3 0000:01:00.0 eth0: 0x00006430: 0x00000000, 0x14e41687, 0x807e103c, 0x10020000
[   68.066544] tg3 0000:01:00.0 eth0: 0x00006440: 0x0000304f, 0x000002e4, 0x00000000, 0x00000020
[   68.066547] tg3 0000:01:00.0 eth0: 0x000064c0: 0x00000005, 0x00000004, 0x00000122, 0x00000000
[   68.066550] tg3 0000:01:00.0 eth0: 0x000064d0: 0x00000040, 0x10008d81, 0x00000000, 0x00d75e12
[   68.066557] tg3 0000:01:00.0 eth0: 0x000064e0: 0x00000031, 0x0008001f, 0x00000000, 0x00000000
[   68.066560] tg3 0000:01:00.0 eth0: 0x000064f0: 0x00000002, 0x00000031, 0x00000000, 0x00000000
[   68.066563] tg3 0000:01:00.0 eth0: 0x00006500: 0x03e10003, 0xdbfc109f, 0x0000fc3f, 0x00000003
[   68.066567] tg3 0000:01:00.0 eth0: 0x00006510: 0x00078116, 0x0005810b, 0x00046105, 0x00000000
[   68.066570] tg3 0000:01:00.0 eth0: 0x00006530: 0x00000001, 0x00000000, 0x00000000, 0x00000000
[   68.066573] tg3 0000:01:00.0 eth0: 0x00006540: 0x0028081f, 0x0001001e, 0x00000000, 0x00000000
[   68.066576] tg3 0000:01:00.0 eth0: 0x00006550: 0x00000001, 0x02800000, 0x0000000f, 0x00000000
[   68.066580] tg3 0000:01:00.0 eth0: 0x00006560: 0x0000000f, 0x00000000, 0x00000000, 0x00000000
[   68.066583] tg3 0000:01:00.0 eth0: 0x000065f0: 0x00000000, 0x00000059, 0x00000000, 0x00000000
[   68.066586] tg3 0000:01:00.0 eth0: 0x00006800: 0x141b0034, 0x20081082, 0x00089418, 0x03da099b
[   68.066590] tg3 0000:01:00.0 eth0: 0x00006810: 0x01000000, 0xffffffff, 0x00000000, 0x000000f0
[   68.066593] tg3 0000:01:00.0 eth0: 0x00006880: 0x77fff020, 0x00000040, 0x00801687, 0x00000000
[   68.066596] tg3 0000:01:00.0 eth0: 0x00006890: 0x00800000, 0x00000000, 0x00000000, 0x00000000
[   68.066600] tg3 0000:01:00.0 eth0: 0x000068a0: 0x00000000, 0x00010001, 0x00000000, 0x00000000
[   68.066603] tg3 0000:01:00.0 eth0: 0x000068b0: 0x00040000, 0x00000000, 0x00000000, 0x00000000
[   68.066613] tg3 0000:01:00.0 eth0: 0x000068c0: 0x00000044, 0x00000000, 0x00000000, 0x00000000
[   68.096127] tg3 0000:01:00.0 eth0: 0x000068f0: 0x00000000, 0x00000000, 0x00000000, 0x04444444
[   68.096138] tg3 0000:01:00.0 eth0: 0x00006900: 0x81250190, 0x15163b3d, 0x00000000, 0x00000000
[   68.096141] tg3 0000:01:00.0 eth0: 0x00006920: 0x00000000, 0x00000000, 0x00000001, 0x00000000
[   68.096145] tg3 0000:01:00.0 eth0: 0x00006c00: 0x168714e4, 0x10100406, 0x02000010, 0x00000000
[   68.096148] tg3 0000:01:00.0 eth0: 0x00006c10: 0xd082000c, 0x00000000, 0xd081000c, 0x00000000
[   68.096152] tg3 0000:01:00.0 eth0: 0x00006c20: 0xd080000c, 0x00000000, 0x00000000, 0x807e103c
[   68.096155] tg3 0000:01:00.0 eth0: 0x00006c30: 0x00000000, 0x00000048, 0x00000000, 0x0000010a
[   68.096158] tg3 0000:01:00.0 eth0: 0x00006c40: 0x00000000, 0x00000000, 0xc8035001, 0x16002008
[   68.096162] tg3 0000:01:00.0 eth0: 0x00006c50: 0x00005803, 0x00000000, 0x0086a005, 0x00000000
[   68.096165] tg3 0000:01:00.0 eth0: 0x00006c60: 0x00000000, 0x00000000, 0xf1000298, 0x01f802d1
[   68.096168] tg3 0000:01:00.0 eth0: 0x00006c70: 0x00071010, 0x82000500, 0x00000000, 0x00000000
[   68.096172] tg3 0000:01:00.0 eth0: 0x00006ca0: 0x8005ac11, 0x00000004, 0x00000122, 0x00020010
[   68.096175] tg3 0000:01:00.0 eth0: 0x00006cb0: 0x10008d81, 0x00105420, 0x00475c12, 0x10110142
[   68.096178] tg3 0000:01:00.0 eth0: 0x00006cd0: 0x0008081f, 0x00000000, 0x00000000, 0x00010001
[   68.096182] tg3 0000:01:00.0 eth0: 0x00006cf0: 0x00000000, 0x05762100, 0x00000000, 0x00000000
[   68.096185] tg3 0000:01:00.0 eth0: 0x00006d00: 0x13c10001, 0x00000000, 0x00000000, 0x00062030
[   68.096188] tg3 0000:01:00.0 eth0: 0x00006d10: 0x00000000, 0x00002000, 0x000000a0, 0x00000000
[   68.096192] tg3 0000:01:00.0 eth0: 0x00006d30: 0x00000000, 0x00000000, 0x00000000, 0x15010003
[   68.096195] tg3 0000:01:00.0 eth0: 0x00006d40: 0xdbfc109f, 0x0000fc3f, 0x00000000, 0x00000000
[   68.096198] tg3 0000:01:00.0 eth0: 0x00006d50: 0x16010004, 0x00000000, 0x00078116, 0x00000001
[   68.096202] tg3 0000:01:00.0 eth0: 0x00006d60: 0x1b010002, 0x00000000, 0x00000000, 0x00000000
[   68.096211] tg3 0000:01:00.0 eth0: 0x00006d70: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
[   68.129793] tg3 0000:01:00.0 eth0: 0x00006db0: 0x23010018, 0x00000000, 0x00000000, 0x00000000
[   68.129806] tg3 0000:01:00.0 eth0: 0x00006e30: 0x00010017, 0x00050403, 0x00000000, 0x00000000
[   68.129809] tg3 0000:01:00.0 eth0: 0x00007000: 0x08000008, 0x00000000, 0x00000000, 0x00003998
[   68.129813] tg3 0000:01:00.0 eth0: 0x00007010: 0x76ab8793, 0x03808082, 0x80050020, 0x03000200
[   68.129816] tg3 0000:01:00.0 eth0: 0x00007020: 0x00000000, 0x00000008, 0x00000406, 0x10004000
[   68.129820] tg3 0000:01:00.0 eth0: 0x00007030: 0x001e0000, 0x0000399c, 0x00440030, 0x80000000
[   68.129823] tg3 0000:01:00.0 eth0: 0x00007500: 0x00000000, 0x00000000, 0x00000081, 0x00000000
[   68.129826] tg3 0000:01:00.0 eth0: 0x00007510: 0x00000000, 0xbffffbff, 0x00000000, 0x00000000
[   68.129835] tg3 0000:01:00.0 eth0: 0: Host status block [00000001:0000007c:(0000:017e:0000):(0000:0184)]
[   68.129840] tg3 0000:01:00.0 eth0: 0: NAPI info [0000007c:0000007c:(0186:0184:01ff):0000:(0250:0000:0000:0000)]
[   68.129845] tg3 0000:01:00.0 eth0: 1: Host status block [00000001:00000002:(0000:0000:0000):(0001:0000)]
[   68.129850] tg3 0000:01:00.0 eth0: 1: NAPI info [00000002:00000002:(0000:0000:01ff):0001:(0001:0001:0000:0000)]
[   68.129862] tg3 0000:01:00.0 eth0: 2: Host status block [00000001:0000007f:(017e:0000:0000):(0000:0000)]
[   68.150888] tg3 0000:01:00.0 eth0: 2: NAPI info [0000007f:0000007f:(0000:0000:01ff):017e:(017e:017e:0000:0000)]
[   68.150900] tg3 0000:01:00.0 eth0: 3: Host status block [00000001:0000000a:(0000:0000:0000):(0000:0000)]
[   68.150905] tg3 0000:01:00.0 eth0: 3: NAPI info [0000000a:0000000a:(0000:0000:01ff):0009:(0009:0009:0000:0000)]
[   68.150909] tg3 0000:01:00.0 eth0: 4: Host status block [00000001:00000001:(0000:0000:0000):(0000:0000)]
[   68.150914] tg3 0000:01:00.0 eth0: 4: NAPI info [00000001:00000001:(0000:0000:01ff):0000:(0000:0000:0000:0000)]
[   68.282928] tg3 0000:01:00.0: tg3_stop_block timed out, ofs=1400 enable_bit=2
[   68.416316] tg3 0000:01:00.0: tg3_stop_block timed out, ofs=4800 enable_bit=2
[   68.583892] tg3 0000:01:00.0 eth0: Link is down
[   70.569299] tg3 0000:01:00.0 eth0: Link is up at 100 Mbps, full duplex
[   70.571138] tg3 0000:01:00.0 eth0: Flow control is on for TX and on for RX
[   70.572914] tg3 0000:01:00.0 eth0: EEE is disabled


-- 
Regards/Gruss,
    Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.

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

end of thread, other threads:[~2020-02-03 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 14:10 NETDEV WATCHDOG: eth0 (tg3): transmit queue 0 timed out Siva Reddy Kallam
  -- strict thread matches above, loose matches on Subject: below --
2018-03-20  6:11 Satish Baddipadige
2018-03-20 16:18 ` Borislav Petkov
2018-03-26 18:05 ` Borislav Petkov
2020-02-03 11:20   ` Borislav Petkov
2018-02-24 10:18 Borislav Petkov

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.