luigirizzo / netmap

Automatically exported from code.google.com/p/netmap
BSD 2-Clause "Simplified" License
1.84k stars 534 forks source link

pkt-gen multi-thread crash (RHEL7.3, ixgbe) #355

Closed xmhaoyu closed 6 years ago

xmhaoyu commented 7 years ago

I'm trying netmap with a pair of old machines (Xeon E5450). Because I saw that the receiver can only get about 5Gbps while the sender is sending 9.8Gbps, I want to try multi-threading by specifying -p and -c. However, with -p and -c specified, the pkt-gen cannot receive and packet. And when I stop it and run pkt-gen again, the pkt-gen stops at "Ready" and netmap locks a CPU core. Is it the problem with netmap, pkt-gen, the usage, or local environment settings? Note: No problem with the sending part.

Single-thread works but throughput is poor.

[root@m2 pkt-gen]# ./pkt-gen -i netmap:enp7s0f0 -s 10.0.0.1:1234 -d 10.0.0.2:1234 -f rx
208.951077 main [2647] interface is netmap:enp7s0f0
208.951121 main [2772] using default burst size: 512
208.951147 main [2780] running on 1 cpus (have 8)
208.951425 extract_ip_range [463] range is 10.0.0.1:1234 to 10.0.0.1:1234
208.951431 extract_ip_range [463] range is 10.0.0.2:1234 to 10.0.0.2:1234
209.311308 main [2880] mapped 334980KB at 0x7f3fc394c000
Receiving from netmap:enp7s0f0: 8 queues, 1 threads and 1 cpus.
209.311391 start_threads [2326] Wait 2 secs for phy reset
211.311428 start_threads [2328] Ready...
211.311531 receiver_body [1712] reading from netmap:enp7s0f0 fd 3 main_fd 3
...
224.324258 main_thread [2416] 608.851 Kpps (609.448 Kpkts 6.826 Gbps in 1000980 usec) 2.83 avg_batch 492 min_space

No receiving with 2 threads / 2 cores

[root@m2 pkt-gen]# ./pkt-gen -i netmap:enp7s0f0 -s 10.0.0.1:1234 -d 10.0.0.2:1234 -f rx -p 2 -c 2
330.974942 main [2647] interface is netmap:enp7s0f0
330.974988 main [2772] using default burst size: 512
330.975013 main [2780] running on 2 cpus (have 8)
330.975269 extract_ip_range [463] range is 10.0.0.1:1234 to 10.0.0.1:1234
330.975275 extract_ip_range [463] range is 10.0.0.2:1234 to 10.0.0.2:1234
331.404888 nm_open [850] overriding ifname enp7s0f0 ringid 0x0 flags 0x8004
331.662274 main [2880] mapped 334980KB at 0x7f664007c000
Receiving from netmap:enp7s0f0: 8 queues, 2 threads and 2 cpus.
331.662346 nm_open [850] overriding ifname enp7s0f0 ringid 0x1 flags 0x8004
331.877262 nm_mmap [959] do not mmap, inherit from parent
331.877269 start_threads [2326] Wait 2 secs for phy reset
333.877329 start_threads [2328] Ready...
333.877513 receiver_body [1712] reading from netmap:enp7s0f0 fd 3 main_fd 3
333.877546 receiver_body [1712] reading from netmap:enp7s0f0 fd 4 main_fd 3
334.878487 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 1000964 usec) 0.00 avg_batch 0 min_space
334.878557 receiver_body [1727] waiting for initial packets, poll returns 0 0
335.879437 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 1000950 usec) 0.00 avg_batch 199998 min_space
335.879439 receiver_body [1727] waiting for initial packets, poll returns 0 0
336.880446 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 1001009 usec) 0.00 avg_batch 199998 min_space
...
350.891992 receiver_body [1727] waiting for initial packets, poll returns 0 0
350.893544 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 1000675 usec) 0.00 avg_batch 199998 min_space
^C351.855576 sigint_h [518] received control-C on thread 0x7f665548c740
351.855606 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 962062 usec) 0.00 avg_batch 199998 min_space
351.893019 receiver_body [1727] waiting for initial packets, poll returns 0 0
352.856617 main_thread [2416] 0.000 pps (0.000 pkts 0.000 bps in 1001010 usec) 0.00 avg_batch 0 min_space
Received nothing.

And then it dies here

[root@m2 pkt-gen]# ./pkt-gen -i netmap:enp7s0f0 -s 10.0.0.1:1234 -d 10.0.0.2:1234 -f rx
451.343137 main [2647] interface is netmap:enp7s0f0
451.343178 main [2772] using default burst size: 512
451.343205 main [2780] running on 1 cpus (have 8)
451.343470 extract_ip_range [463] range is 10.0.0.1:1234 to 10.0.0.1:1234
451.343476 extract_ip_range [463] range is 10.0.0.2:1234 to 10.0.0.2:1234
451.558281 main [2880] mapped 334980KB at 0x7fbaacbcd000
Receiving from netmap:enp7s0f0: 8 queues, 1 threads and 1 cpus.
451.558322 start_threads [2326] Wait 2 secs for phy reset

Related kernel messages

Aug 30 14:54:38 m2 kernel: NMI watchdog: BUG: soft lockup - CPU#6 stuck for 23s! [pkt-gen:3312]
Aug 30 14:54:38 m2 kernel: intel_powerclamp: No package C-state available
Aug 30 14:54:38 m2 kernel: Modules linked in:
Aug 30 14:54:38 m2 kernel: ixgbe(OE) netmap(OE) sch_fq tcp_htcp fuse tun ip_set nfnetlink bridge stp llc coretemp iTCO_wdt iTCO_vendor_support kvm gpio_ich i5000_edac irqbypa
ss edac_core sg i2c_i801 mdio i2c_core pcspkr lpc_ich ioatdma i5k_amb shpchp dca nfsd auth_rpcgss nfs_acl lockd grace sunrpc xfs libcrc32c sd_mod crc_t10dif crct10dif_generic sr_mod
cdrom crct10dif_common ata_generic pata_acpi ata_piix libata serio_raw e1000e megaraid_sas e1000 ptp pps_core fjes dm_mirror dm_region_hash dm_log dm_mod [last unloaded: ixgbe]
Aug 30 14:54:38 m2 kernel: CPU: 6 PID: 3312 Comm: pkt-gen Tainted: G          IOE  ------------   3.10.0-514.el7.x86_64 #1
Aug 30 14:54:38 m2 kernel: task: ffff8800b8866dd0 ti: ffff88040bb4c000 task.ti: ffff88040bb4c000
Aug 30 14:54:38 m2 kernel: RIP: 0010:[<ffffffffa03f3080>]  [<ffffffffa03f3080>] ixgbe_netmap_rxsync+0xc0/0x2a0 [ixgbe]
Aug 30 14:54:38 m2 kernel: RSP: 0018:ffff88040bb4f9f8  EFLAGS: 00000202
Aug 30 14:54:38 m2 kernel: RAX: 00000000000001ff RBX: 0000001d0000000a RCX: ffff88042d820e60
Aug 30 14:54:38 m2 kernel: RDX: 00000000000000e7 RSI: 00000000000000e7 RDI: ffff88042eb27500
Aug 30 14:54:38 m2 kernel: RBP: ffff88040bb4fa28 R08: ffff88041e7b6e70 R09: 0000000000000073
Aug 30 14:54:38 m2 kernel: R10: ffff88042d820000 R11: ffff8800b9bdccc0 R12: 0000000000169dd3
Aug 30 14:54:38 m2 kernel: R13: 0000001d0000000a R14: 00000000002a2564 R15: 0000000000167e61
Aug 30 14:54:38 m2 kernel: FS:  00007fbaacbcc700(0000) GS:ffff88043fd80000(0000) knlGS:0000000000000000
Aug 30 14:54:38 m2 kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 30 14:54:38 m2 kernel: CR2: 00007fbac13dadd0 CR3: 000000041128a000 CR4: 00000000000407e0
Aug 30 14:54:38 m2 kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 30 14:54:38 m2 kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Aug 30 14:54:38 m2 kernel: Stack:
Aug 30 14:54:38 m2 kernel: ffff8800b9bdd000 0000000000000003 ffff88042d820000 ffff88042eb27568
Aug 30 14:54:38 m2 kernel: ffff88042eb27500 0000000000000000 ffff88040bb4faf0 ffffffffa0460882
Aug 30 14:54:38 m2 kernel: ffffffff811a1f19 0100000000001000 0000000100000001 0000000100000001
Aug 30 14:54:38 m2 kernel: Call Trace:
Aug 30 14:54:38 m2 kernel: [<ffffffffa0460882>] netmap_poll+0x582/0x840 [netmap]
Aug 30 14:54:38 m2 kernel: [<ffffffff811a1f19>] ? zone_statistics+0x89/0xa0
Aug 30 14:54:38 m2 kernel: [<ffffffff8133304d>] ? list_del+0xd/0x30
Aug 30 14:54:38 m2 kernel: [<ffffffffa046344f>] linux_netmap_poll+0x3f/0x60 [netmap]
Aug 30 14:54:38 m2 kernel: [<ffffffff81213f77>] do_sys_poll+0x327/0x580
Aug 30 14:54:38 m2 kernel: [<ffffffff810c95a8>] ? __enqueue_entity+0x78/0x80
Aug 30 14:54:38 m2 kernel: [<ffffffff810d000c>] ? enqueue_entity+0x26c/0xb60
Aug 30 14:54:38 m2 kernel: [<ffffffff811895ab>] ? free_pcppages_bulk+0x34b/0x390
Aug 30 14:54:38 m2 kernel: [<ffffffff810cefb8>] ? check_preempt_wakeup+0x148/0x250
Aug 30 14:54:38 m2 kernel: [<ffffffff810c1955>] ? check_preempt_curr+0x85/0xa0
Aug 30 14:54:38 m2 kernel: [<ffffffff810c1989>] ? ttwu_do_wakeup+0x19/0xd0
Aug 30 14:54:38 m2 kernel: [<ffffffff81212840>] ? poll_initwait+0x50/0x50
Aug 30 14:54:38 m2 kernel: [<ffffffff811800ae>] ? __find_get_page+0x1e/0xa0
Aug 30 14:54:38 m2 kernel: [<ffffffff81183105>] ? filemap_fault+0x215/0x410
Aug 30 14:54:38 m2 kernel: [<ffffffffa023cbcc>] ? xfs_iunlock+0x11c/0x130 [xfs]
Aug 30 14:54:38 m2 kernel: [<ffffffffa022f64e>] ? xfs_filemap_fault+0x6e/0xf0 [xfs]
Aug 30 14:54:38 m2 kernel: [<ffffffff8118055b>] ? unlock_page+0x2b/0x30
Aug 30 14:54:38 m2 kernel: [<ffffffff811ac6d4>] ? do_read_fault.isra.42+0xe4/0x130
Aug 30 14:54:38 m2 kernel: [<ffffffff811b0dc1>] ? handle_mm_fault+0x6b1/0xfe0
Aug 30 14:54:38 m2 kernel: [<ffffffff810bbf44>] ? __wake_up+0x44/0x50
Aug 30 14:54:38 m2 kernel: [<ffffffff816919b1>] ? __do_page_fault+0x171/0x450
Aug 30 14:54:38 m2 kernel: [<ffffffff810eaa6c>] ? ktime_get_ts64+0x4c/0xf0
Aug 30 14:54:38 m2 kernel: [<ffffffff812142d4>] SyS_poll+0x74/0x110
Aug 30 14:54:38 m2 kernel: [<ffffffff816964c9>] system_call_fastpath+0x16/0x1b
Aug 30 14:54:38 m2 kernel: Code: cc 41 39 f1 41 0f 4e f4 49 c1 e0 04 4d 03 43 20 45 89 fd 45 31 e4 41 83 cd 20 45 8b 48 08 41 f6 c1 01 74 70 48 89 4d d0 0f 1f 00 <45> 0f b7 40 0c 89 f1 48 c1 e1 04 4c 01 d1 41 83 e1 02 66 44 89
leleobhz commented 7 years ago

Hello!

I have a closer issue, but leads to loss connectivity in ALL network interfaces. Below a subset of log:

Ago 31 18:14:54 sa-eqnx2-paris kernel: device p2p1 entered promiscuous mode
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.487228 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.489256 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.491298 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.493341 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.495390 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.497439 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.499488 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.501543 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.503592 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.505645 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.507703 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.509749 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:54 sa-eqnx2-paris NetworkManager[2253]: <info>  [1504214094.6139] device (p2p1): state change: disconnected -> unavailable (reason 'carrier-changed') [30 20 40]
Ago 31 18:14:54 sa-eqnx2-paris kernel: ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
Ago 31 18:14:54 sa-eqnx2-paris kernel: 094.994364 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:55 sa-eqnx2-paris kernel: ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
Ago 31 18:14:55 sa-eqnx2-paris NetworkManager[2253]: <info>  [1504214095.3334] device (p2p1): link connected
Ago 31 18:14:55 sa-eqnx2-paris NetworkManager[2253]: <info>  [1504214095.3340] device (p2p1): state change: unavailable -> disconnected (reason 'carrier-changed') [20 30 40]
Ago 31 18:14:55 sa-eqnx2-paris kernel: ixgbe 0000:05:00.0 p2p1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
Ago 31 18:14:57 sa-eqnx2-paris kernel: 097.249398 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:57 sa-eqnx2-paris kernel: 097.251455 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
Ago 31 18:14:57 sa-eqnx2-paris kernel: ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
Ago 31 18:14:57 sa-eqnx2-paris kernel: ixgbe 0000:05:00.0 p2p1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
Ago 31 18:15:08 sa-eqnx2-paris kernel: NETDEV WATCHDOG: em1 (tg3): transmit queue 0 timed out
Ago 31 18:15:08 sa-eqnx2-paris kernel: ------------[ cut here ]------------
Ago 31 18:15:08 sa-eqnx2-paris kernel: WARNING: CPU: 0 PID: 0 at net/sched/sch_generic.c:316 dev_watchdog+0x225/0x230
Ago 31 18:15:08 sa-eqnx2-paris kernel: Modules linked in: macvtap macvlan tap ixgbe(O) netmap(O) uas usb_storage mpt3sas raid_class scsi_transport_sas mptctl mptbase dell_rbu dca mdio binfmt_misc ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack 8021q garp mrp ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter vfat fat ext4 jbd2 mbcache x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel crypto_simd glue_helper cryptd intel_cstate
Ago 31 18:15:08 sa-eqnx2-paris kernel:  iTCO_wdt iTCO_vendor_support intel_rapl_perf pcspkr mxm_wmi dcdbas ipmi_si sg ipmi_devintf ipmi_msghandler wmi mei_me shpchp mei lpc_ich mfd_core acpi_power_meter nfsd auth_rpcgss nfs_acl lockd grace sunrpc ip_tables xfs libcrc32c sr_mod cdrom sd_mod crc32c_intel mgag200 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci ttm libahci tg3 drm ptp pps_core libata megaraid_sas dm_mirror dm_region_hash dm_log dm_mod dax
Ago 31 18:15:08 sa-eqnx2-paris kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G           O    4.12.10-1.el7.elrepo.x86_64 #1
Ago 31 18:15:08 sa-eqnx2-paris kernel: Hardware name: Dell Inc. PowerEdge R430/03XKDV, BIOS 2.2.5 09/08/2016
Ago 31 18:15:08 sa-eqnx2-paris kernel: task: ffffffff81c104c0 task.stack: ffffffff81c00000
Ago 31 18:15:08 sa-eqnx2-paris kernel: RIP: 0010:dev_watchdog+0x225/0x230
Ago 31 18:15:08 sa-eqnx2-paris kernel: RSP: 0018:ffff88103f203e58 EFLAGS: 00010246
Ago 31 18:15:08 sa-eqnx2-paris kernel: RAX: 0000000000000036 RBX: 0000000000000000 RCX: 0000000000000000
Ago 31 18:15:08 sa-eqnx2-paris kernel: RDX: 0000000000000000 RSI: 00000000000000f6 RDI: 0000000000000300
Ago 31 18:15:08 sa-eqnx2-paris kernel: RBP: ffff88103f203e88 R08: 0000000000000000 R09: 0000000000000692
Ago 31 18:15:08 sa-eqnx2-paris kernel: R10: 0000000000000004 R11: 0000000000000691 R12: ffff881035300000
Ago 31 18:15:08 sa-eqnx2-paris kernel: R13: 0000000000000005 R14: ffff880fb1444d80 R15: 0000000000000000
Ago 31 18:15:08 sa-eqnx2-paris kernel: FS:  0000000000000000(0000) GS:ffff88103f200000(0000) knlGS:0000000000000000
Ago 31 18:15:08 sa-eqnx2-paris kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Ago 31 18:15:08 sa-eqnx2-paris kernel: CR2: 00007f948de34000 CR3: 0000000001c09000 CR4: 00000000001406f0
Ago 31 18:15:08 sa-eqnx2-paris kernel: Call Trace:
Ago 31 18:15:08 sa-eqnx2-paris kernel:  <IRQ>
Ago 31 18:15:08 sa-eqnx2-paris kernel:  ? dev_deactivate_queue.constprop.29+0x60/0x60
Ago 31 18:15:08 sa-eqnx2-paris kernel:  call_timer_fn+0x35/0x140
Ago 31 18:15:08 sa-eqnx2-paris kernel:  run_timer_softirq+0x1e8/0x450
Ago 31 18:15:08 sa-eqnx2-paris kernel:  ? run_rebalance_domains+0x11f/0x220
Ago 31 18:15:08 sa-eqnx2-paris kernel:  __do_softirq+0xc9/0x269
Ago 31 18:15:08 sa-eqnx2-paris kernel:  irq_exit+0xd9/0xf0
Ago 31 18:15:08 sa-eqnx2-paris kernel:  scheduler_ipi+0x8f/0x140
Ago 31 18:15:08 sa-eqnx2-paris kernel:  smp_reschedule_interrupt+0x29/0x30
Ago 31 18:15:08 sa-eqnx2-paris kernel:  reschedule_interrupt+0x93/0xa0
Ago 31 18:15:08 sa-eqnx2-paris kernel: RIP: 0010:cpuidle_enter_state+0xe4/0x270
Ago 31 18:15:08 sa-eqnx2-paris kernel: RSP: 0018:ffffffff81c03dc8 EFLAGS: 00000246 ORIG_RAX: ffffffffffffff02
Ago 31 18:15:08 sa-eqnx2-paris kernel: RAX: ffff88103f21bf80 RBX: ffff88103f226200 RCX: 000000000000001f
Ago 31 18:15:08 sa-eqnx2-paris kernel: RDX: 0000000000000000 RSI: ffff88103f219798 RDI: 0000000000000000
Ago 31 18:15:08 sa-eqnx2-paris kernel: RBP: ffffffff81c03e00 R08: 0000000000000001 R09: cccccccccccccccd
Ago 31 18:15:08 sa-eqnx2-paris kernel: R10: 000000000000072d R11: 0000000000000018 R12: 0000000000000004
Ago 31 18:15:08 sa-eqnx2-paris kernel: R13: 0000000000000000 R14: ffff88103f226200 R15: 00000061e503d284
Ago 31 18:15:08 sa-eqnx2-paris kernel:  </IRQ>
Ago 31 18:15:08 sa-eqnx2-paris kernel:  ? cpuidle_enter_state+0xc0/0x270
Ago 31 18:15:08 sa-eqnx2-paris kernel:  cpuidle_enter+0x17/0x20
Ago 31 18:15:08 sa-eqnx2-paris kernel:  call_cpuidle+0x23/0x40
Ago 31 18:15:08 sa-eqnx2-paris kernel:  do_idle+0x172/0x1e0
Ago 31 18:15:08 sa-eqnx2-paris kernel:  cpu_startup_entry+0x71/0x80
Ago 31 18:15:08 sa-eqnx2-paris kernel:  rest_init+0x77/0x80
Ago 31 18:15:08 sa-eqnx2-paris kernel:  start_kernel+0x498/0x4b9
Ago 31 18:15:08 sa-eqnx2-paris kernel:  ? set_init_arg+0x5a/0x5a
Ago 31 18:15:08 sa-eqnx2-paris kernel:  ? early_idt_handler_array+0x120/0x120
Ago 31 18:15:08 sa-eqnx2-paris kernel:  x86_64_start_reservations+0x2f/0x31
Ago 31 18:15:08 sa-eqnx2-paris kernel:  x86_64_start_kernel+0x151/0x174
Ago 31 18:15:08 sa-eqnx2-paris kernel:  secondary_startup_64+0x9f/0x9f
Ago 31 18:15:08 sa-eqnx2-paris kernel: Code: 64 04 00 00 eb 8f 4c 89 e7 c6 05 55 ca 75 00 01 e8 11 62 fd ff 89 d9 48 89 c2 4c 89 e6 48 c7 c7 18 97 ad 81 31 c0 e8 c9 77 b0 ff <0f> ff eb bf 0f 1f 80 00 00 00 00 0f 1f 44 00 00 55 48 89 e5 41 
Ago 31 18:15:08 sa-eqnx2-paris kernel: ---[ end trace 16c466b73760327c ]---
Ago 31 18:15:08 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: transmit timed out, resetting
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000000: 0x165f14e4, 0x00100406, 0x02000000, 0x00800008
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000010: 0x91a3000c, 0x00000000, 0x91a4000c, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000020: 0x91a5000c, 0x00000000, 0x00000000, 0x06391028
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000030: 0xfffc0000, 0x00000048, 0x00000000, 0x000001ff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000040: 0x00000000, 0x00000001, 0xc8035001, 0x00003008
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000050: 0x818c5803, 0x78000000, 0x0086a005, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000060: 0x00000000, 0x00000000, 0xf0000298, 0x00380081
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000070: 0x000710b0, 0xffaf82fb, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000080: 0x165f14e4, 0x4000004e, 0x00000000, 0x00000a6f
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000090: 0x00000000, 0x00000000, 0x00000000, 0x00000348
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000a0: 0x8010ac11, 0x00000004, 0x00001004, 0x00020010
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000b0: 0x10008d81, 0x0010540e, 0x0004cc22, 0x10120040
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000d0: 0x0000001f, 0x00000006, 0x00000000, 0x00000001
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000f0: 0x00000000, 0x05720000, 0x00000000, 0x78b0600a
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000100: 0x13c10001, 0x00000000, 0x00018000, 0x000e7030
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000110: 0x00002000, 0x000031c0, 0x000001e0, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000140: 0x424a3113, 0x000044a8, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000150: 0x16010004, 0x00000000, 0x0007811b, 0x00000001
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000160: 0x00010002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000200: 0x00000000, 0x00000001, 0x00000000, 0xb4000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000210: 0x00000000, 0xe6000000, 0x00000000, 0x10000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000220: 0x00000000, 0x8a000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x00000348
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000280: 0x00000000, 0x00000a6f, 0x00000000, 0x00000aa1
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000290: 0x00000000, 0x00000e9e, 0x00000000, 0x00000ed2
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000300: 0x00000000, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000400: 0x18e04808, 0x00400000, 0x00001000, 0x00000880
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000410: 0x000044a8, 0x424a3113, 0x000044a8, 0x424a3113
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000420: 0x0000bad4, 0x2c3b1cb4, 0x000044a8, 0x424a3113
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000430: 0x00000400, 0x00000000, 0x00000112, 0x000005f2
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x08201000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000102
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000460: 0x00000008, 0x00002620, 0x01ff0002, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000470: 0x80001004, 0x81000000, 0x00000002, 0x40000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000590: 0x00e00000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005b0: 0x00000000, 0x00000008, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005c0: 0xe92c4488, 0x122249ee, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000610: 0xffffffff, 0x00000000, 0x07c00004, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000620: 0x00000040, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000670: 0x75d8e60a, 0x03f3f040, 0x1d4d3848, 0x58276937
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000680: 0xbbdc55c2, 0x722aa91f, 0xb37c2c47, 0x605ecc79
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000690: 0x5bb0c222, 0xa675efa4, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000006c0: 0x00000000, 0x00000000, 0x04000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000800: 0x00008eea, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000030
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000880: 0x0001fcb0, 0x000006a8, 0x00000000, 0x000000f3
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000890: 0x00000031, 0x00000068, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000008f0: 0x00000001, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000900: 0x0003ad08, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000910: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000920: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000930: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000940: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000950: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000960: 0xffffffff, 0xffffffff, 0xffffffff, 0x0000013d
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000980: 0x00004d13, 0x00000000, 0x00000000, 0x000001d6
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000990: 0x00000052, 0x000000b4, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c10: 0x00000000, 0x00000000, 0x00000000, 0x0b680000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c80: 0x00002f9e, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000ce0: 0x9a4ea63f, 0x0000000f, 0x006605b4, 0x000c06ac
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000cf0: 0x00000003, 0x40000065, 0x85b40066, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001000: 0x00000002, 0x00000000, 0xa0008c98, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001010: 0x00e50e51, 0x00018c98, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001440: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001450: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001460: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001470: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001480: 0x00001111, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001800: 0x00000016, 0x00000000, 0x000000e5, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001830: 0x00000000, 0x00000000, 0x00000000, 0x9c674000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001840: 0x9c674000, 0x0000000f, 0x00000201, 0xc0000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001850: 0x0000001f, 0x00000000, 0x00004230, 0x00e500e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001860: 0x02000000, 0x00000000, 0x9c674e30, 0x0000000f
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002010: 0x00000181, 0x00000001, 0x00780003, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002100: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002110: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002120: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002130: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002140: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002150: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002160: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002170: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002180: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002190: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021a0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021b0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021c0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021d0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021e0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021f0: 0x000ddcfa, 0x000ddcfa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002200: 0x0000498d, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002250: 0x000006f7, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002400: 0x00010012, 0x00000000, 0x00246001, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002410: 0x0000000f, 0x00005d00, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00044400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002450: 0x0000000f, 0x9c710000, 0x08001800, 0x00040000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002470: 0x00000000, 0x00000280, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002500: 0x00000000, 0x00000000, 0x00000002, 0x00044800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002510: 0x00000000, 0x00000000, 0x00000002, 0x00040400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002520: 0x00000000, 0x00000000, 0x00000002, 0x00044c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002530: 0x00000000, 0x00000000, 0x00000002, 0x00040800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002540: 0x00000000, 0x00000000, 0x00000002, 0x00045000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002550: 0x00000000, 0x00000000, 0x00000002, 0x00040c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002560: 0x00000000, 0x00000000, 0x00000002, 0x00045400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002570: 0x00000000, 0x00000000, 0x00000002, 0x00041000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002580: 0x00000000, 0x00000000, 0x00000002, 0x00045800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002590: 0x00000000, 0x00000000, 0x00000002, 0x00041400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025a0: 0x00000000, 0x00000000, 0x00000002, 0x00045c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025b0: 0x00000000, 0x00000000, 0x00000002, 0x00041800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025c0: 0x00000000, 0x00000000, 0x00000002, 0x00046000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025d0: 0x00000000, 0x00000000, 0x00000002, 0x00041c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025e0: 0x00000000, 0x00000000, 0x00000002, 0x00046400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025f0: 0x00000000, 0x00000000, 0x00000002, 0x00042000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002600: 0x00000000, 0x00000000, 0x00000002, 0x00046800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002610: 0x00000000, 0x00000000, 0x00000002, 0x00042400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002620: 0x00000000, 0x00000000, 0x00000002, 0x00046c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002630: 0x00000000, 0x00000000, 0x00000002, 0x00042800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002640: 0x00000000, 0x00000000, 0x00000002, 0x00047000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002650: 0x00000000, 0x00000000, 0x00000002, 0x00042c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002660: 0x00000000, 0x00000000, 0x00000002, 0x00047400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002670: 0x00000000, 0x00000000, 0x00000002, 0x00043000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002680: 0x00000000, 0x00000000, 0x00000002, 0x00047800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002690: 0x00000000, 0x00000000, 0x00000002, 0x00043400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026a0: 0x00000000, 0x00000000, 0x00000002, 0x00047c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026b0: 0x00000000, 0x00000000, 0x00000002, 0x00043800
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026c0: 0x00000000, 0x00000000, 0x00000002, 0x00048000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026d0: 0x00000000, 0x00000000, 0x00000002, 0x00043c00
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026e0: 0x00000000, 0x00000000, 0x00000002, 0x00048400
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026f0: 0x00000000, 0x00000000, 0x00000002, 0x00044000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x00000308
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c20: 0x00000004, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002d00: 0x00000080, 0x00000040, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x00000308
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003600: 0x00004600, 0x00170000, 0x00110000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003610: 0x00170000, 0x00000000, 0x00130000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003620: 0x00110011, 0x00000000, 0x00000000, 0x00032080
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003630: 0x00800000, 0x87748774, 0x02c01000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003640: 0x00000000, 0x00000000, 0x00000020, 0x00000019
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003650: 0x00000171, 0x000f03ff, 0x05720000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003660: 0x00000000, 0x00000000, 0x02000000, 0x00000202
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003670: 0x00000000, 0xfefffff7, 0x00000000, 0x00000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003680: 0x20018010, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036a0: 0x000001a0, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036b0: 0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036c0: 0xffffffff, 0x0000029e, 0x00000000, 0x06233fb1
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036d0: 0x0000019d, 0x00000000, 0x00000000, 0x00004859
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036f0: 0x00000000, 0x00000000, 0x00000000, 0x00012801
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003800: 0x00000001, 0x00000000, 0x0000000e, 0x0516028b
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003810: 0x00000097, 0x000000aa, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c00: 0x00000306, 0x00000000, 0x00000000, 0x00000048
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c30: 0x00000000, 0x00000000, 0x0000000f, 0x9c5e5000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c50: 0x00000000, 0x00000288, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c80: 0x00000a75, 0x00000aa2, 0x00000e9f, 0x00000ed2
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cc0: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d00: 0x0000000f, 0x9c5e6000, 0x0000000f, 0x9c5e7000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d10: 0x0000000f, 0x9c5e8000, 0x0000000f, 0x9c5e9000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003fc0: 0x00005e09, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004000: 0x00000002, 0x00000000, 0x001a600d, 0x001d9ba1
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004010: 0x00000000, 0x00305012, 0x00000480, 0x00842042
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004020: 0x00000000, 0x00000000, 0x00000010, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004030: 0x00000010, 0x00000050, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004040: 0x00000000, 0x00000000, 0x01084820, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004050: 0x00000000, 0x00000000, 0x00305010, 0x0048d002
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004060: 0x00499000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004400: 0x00000016, 0x00000000, 0x00010000, 0x0000a000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004420: 0x0000003d, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x08c2609a
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004450: 0x0002053f, 0x01060107, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004800: 0x380303fe, 0x00000000, 0x00000000, 0x00000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004810: 0x00000000, 0x0000000a, 0x00369c78, 0x00002a28
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004820: 0x00000099, 0x00000000, 0xf0330000, 0x9a4eabf8
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004830: 0x00000000, 0x0000035a, 0x0000035a, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004840: 0x00001680, 0x00001680, 0x000e2200, 0x993668f4
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004850: 0xfdfd8b8a, 0x8ca405ea, 0x8d8c8d8c, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004860: 0x00000099, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004870: 0x05ea0085, 0x003e1820, 0x003e1820, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004900: 0x28190404, 0x00305407, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004910: 0x000f001c, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a00: 0x180303fe, 0x00200000, 0x00200020, 0x42890000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a10: 0x9c7160a0, 0x008c5914, 0x00200011, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a20: 0x00000000, 0x00000000, 0xf02c0000, 0x9c716100
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a30: 0x00000000, 0x000001ea, 0x000001ea, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a40: 0x9c7160a0, 0x9c716040, 0x9c716060, 0x9c716080
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a50: 0x00200020, 0x00200020, 0x00200020, 0x00200020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a70: 0x28190404, 0x00305407, 0x000f001c, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b00: 0x180303fe, 0x02040003, 0x30000000, 0x01cc0020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b10: 0x02550040, 0x00360003, 0x0204dc70, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b20: 0x0000004b, 0x02250000, 0x1c3dd0f9, 0x0f040208
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b30: 0x220d20f9, 0x0fcc01d0, 0xada5b0f9, 0x0f550258
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b40: 0x220fe0f9, 0x0f360038, 0x5f5fdbdb, 0x2b2b7f7f
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b50: 0xf0330000, 0x1c3dd300, 0xaf210000, 0x4b4a004a
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b60: 0xf0330000, 0x220d22c8, 0xaf1d0000, 0x400000df
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b70: 0xf0330000, 0xada5b350, 0xaf260000, 0x000000ff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b80: 0x0000004b, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b90: 0x05ea0085, 0x28190404, 0x00305407, 0x000f001c
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004ba0: 0x00f00000, 0x0000004b, 0x110a152b, 0x000f001c
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bb0: 0x33aef8e9, 0x382e00e9, 0x33aeb8e9, 0x220ff0f9
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bc0: 0x1c3dd0fa, 0x220d20fa, 0xada5b0fa, 0x220fe0fa
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bd0: 0x33aef8ee, 0x382e00ee, 0x33aeb8ee, 0x220ff0fa
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004be0: 0x01cc0204, 0x00360255, 0x00420210, 0x00360210
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bf0: 0xf0330000, 0x220fe130, 0xaf040000, 0x0000ffff
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c00: 0x200003fe, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c10: 0x00000015, 0x00000000, 0x00000003, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000003
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c30: 0x00000000, 0x02a88000, 0x00108000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c40: 0x00000040, 0x00000000, 0x001d0040, 0x00140020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c50: 0x9eaa1a74, 0x00a74ed1, 0xd2e9faa2, 0x0008cece
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005000: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x08002044
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005020: 0x00621024, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005030: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005040: 0x00000000, 0x00000000, 0x08002018, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005080: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08001fbc
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050a0: 0x0a00061d, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050c0: 0x00000000, 0x00000000, 0x08000088, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08002d5c
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005120: 0x00621024, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005130: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005140: 0x00000000, 0x00000000, 0x0800203a, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08001824
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051a0: 0x30422000, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051c0: 0x00000000, 0x00000000, 0x08002010, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005200: 0x00000000, 0x09e484c1, 0x00000000, 0x80000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005210: 0x08000000, 0x06000000, 0x00000000, 0x14600027
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005220: 0x09e484c1, 0x144001e5, 0x3c038000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005230: 0x00000000, 0x080027e8, 0xc0000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005240: 0x06000000, 0x00000000, 0x14600027, 0x09e484c1
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005250: 0x144001e5, 0x3c038000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005260: 0x080027e8, 0x00000000, 0x08006f98, 0x00000005
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005270: 0xb49a89ab, 0x14600027, 0x09e484c1, 0x144001e5
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005280: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x0800199c
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052a0: 0x00831824, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052c0: 0x00000000, 0x00000000, 0x08002d76, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005300: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x08001824
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005320: 0x30422000, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005330: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005340: 0x00000000, 0x00000000, 0x08000088, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005380: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053a0: 0x00021f02, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053c0: 0x00000000, 0x00000000, 0x080027f0, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005800: 0x00000001, 0x00000001, 0xb9000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005810: 0xe7000000, 0x00000000, 0x00000001, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005820: 0x8a000000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005860: 0x00000000, 0x00000000, 0x0000034f, 0x0000034f
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005880: 0x00000a75, 0x00000a75, 0x00000aa2, 0x00000aa2
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005890: 0x00000e9e, 0x00000e9e, 0x00000ed2, 0x00000ed2
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005900: 0x000000e5, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005980: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006000: 0x00010082, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006400: 0x00000000, 0x00000000, 0x00010891, 0xc0000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006410: 0x0a000064, 0x0a000064, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006420: 0x00000000, 0x00000000, 0x00000000, 0x818c0000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006430: 0x78000000, 0x14e4165f, 0x06391028, 0x00020000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006440: 0x0000304f, 0x000002e4, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064c0: 0x00000010, 0x00000004, 0x00001004, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064d0: 0x00000000, 0x10008d81, 0x00000000, 0x00315e22
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064e0: 0x00000031, 0x0000001f, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064f0: 0x00000002, 0x00000031, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006500: 0x01e10003, 0x424a3113, 0x000044a8, 0x00000003
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006510: 0x0007811b, 0x00058116, 0x00046113, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006550: 0x00000001, 0x02800000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000065f0: 0x00000000, 0x00000109, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006800: 0x141b0034, 0x20099082, 0x01069208, 0x17848872
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006810: 0x01020000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006830: 0xffffffff, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006840: 0x00000000, 0x00000001, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006890: 0x00000000, 0x88003800, 0x00000000, 0x04102040
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068a0: 0x00000020, 0x00000001, 0x03ff03ff, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068b0: 0xe0011514, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068e0: 0x00000000, 0x00000000, 0x00000000, 0x0004d7e8
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068f0: 0x00ff000e, 0x00ff0000, 0x00000000, 0x04444444
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006900: 0x13f1bab0, 0x14e00ac3, 0x00000000, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006920: 0x00000000, 0x00000000, 0x00000001, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007000: 0x08000188, 0x00000000, 0x00000000, 0x00004be0
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007010: 0x2b431b9b, 0x01c080f3, 0x00d70081, 0x03008200
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007020: 0x00000000, 0x00000000, 0x00000406, 0x10004000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007030: 0x000e0000, 0x00004be4, 0x00170030, 0x00000000
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: Host status block [00000001:000000ce:(0000:0162:0000):(0000:00e5)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: NAPI info [000000b4:000000b4:(00e5:00be:01ff):0000:(035f:0000:0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: Host status block [00000001:000000c1:(0000:0000:0000):(0a80:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: NAPI info [000000c1:000000c1:(0000:0000:01ff):0a80:(0280:0280:0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: Host status block [00000001:000000e9:(0aa4:0000:0000):(0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: NAPI info [000000e9:000000e9:(0000:0000:01ff):0aa4:(02a4:02a4:0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: Host status block [00000001:00000013:(0000:0000:0000):(0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: NAPI info [00000010:00000010:(0000:0000:01ff):0e9e:(069e:069e:0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: Host status block [00000001:0000008d:(0000:0000:0ed5):(0000:0000)]
Ago 31 18:15:09 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: NAPI info [0000008d:0000008d:(0000:0000:01ff):0ed5:(06d5:06d5:0000:0000)]
Ago 31 18:15:15 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: transmit timed out, resetting
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000000: 0x165f14e4, 0x00100406, 0x02000000, 0x00800008
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000010: 0x91a3000c, 0x00000000, 0x91a4000c, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000020: 0x91a5000c, 0x00000000, 0x00000000, 0x06391028
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000030: 0xfffc0000, 0x00000048, 0x00000000, 0x000001ff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000040: 0x00000000, 0x00000001, 0xc8035001, 0x00003008
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000050: 0x818c5803, 0x78000000, 0x0086a005, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000060: 0x00000000, 0x00000000, 0xf0000298, 0x00380081
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000070: 0x000710b0, 0xffaf82fb, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000080: 0x165f14e4, 0x4000004e, 0x00000000, 0x00000abc
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000090: 0x00000000, 0x00000000, 0x00000000, 0x000003bd
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000a0: 0x8010ac11, 0x00000004, 0x00001004, 0x00020010
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000b0: 0x10008d81, 0x0010540e, 0x0004cc22, 0x10120040
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000d0: 0x0000001f, 0x00000006, 0x00000000, 0x00000001
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000f0: 0x00000000, 0x05720000, 0x00000000, 0x78b0600a
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000100: 0x13c10001, 0x00000000, 0x00018000, 0x000e7030
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000110: 0x00002000, 0x000031c0, 0x000001e0, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000140: 0x424a3113, 0x000044a8, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000150: 0x16010004, 0x00000000, 0x0007811b, 0x00000001
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000160: 0x00010002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000200: 0x00000000, 0x00000001, 0x00000000, 0xf1000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000210: 0x00000000, 0xf1000000, 0x00000000, 0x21000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000220: 0x00000000, 0x96000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x000003bd
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000280: 0x00000000, 0x00000abc, 0x00000000, 0x00000aac
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000290: 0x00000000, 0x00000eaf, 0x00000000, 0x00000ede
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000300: 0x00000000, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000400: 0x18e04808, 0x00400000, 0x00001000, 0x00000c80
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000410: 0x000044a8, 0x424a3113, 0x000044a8, 0x424a3113
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000420: 0x0000bad4, 0x2c3b1cb4, 0x000044a8, 0x424a3113
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000430: 0x00000400, 0x00000000, 0x00000189, 0x000005f2
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x08201000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000102
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000460: 0x00000008, 0x00002620, 0x01ff0002, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000470: 0x80001004, 0x81000000, 0x00000002, 0x40000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000590: 0x00e00000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005b0: 0x00000000, 0x00000008, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005c0: 0xe92c4488, 0x122249ee, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000610: 0xffffffff, 0x00000000, 0x07c00004, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000620: 0x00000408, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000670: 0x75d8e60a, 0x03f3f040, 0x1d4d3848, 0x58276937
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000680: 0xbbdc55c2, 0x722aa91f, 0xb37c2c47, 0x605ecc79
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000690: 0x5bb0c222, 0xa675efa4, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000006c0: 0x00000000, 0x00000000, 0x04000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000800: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000880: 0x00005cbf, 0x00000000, 0x00000000, 0x00000033
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000890: 0x00000022, 0x00000042, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000008f0: 0x00000001, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000900: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000910: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000920: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000930: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000940: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000950: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000960: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000980: 0x00004c4b, 0x00000000, 0x00000000, 0x00000033
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000990: 0x00000022, 0x00000042, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c10: 0x00000000, 0x00000000, 0x00000000, 0x0b680000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000ce0: 0x9a4ea63f, 0x0000000f, 0x006605b4, 0x000c06ac
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000cf0: 0x00000003, 0x40000065, 0x85b40066, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001000: 0x00000002, 0x00000000, 0xa0008c98, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001010: 0x00e50e51, 0x00018c98, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001440: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001450: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001460: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001470: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001480: 0x00001111, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001800: 0x00000016, 0x00000000, 0x000000e5, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001830: 0x00000000, 0x00000000, 0x00000000, 0x9c674000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001840: 0x9c674000, 0x0000000f, 0x00000201, 0xc0000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001850: 0x0000001f, 0x00000000, 0x00004230, 0x00e500e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001860: 0x02000000, 0x00000000, 0x9c674e30, 0x0000000f
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002010: 0x00000181, 0x00000001, 0x00780003, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002100: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002110: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002120: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002130: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002140: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002150: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002160: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002170: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002180: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002190: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021a0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021b0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021c0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021d0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021e0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021f0: 0x000d98cc, 0x000d98cc, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002200: 0x00000097, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002250: 0x00000022, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002400: 0x00010012, 0x00000000, 0x00200001, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002410: 0x0000000f, 0x00005d00, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00044400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002450: 0x0000000f, 0x9c710000, 0x08001800, 0x00040000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002470: 0x00000000, 0x000002f5, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002500: 0x00000000, 0x00000000, 0x00000002, 0x00044800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002510: 0x00000000, 0x00000000, 0x00000002, 0x00040400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002520: 0x00000000, 0x00000000, 0x00000002, 0x00044c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002530: 0x00000000, 0x00000000, 0x00000002, 0x00040800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002540: 0x00000000, 0x00000000, 0x00000002, 0x00045000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002550: 0x00000000, 0x00000000, 0x00000002, 0x00040c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002560: 0x00000000, 0x00000000, 0x00000002, 0x00045400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002570: 0x00000000, 0x00000000, 0x00000002, 0x00041000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002580: 0x00000000, 0x00000000, 0x00000002, 0x00045800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002590: 0x00000000, 0x00000000, 0x00000002, 0x00041400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025a0: 0x00000000, 0x00000000, 0x00000002, 0x00045c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025b0: 0x00000000, 0x00000000, 0x00000002, 0x00041800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025c0: 0x00000000, 0x00000000, 0x00000002, 0x00046000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025d0: 0x00000000, 0x00000000, 0x00000002, 0x00041c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025e0: 0x00000000, 0x00000000, 0x00000002, 0x00046400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025f0: 0x00000000, 0x00000000, 0x00000002, 0x00042000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002600: 0x00000000, 0x00000000, 0x00000002, 0x00046800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002610: 0x00000000, 0x00000000, 0x00000002, 0x00042400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002620: 0x00000000, 0x00000000, 0x00000002, 0x00046c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002630: 0x00000000, 0x00000000, 0x00000002, 0x00042800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002640: 0x00000000, 0x00000000, 0x00000002, 0x00047000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002650: 0x00000000, 0x00000000, 0x00000002, 0x00042c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002660: 0x00000000, 0x00000000, 0x00000002, 0x00047400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002670: 0x00000000, 0x00000000, 0x00000002, 0x00043000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002680: 0x00000000, 0x00000000, 0x00000002, 0x00047800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002690: 0x00000000, 0x00000000, 0x00000002, 0x00043400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026a0: 0x00000000, 0x00000000, 0x00000002, 0x00047c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026b0: 0x00000000, 0x00000000, 0x00000002, 0x00043800
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026c0: 0x00000000, 0x00000000, 0x00000002, 0x00048000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026d0: 0x00000000, 0x00000000, 0x00000002, 0x00043c00
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026e0: 0x00000000, 0x00000000, 0x00000002, 0x00048400
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026f0: 0x00000000, 0x00000000, 0x00000002, 0x00044000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x00000377
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c20: 0x00000004, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002d00: 0x00000080, 0x00000040, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x00000377
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003600: 0x00004600, 0x00170000, 0x00110000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003610: 0x00170000, 0x00000000, 0x00130000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003620: 0x00110011, 0x00000000, 0x00000000, 0x00032080
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003630: 0x00800000, 0x87748774, 0x02c01000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003640: 0x00000000, 0x00000000, 0x00000020, 0x00000019
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003650: 0x00000171, 0x000f03ff, 0x05720000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003660: 0x00000000, 0x00000000, 0x02000000, 0x00000202
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003670: 0x00000000, 0xfefffff7, 0x00000000, 0x00000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003680: 0x20018010, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036a0: 0x000001a0, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036b0: 0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036c0: 0xffffffff, 0x0000029e, 0x00000000, 0x06233fb1
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036d0: 0x0000019d, 0x00000000, 0x00000000, 0x00004859
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036f0: 0x00000000, 0x00000000, 0x00000000, 0x00012801
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003800: 0x00000001, 0x00000000, 0x0000000e, 0x0516028b
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003810: 0x00000097, 0x000000aa, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c00: 0x00000306, 0x00000000, 0x00000000, 0x00000048
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c30: 0x00000000, 0x00000000, 0x0000000f, 0x9c5e5000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c50: 0x00000000, 0x000002f7, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c80: 0x00000abd, 0x00000aac, 0x00000eb0, 0x00000ede
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cc0: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d00: 0x0000000f, 0x9c5e6000, 0x0000000f, 0x9c5e7000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d10: 0x0000000f, 0x9c5e8000, 0x0000000f, 0x9c5e9000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003fc0: 0x00005e69, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004000: 0x00000002, 0x00000000, 0x001a600d, 0x001d9ba1
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004010: 0x00000000, 0x002cf012, 0x00000480, 0x0085dc42
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004020: 0x00000000, 0x00000000, 0x00000010, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004030: 0x00000010, 0x00000050, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004040: 0x00000000, 0x00000000, 0x01084820, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004050: 0x00000000, 0x00000000, 0x002cf010, 0x0048d002
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004060: 0x00499000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004400: 0x00000016, 0x00000000, 0x00010000, 0x0000a000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004420: 0x0000003d, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x08c2609a
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004450: 0x0002053f, 0x00d000d1, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004800: 0x380303fe, 0x00000000, 0x00000000, 0x00000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004810: 0x00000000, 0x0000000a, 0x00369c78, 0x00002a28
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004820: 0x00000099, 0x00000000, 0xf0330000, 0x9a4eabf8
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004830: 0x00000000, 0x0000035a, 0x0000035a, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004840: 0x00001680, 0x00001680, 0x000e2200, 0x993668f4
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004850: 0xfdfd8b8a, 0x8ca405ea, 0x8d8c8d8c, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004860: 0x00000099, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004870: 0x05ea0085, 0x003e1820, 0x003e1820, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004900: 0x28190404, 0x00305407, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004910: 0x000f001c, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a00: 0x180303fe, 0x00200000, 0x00200020, 0x42f80000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a10: 0x9c716e80, 0x008c5914, 0x00200011, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a20: 0x00000000, 0x00000000, 0xf02c0000, 0x9c716ee0
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a30: 0x00000000, 0x000001a6, 0x000001a6, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a40: 0x9c716e20, 0x9c716e40, 0x9c716e60, 0x9c716e80
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a50: 0x00200020, 0x00200020, 0x00200020, 0x00200020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a70: 0x28190404, 0x00305407, 0x000f001c, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b00: 0x180303fe, 0x02040003, 0x30000000, 0x01cc0020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b10: 0x02550040, 0x00360003, 0x0204dc70, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b20: 0x0000004b, 0x02250000, 0x1c3dd0f9, 0x0f040208
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b30: 0x220d20f9, 0x0fcc01d0, 0xada5b0f9, 0x0f550258
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b40: 0x220fe0f9, 0x0f360038, 0x5f5fdbdb, 0x2b2b7f7f
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b50: 0xf0330000, 0x1c3dd300, 0xaf210000, 0x4b4a004a
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b60: 0xf0330000, 0x220d22c8, 0xaf1d0000, 0x400000df
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b70: 0xf0330000, 0xada5b350, 0xaf260000, 0x000000ff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b80: 0x0000004b, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b90: 0x05ea0085, 0x28190404, 0x00305407, 0x000f001c
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004ba0: 0x00f00000, 0x0000004b, 0x110a152b, 0x000f001c
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bb0: 0x33aef8e9, 0x382e00e9, 0x33aeb8e9, 0x220ff0f9
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bc0: 0x1c3dd0fa, 0x220d20fa, 0xada5b0fa, 0x220fe0fa
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bd0: 0x33aef8ee, 0x382e00ee, 0x33aeb8ee, 0x220ff0fa
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004be0: 0x01cc0204, 0x00360255, 0x00420210, 0x00360210
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bf0: 0xf0330000, 0x220fe130, 0xaf040000, 0x0000ffff
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c00: 0x200003fe, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c10: 0x0000003f, 0x00000000, 0x00000006, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c30: 0x00000000, 0x02ab0000, 0x00108000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c40: 0x00000020, 0x00000000, 0x001d0020, 0x00140020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c50: 0xafaababc, 0x00abcedd, 0xdeeb0aac, 0x0077cece
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005000: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x0800185c
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005020: 0x27bdffe8, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005030: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005040: 0x00000000, 0x00000000, 0x08002010, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005080: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050a0: 0x30420100, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050c0: 0x00000000, 0x00000000, 0x08001f74, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08002028
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005120: 0x3484dead, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005130: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005140: 0x00000000, 0x00000000, 0x08002018, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08001fc0
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051a0: 0x00621023, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051c0: 0x00000000, 0x00000000, 0x08000088, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005200: 0x01020000, 0x14600027, 0x09e48509, 0x144001e5
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005210: 0x3c038000, 0x00000000, 0x00000000, 0x080027e8
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005220: 0x00000000, 0x08002d9c, 0x06000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005230: 0x14600027, 0x09e48509, 0x144001e5, 0x3c038000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005240: 0x00000000, 0x0000003e, 0x080027e8, 0x00831824
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005250: 0x00000000, 0xc0000000, 0x00000008, 0x14600027
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005260: 0x09e48509, 0x144001e5, 0x3c038000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005270: 0x00000000, 0x080027e8, 0x00000000, 0x08006f98
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005280: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x08001860
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052a0: 0x27bdffe8, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052c0: 0x00000000, 0x00000000, 0x08002010, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005300: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005320: 0x50400010, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005330: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005340: 0x00000000, 0x00000000, 0x08001f74, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005380: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08002028
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053a0: 0x03e00008, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053c0: 0x00000000, 0x00000000, 0x08001836, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005800: 0x00000001, 0x00000001, 0xf2000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005810: 0xf1000000, 0x00000000, 0x00000001, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005820: 0x96000000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005860: 0x00000000, 0x00000000, 0x000003be, 0x000003be
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005880: 0x00000abd, 0x00000abd, 0x00000aac, 0x00000aac
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005890: 0x00000eaf, 0x00000eaf, 0x00000ede, 0x00000ede
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005900: 0x000000e5, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005980: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006000: 0x00010082, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006400: 0x00000000, 0x00000000, 0x00010891, 0xc0000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006410: 0x0a000064, 0x0a000064, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006420: 0x00000000, 0x00000000, 0x00000000, 0x818c0000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006430: 0x78000000, 0x14e4165f, 0x06391028, 0x00020000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006440: 0x0000304f, 0x000002e4, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064c0: 0x00000010, 0x00000004, 0x00001004, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064d0: 0x00000000, 0x10008d81, 0x00000000, 0x00315e22
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064e0: 0x00000031, 0x0000001f, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064f0: 0x00000002, 0x00000031, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006500: 0x01e10003, 0x424a3113, 0x000044a8, 0x00000003
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006510: 0x0007811b, 0x00058116, 0x00046113, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006550: 0x00000001, 0x02800000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000065f0: 0x00000000, 0x00000109, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006800: 0x141b0034, 0x20099082, 0x01069208, 0x17f1e78c
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006810: 0x01020000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006830: 0xffffffff, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006840: 0x00000000, 0x00000001, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006890: 0x00000000, 0x88003800, 0x00000000, 0x04102040
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068a0: 0x00000020, 0x00000001, 0x03ff03ff, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068b0: 0xe0011514, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068e0: 0x00000000, 0x00000000, 0x00000000, 0x0004d7e8
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068f0: 0x00ff000e, 0x00ff0000, 0x00000000, 0x04444444
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006900: 0xbf2d3aa0, 0x14e00ac4, 0x00000000, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006920: 0x00000000, 0x00000000, 0x00000001, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007000: 0x08000188, 0x00000000, 0x00000000, 0x00004be0
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007010: 0x2b431b9b, 0x01c080f3, 0x00d70081, 0x03008200
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007020: 0x00000000, 0x00000000, 0x00000406, 0x10004000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007030: 0x000e0000, 0x00004be4, 0x00170030, 0x00000000
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: Host status block [00000001:000000ce:(0000:0162:0000):(0000:00e5)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: NAPI info [000000b4:000000b4:(00e5:00be:01ff):0000:(03c8:0000:0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: Host status block [00000001:000000fb:(0000:0000:0000):(0ac6:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: NAPI info [000000fb:000000fb:(0000:0000:01ff):0ac6:(02c6:02c6:0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: Host status block [00000001:000000f1:(0aac:0000:0000):(0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: NAPI info [000000f1:000000f1:(0000:0000:01ff):0aac:(02ac:02ac:0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: Host status block [00000001:00000023:(0000:0000:0000):(0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: NAPI info [00000021:00000021:(0000:0000:01ff):0eaf:(06af:06af:0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: Host status block [00000001:00000097:(0000:0000:0edf):(0000:0000)]
Ago 31 18:15:17 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: NAPI info [00000097:00000097:(0000:0000:01ff):0edf:(06df:06df:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: transmit timed out, resetting
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000000: 0x165f14e4, 0x00100406, 0x02000000, 0x00800008
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000010: 0x91a3000c, 0x00000000, 0x91a4000c, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000020: 0x91a5000c, 0x00000000, 0x00000000, 0x06391028
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000030: 0xfffc0000, 0x00000048, 0x00000000, 0x000001ff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000040: 0x00000000, 0x00000001, 0xc8035001, 0x00003008
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000050: 0x818c5803, 0x78000000, 0x0086a005, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000060: 0x00000000, 0x00000000, 0xf0000298, 0x00380081
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000070: 0x000710b0, 0xffaf82fb, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000080: 0x165f14e4, 0x4000003c, 0x00000000, 0x00000afd
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000090: 0x00000000, 0x00000000, 0x00000000, 0x00000429
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000a0: 0x8010ac11, 0x00000004, 0x00001004, 0x00020010
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000b0: 0x10008d81, 0x0010540e, 0x0004cc22, 0x10120040
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000d0: 0x0000001f, 0x00000006, 0x00000000, 0x00000001
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000000f0: 0x00000000, 0x05720000, 0x00000000, 0x78b0600a
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000100: 0x13c10001, 0x00000000, 0x00018000, 0x000e7030
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000110: 0x00002000, 0x000031c0, 0x000001e0, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000130: 0x00000000, 0x00000000, 0x00000000, 0x15010003
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000140: 0x424a3113, 0x000044a8, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000150: 0x16010004, 0x00000000, 0x0007811b, 0x00000001
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000160: 0x00010002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000170: 0x00000000, 0x800000ff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000200: 0x00000000, 0x00000001, 0x00000000, 0x29000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000210: 0x00000000, 0xfb000000, 0x00000000, 0x34000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000220: 0x00000000, 0xa3000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000260: 0x00000000, 0x00000000, 0x00000000, 0x00000429
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000280: 0x00000000, 0x00000afd, 0x00000000, 0x00000ab6
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000290: 0x00000000, 0x00000ec2, 0x00000000, 0x00000eec
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000300: 0x00000000, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000400: 0x18e04808, 0x00400000, 0x00001000, 0x00000880
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000410: 0x000044a8, 0x424a3113, 0x000044a8, 0x424a3113
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000420: 0x0000bad4, 0x2c3b1cb4, 0x000044a8, 0x424a3113
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000430: 0x00000400, 0x00000000, 0x000003ae, 0x000005f2
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000440: 0x00000000, 0x00000000, 0x00000000, 0x08201000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000450: 0x00000001, 0x00008000, 0x00000000, 0x00000102
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000460: 0x00000008, 0x00002620, 0x01ff0002, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000470: 0x80001004, 0x81000000, 0x00000002, 0x40000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000480: 0x42000000, 0x7fffffff, 0x06000004, 0x7fffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000500: 0x00000008, 0x00000002, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000590: 0x00e00000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005b0: 0x00000000, 0x00000008, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000005c0: 0xe92c4488, 0x122249ee, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000600: 0xffffffff, 0x00f80011, 0x00000000, 0x00001f04
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000610: 0xffffffff, 0x00000000, 0x07c00004, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000620: 0x00000408, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000630: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000640: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000650: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000660: 0x01230123, 0x01230123, 0x01230123, 0x01230123
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000670: 0x75d8e60a, 0x03f3f040, 0x1d4d3848, 0x58276937
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000680: 0xbbdc55c2, 0x722aa91f, 0xb37c2c47, 0x605ecc79
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000690: 0x5bb0c222, 0xa675efa4, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000006c0: 0x00000000, 0x00000000, 0x04000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000800: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000810: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000820: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000830: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000840: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000850: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000860: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000880: 0x00003009, 0x00000000, 0x00000000, 0x0000002b
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000890: 0x0000002a, 0x0000003e, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000008f0: 0x00000001, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000900: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000910: 0x00000000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000920: 0x00000000, 0x00000000, 0xffffffff, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000930: 0x00000000, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000940: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000950: 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000960: 0xffffffff, 0xffffffff, 0xffffffff, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000980: 0x00000c05, 0x00000000, 0x00000000, 0x0000002b
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000990: 0x0000002a, 0x0000003e, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c00: 0x0000000a, 0x00000000, 0x00000003, 0x00000001
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000c10: 0x00000000, 0x00000000, 0x00000000, 0x0b680000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000ce0: 0x9a4ea63f, 0x0000000f, 0x006605b4, 0x000c06ac
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00000cf0: 0x00000003, 0x40000065, 0x85b40066, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001000: 0x00000002, 0x00000000, 0xa0008c98, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001010: 0x00e50e51, 0x00018c98, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001400: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001440: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001450: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001460: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001470: 0x000000e5, 0x000000e5, 0x000000e5, 0x000000e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001480: 0x00001111, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001800: 0x00000016, 0x00000000, 0x000000e5, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001830: 0x00000000, 0x00000000, 0x00000000, 0x9c674000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001840: 0x9c674000, 0x0000000f, 0x00000201, 0xc0000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001850: 0x0000001f, 0x00000000, 0x00004230, 0x00e500e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001860: 0x02000000, 0x00000000, 0x9c674e30, 0x0000000f
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00001c00: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002000: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002010: 0x00000181, 0x00000001, 0x00780003, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002100: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002110: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002120: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002130: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002140: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002150: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002160: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002170: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002180: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002190: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021a0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021b0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021c0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021d0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021e0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000021f0: 0x00088844, 0x00088844, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002200: 0x00000093, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002250: 0x00000027, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002400: 0x00010012, 0x00000000, 0x00200001, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002410: 0x0000000f, 0x00005d00, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002440: 0x00000000, 0x00000000, 0x00000002, 0x00044400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002450: 0x0000000f, 0x9c710000, 0x08001800, 0x00040000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002470: 0x00000000, 0x00000361, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002500: 0x00000000, 0x00000000, 0x00000002, 0x00044800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002510: 0x00000000, 0x00000000, 0x00000002, 0x00040400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002520: 0x00000000, 0x00000000, 0x00000002, 0x00044c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002530: 0x00000000, 0x00000000, 0x00000002, 0x00040800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002540: 0x00000000, 0x00000000, 0x00000002, 0x00045000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002550: 0x00000000, 0x00000000, 0x00000002, 0x00040c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002560: 0x00000000, 0x00000000, 0x00000002, 0x00045400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002570: 0x00000000, 0x00000000, 0x00000002, 0x00041000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002580: 0x00000000, 0x00000000, 0x00000002, 0x00045800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002590: 0x00000000, 0x00000000, 0x00000002, 0x00041400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025a0: 0x00000000, 0x00000000, 0x00000002, 0x00045c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025b0: 0x00000000, 0x00000000, 0x00000002, 0x00041800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025c0: 0x00000000, 0x00000000, 0x00000002, 0x00046000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025d0: 0x00000000, 0x00000000, 0x00000002, 0x00041c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025e0: 0x00000000, 0x00000000, 0x00000002, 0x00046400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000025f0: 0x00000000, 0x00000000, 0x00000002, 0x00042000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002600: 0x00000000, 0x00000000, 0x00000002, 0x00046800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002610: 0x00000000, 0x00000000, 0x00000002, 0x00042400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002620: 0x00000000, 0x00000000, 0x00000002, 0x00046c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002630: 0x00000000, 0x00000000, 0x00000002, 0x00042800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002640: 0x00000000, 0x00000000, 0x00000002, 0x00047000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002650: 0x00000000, 0x00000000, 0x00000002, 0x00042c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002660: 0x00000000, 0x00000000, 0x00000002, 0x00047400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002670: 0x00000000, 0x00000000, 0x00000002, 0x00043000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002680: 0x00000000, 0x00000000, 0x00000002, 0x00047800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002690: 0x00000000, 0x00000000, 0x00000002, 0x00043400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026a0: 0x00000000, 0x00000000, 0x00000002, 0x00047c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026b0: 0x00000000, 0x00000000, 0x00000002, 0x00043800
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026c0: 0x00000000, 0x00000000, 0x00000002, 0x00048000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026d0: 0x00000000, 0x00000000, 0x00000002, 0x00043c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026e0: 0x00000000, 0x00000000, 0x00000002, 0x00048400
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000026f0: 0x00000000, 0x00000000, 0x00000002, 0x00044000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002800: 0x00000006, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c00: 0x00000006, 0x00000000, 0x00000000, 0x000003e3
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c10: 0x00000000, 0x00000000, 0x00000019, 0x0000000c
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002c20: 0x00000002, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00002d00: 0x00000080, 0x00000040, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003000: 0x00000006, 0x00000000, 0x00000000, 0x000003e3
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003600: 0x00004600, 0x00170000, 0x00110000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003610: 0x00170000, 0x00000000, 0x00130000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003620: 0x00110011, 0x00000000, 0x00000000, 0x00032080
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003630: 0x00800000, 0x87748774, 0x02c01000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003640: 0x00000000, 0x00000000, 0x00000020, 0x00000019
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003650: 0x00000171, 0x000f03ff, 0x05720000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003660: 0x00000000, 0x00000000, 0x02000000, 0x00000202
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003670: 0x00000000, 0xfefffff7, 0x00000000, 0x00000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003680: 0x20018010, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036a0: 0x000001a0, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036b0: 0x0010034c, 0x07ff07ff, 0x07ff07ff, 0x01000004
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036c0: 0xffffffff, 0x0000029e, 0x00000000, 0x06233fb1
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036d0: 0x0000019d, 0x00000000, 0x00000000, 0x00004859
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000036f0: 0x00000000, 0x00000000, 0x00000000, 0x00012901
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003800: 0x00000001, 0x00000000, 0x0000000e, 0x0516028b
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003810: 0x00000097, 0x000000aa, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c00: 0x00000306, 0x00000000, 0x00000000, 0x00000048
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c10: 0x00000000, 0x00000035, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c20: 0x00000000, 0x00000005, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c30: 0x00000000, 0x00000000, 0x0000000f, 0x9c5e5000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c40: 0x00000000, 0x00000b00, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c50: 0x00000000, 0x00000363, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003c80: 0x00000afe, 0x00000ab6, 0x00000ec3, 0x00000eec
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cc0: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003cd0: 0x00000000, 0x0000000f, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d00: 0x0000000f, 0x9c5e6000, 0x0000000f, 0x9c5e7000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d10: 0x0000000f, 0x9c5e8000, 0x0000000f, 0x9c5e9000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d80: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003d90: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003da0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003db0: 0x00000014, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dc0: 0x00000005, 0x00000000, 0x00000014, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003dd0: 0x00000005, 0x00000000, 0x00000005, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00003fc0: 0x00005ecb, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004000: 0x00000002, 0x00000000, 0x001a600d, 0x001d9ba1
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004010: 0x00000000, 0x0024a012, 0x00000480, 0x00858c42
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004020: 0x00000000, 0x00000000, 0x00000010, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004030: 0x00000010, 0x00000050, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004040: 0x00000000, 0x00000000, 0x01084820, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004050: 0x00000000, 0x00000000, 0x0024a010, 0x0048d002
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004060: 0x00499000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004400: 0x00000016, 0x00000000, 0x00010000, 0x0000a000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004410: 0x00000000, 0x0000002a, 0x000000a0, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004420: 0x0000003d, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004440: 0x00000000, 0x00000000, 0x00000000, 0x08c2609a
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004450: 0x0002053f, 0x004b004c, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004800: 0x380303fe, 0x00000000, 0x00000000, 0x00000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004810: 0x00000000, 0x0000000a, 0x00369c78, 0x00002a28
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004820: 0x00000099, 0x00000000, 0xf0330000, 0x9a4eabf8
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004830: 0x00000000, 0x0000035a, 0x0000035a, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004840: 0x00001680, 0x00001680, 0x000e2200, 0x993668f4
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004850: 0xfdfd8b8a, 0x8ca405ea, 0x8d8c8d8c, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004860: 0x00000099, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004870: 0x05ea0085, 0x003e1820, 0x003e1820, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004900: 0x28190404, 0x00305407, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004910: 0x000f001c, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a00: 0x180303fe, 0x00200000, 0x00200020, 0x43640000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a10: 0x9c717c00, 0x008c5914, 0x00200011, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a20: 0x00000000, 0x00000000, 0xf02c0000, 0x9c717c60
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a30: 0x00000000, 0x00000156, 0x00000156, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a40: 0x9c717ba0, 0x9c717bc0, 0x9c717be0, 0x9c717c00
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a50: 0x00200020, 0x00200020, 0x00200020, 0x00200020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004a70: 0x28190404, 0x00305407, 0x000f001c, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b00: 0x180303fe, 0x02040003, 0x30000000, 0x01cc0020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b10: 0x02550040, 0x00360003, 0x0204dc70, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b20: 0x0000004b, 0x02250000, 0x1c3dd0f9, 0x0f040208
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b30: 0x220d20f9, 0x0fcc01d0, 0xada5b0f9, 0x0f550258
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b40: 0x220fe0f9, 0x0f360038, 0x5f5fdbdb, 0x2b2b7f7f
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b50: 0xf0330000, 0x1c3dd300, 0xaf210000, 0x4b4a004a
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b60: 0xf0330000, 0x220d22c8, 0xaf1d0000, 0x400000df
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b70: 0xf0330000, 0xada5b350, 0xaf260000, 0x000000ff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b80: 0x0000004b, 0x110a152b, 0x00100800, 0xea200008
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004b90: 0x05ea0085, 0x28190404, 0x00305407, 0x000f001c
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004ba0: 0x00f00000, 0x0000004b, 0x110a152b, 0x000f001c
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bb0: 0x33aef8e9, 0x382e00e9, 0x33aeb8e9, 0x220ff0f9
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bc0: 0x1c3dd0fa, 0x220d20fa, 0xada5b0fa, 0x220fe0fa
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bd0: 0x33aef8ee, 0x382e00ee, 0x33aeb8ee, 0x220ff0fa
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004be0: 0x01cc0204, 0x00360255, 0x00420210, 0x00360210
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004bf0: 0xf0330000, 0x220fe130, 0xaf040000, 0x0000ffff
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c00: 0x200003fe, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c10: 0x00000015, 0x00000000, 0x00000006, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c20: 0x00000000, 0x00000000, 0x00000000, 0x00000006
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c30: 0x00000000, 0x02ad8000, 0x00108000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c40: 0x00000020, 0x00000000, 0x001d0020, 0x00140020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c50: 0xc2ab5afd, 0x00afdeeb, 0xecec3ab6, 0x4063cece
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00004c60: 0x00000020, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005000: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005010: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005020: 0x2404000f, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005030: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005040: 0x00000000, 0x00000000, 0x080027f0, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005080: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005090: 0x00000000, 0x00000000, 0x00000000, 0x08001854
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050a0: 0x27bdffe8, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000050c0: 0x00000000, 0x00000000, 0x08002010, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005100: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005110: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005120: 0xaee02de8, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005130: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005140: 0x00000000, 0x00000000, 0x08001f74, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005180: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005190: 0x00000000, 0x00000000, 0x00000000, 0x08002028
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051a0: 0x3484dead, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000051c0: 0x00000000, 0x00000000, 0x08002018, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005200: 0x00000000, 0x08006f98, 0x08002d9c, 0x14600027
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005210: 0x00000000, 0x00000005, 0xb49a89ab, 0x14600027
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005220: 0x09e48551, 0x144001e5, 0x3c038000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005230: 0x00000000, 0x080027e8, 0x00000000, 0x08002d9c
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005240: 0x06000000, 0x00000000, 0x14600027, 0x09e48551
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005250: 0x144001e5, 0x3c038000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005260: 0x080027e8, 0xc0000000, 0x00000000, 0x06000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005270: 0x00000000, 0x14600027, 0x09e48551, 0x144001e5
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005280: 0x00009800, 0x80004000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005290: 0x00000000, 0x00000000, 0x00000000, 0x0800199c
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052a0: 0x00831824, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000052c0: 0x00000000, 0x00000000, 0x08002d76, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005300: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005310: 0x00000000, 0x00000000, 0x00000000, 0x08001824
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005320: 0x30422000, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005330: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005340: 0x00000000, 0x00000000, 0x08000088, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005380: 0x00009800, 0x80000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005390: 0x00000000, 0x00000000, 0x00000000, 0x08000078
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053a0: 0x2404000f, 0x00000000, 0x00000000, 0x40000020
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053b0: 0x00000000, 0x0000001d, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000053c0: 0x00000000, 0x00000000, 0x080027f0, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005800: 0x00000001, 0x00000001, 0x2a000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005810: 0xfb000000, 0x00000000, 0x34000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005820: 0xa3000000, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005860: 0x00000000, 0x00000000, 0x0000042a, 0x0000042a
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005880: 0x00000afe, 0x00000afe, 0x00000ab6, 0x00000ab6
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005890: 0x00000ec2, 0x00000ec2, 0x00000eec, 0x00000eec
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005900: 0x000000e5, 0x000000e5, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005980: 0x000000e5, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00005a00: 0x000f601f, 0x00000000, 0x00010000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006000: 0x00010082, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006400: 0x00000000, 0x00000000, 0x00010891, 0xc0000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006410: 0x0a000064, 0x0a000064, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006420: 0x00000000, 0x00000000, 0x00000000, 0x818c0000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006430: 0x78000000, 0x14e4165f, 0x06391028, 0x00020000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006440: 0x0000304f, 0x000002e4, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064c0: 0x00000010, 0x00000004, 0x00001004, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064d0: 0x00000000, 0x10008d81, 0x00000000, 0x00315e22
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064e0: 0x00000031, 0x0000001f, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000064f0: 0x00000002, 0x00000031, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006500: 0x01e10003, 0x424a3113, 0x000044a8, 0x00000003
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006510: 0x0007811b, 0x00058116, 0x00046113, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006550: 0x00000001, 0x02800000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000065f0: 0x00000000, 0x00000109, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006800: 0x141b0034, 0x20099082, 0x01069208, 0x185f4693
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006810: 0x01020000, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006830: 0xffffffff, 0xffffffff, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006840: 0x00000000, 0x00000001, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006890: 0x00000000, 0x88003800, 0x00000000, 0x04102040
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068a0: 0x00000020, 0x00000001, 0x03ff03ff, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068b0: 0xe0011514, 0x00000000, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068e0: 0x00000000, 0x00000000, 0x00000000, 0x0004d7e8
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x000068f0: 0x00ff000e, 0x00ff0000, 0x00000000, 0x04444444
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006900: 0x6a686a90, 0x14e00ac6, 0x00000000, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00006920: 0x00000000, 0x00000000, 0x00000001, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007000: 0x08000188, 0x00000000, 0x00000000, 0x00004be0
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007010: 0x2b431b9b, 0x01c080f3, 0x00d70081, 0x03008200
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007020: 0x00000000, 0x00000000, 0x00000406, 0x10004000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0x00007030: 0x000e0000, 0x00004be4, 0x00170030, 0x00000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: Host status block [00000001:000000ce:(0000:0162:0000):(0000:00e5)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 0: NAPI info [000000b4:000000b4:(00e5:00be:01ff):0000:(042c:0000:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: Host status block [00000001:0000002c:(0000:0000:0000):(0b00:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 1: NAPI info [0000002c:0000002c:(0000:0000:01ff):0b00:(0300:0300:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: Host status block [00000001:000000fb:(0ab6:0000:0000):(0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 2: NAPI info [000000fb:000000fb:(0000:0000:01ff):0ab6:(02b6:02b6:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: Host status block [00000001:00000036:(0000:0000:0000):(0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 3: NAPI info [00000034:00000034:(0000:0000:01ff):0ec2:(06c2:06c2:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: Host status block [00000001:000000a3:(0000:0000:0eec):(0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: 4: NAPI info [000000a3:000000a3:(0000:0000:01ff):0eec:(06ec:06ec:0000:0000)]
Ago 31 18:15:24 sa-eqnx2-paris kernel: NMI watchdog: BUG: soft lockup - CPU#8 stuck for 23s! [WANsniff:24174]
Ago 31 18:15:24 sa-eqnx2-paris kernel: Modules linked in: macvtap macvlan tap ixgbe(O) netmap(O) uas usb_storage mpt3sas raid_class scsi_transport_sas mptctl mptbase dell_rbu dca mdio binfmt_misc ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack 8021q garp mrp ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter vfat fat ext4 jbd2 mbcache x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel crypto_simd glue_helper cryptd intel_cstate
Ago 31 18:15:24 sa-eqnx2-paris kernel:  iTCO_wdt iTCO_vendor_support intel_rapl_perf pcspkr mxm_wmi dcdbas ipmi_si sg ipmi_devintf ipmi_msghandler wmi mei_me shpchp mei lpc_ich mfd_core acpi_power_meter nfsd auth_rpcgss nfs_acl lockd grace sunrpc ip_tables xfs libcrc32c sr_mod cdrom sd_mod crc32c_intel mgag200 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci ttm libahci tg3 drm ptp pps_core libata megaraid_sas dm_mirror dm_region_hash dm_log dm_mod dax
Ago 31 18:15:24 sa-eqnx2-paris kernel: CPU: 8 PID: 24174 Comm: WANsniff Tainted: G        W  O    4.12.10-1.el7.elrepo.x86_64 #1
Ago 31 18:15:24 sa-eqnx2-paris kernel: Hardware name: Dell Inc. PowerEdge R430/03XKDV, BIOS 2.2.5 09/08/2016
Ago 31 18:15:24 sa-eqnx2-paris kernel: task: ffff880f8674db00 task.stack: ffffc90007e24000
Ago 31 18:15:24 sa-eqnx2-paris kernel: RIP: 0010:ixgbe_netmap_rxsync+0xcb/0x270 [ixgbe]
Ago 31 18:15:24 sa-eqnx2-paris kernel: RSP: 0018:ffffc90007e279a0 EFLAGS: 00000282 ORIG_RAX: ffffffffffffff10
Ago 31 18:15:24 sa-eqnx2-paris kernel: RAX: 00000000000001ff RBX: 0000000000000000 RCX: ffff880d354616e0
Ago 31 18:15:24 sa-eqnx2-paris kernel: RDX: 000000000000016e RSI: 000000000000016e RDI: ffff880d1d215880
Ago 31 18:15:24 sa-eqnx2-paris kernel: RBP: ffffc90007e279d0 R08: 0000000000000038 R09: 000000000000006b
Ago 31 18:15:24 sa-eqnx2-paris kernel: R10: ffff880d35460000 R11: ffff880f997c9600 R12: 000000001636936e
Ago 31 18:15:24 sa-eqnx2-paris kernel: R13: 0000000000000020 R14: ffff881034000000 R15: 0000000000000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: FS:  00007efe4fb9b700(0000) GS:ffff88103f400000(0000) knlGS:0000000000000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Ago 31 18:15:24 sa-eqnx2-paris kernel: CR2: 00007f44f200c000 CR3: 0000000f38db2000 CR4: 00000000001406e0
Ago 31 18:15:24 sa-eqnx2-paris kernel: Call Trace:
Ago 31 18:15:24 sa-eqnx2-paris kernel:  netmap_poll+0x572/0x810 [netmap]
Ago 31 18:15:24 sa-eqnx2-paris kernel:  linux_netmap_poll+0x3f/0x60 [netmap]
Ago 31 18:15:24 sa-eqnx2-paris kernel:  do_sys_poll+0x2b0/0x550
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? select_task_rq_fair+0x829/0xbb0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? account_entity_enqueue+0xd8/0x100
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? __enqueue_entity+0x6c/0x70
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? enqueue_entity+0x1f3/0x720
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? enqueue_task_fair+0xbe/0x8c0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? xfs_iext_bno_to_ext+0xa2/0x190 [xfs]
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? compat_poll_select_copy_remaining+0x130/0x130
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? xfs_bmapi_read+0x163/0x310 [xfs]
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? __slab_free+0x9b/0x2c0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? update_load_avg+0x6a4/0x720
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? set_next_entity+0xa6/0x200
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? pick_next_task_fair+0x44c/0x550
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? __schedule+0x28a/0x880
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? __getnstimeofday64+0x3b/0xd0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? getnstimeofday64+0xe/0x20
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? __audit_syscall_entry+0xb3/0xf0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  ? ktime_get_ts64+0x49/0xf0
Ago 31 18:15:24 sa-eqnx2-paris kernel:  SyS_poll+0x74/0x100
Ago 31 18:15:24 sa-eqnx2-paris kernel:  do_syscall_64+0x67/0x150
Ago 31 18:15:24 sa-eqnx2-paris kernel:  entry_SYSCALL64_slow_path+0x25/0x25
Ago 31 18:15:24 sa-eqnx2-paris kernel: RIP: 0033:0x7efe6690da3d
Ago 31 18:15:24 sa-eqnx2-paris kernel: RSP: 002b:00007efe4fb9ad30 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
Ago 31 18:15:24 sa-eqnx2-paris kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007efe6690da3d
Ago 31 18:15:24 sa-eqnx2-paris kernel: RDX: 00000000000003e8 RSI: 0000000000000001 RDI: 00007efe4fb9ad90
Ago 31 18:15:24 sa-eqnx2-paris kernel: RBP: 0000000000000000 R08: 00007efe4fb9b700 R09: 0000000000000001
Ago 31 18:15:24 sa-eqnx2-paris kernel: R10: 00007efe4fb9b9d0 R11: 0000000000000293 R12: 0000000000000000
Ago 31 18:15:24 sa-eqnx2-paris kernel: R13: 00007efe4fb9b9c0 R14: 00007efe4fb9b700 R15: 0000000000000002
Ago 31 18:15:24 sa-eqnx2-paris kernel: Code: 04 4d 03 43 20 45 89 fd 45 31 e4 41 83 cd 20 45 8b 48 08 41 f6 c1 01 74 6d 48 89 4d d0 45 0f b7 40 0c 89 f1 48 c1 e1 04 4c 01 d1 <41> 83 e1 02 66 44 89 81 04 01 00 00 45 89 f8 45 0f 44 c5 39 c6 
Ago 31 18:15:24 sa-eqnx2-paris kernel: NMI watchdog: BUG: soft lockup - CPU#11 stuck for 22s! [WANsniff:24171]
Ago 31 18:15:25 sa-eqnx2-paris kernel: Modules linked in: macvtap macvlan tap ixgbe(O) netmap(O) uas usb_storage mpt3sas raid_class scsi_transport_sas mptctl mptbase dell_rbu dca mdio binfmt_misc ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack 8021q garp mrp ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter vfat fat ext4 jbd2 mbcache x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel crypto_simd glue_helper cryptd intel_cstate
Ago 31 18:15:26 sa-eqnx2-paris kernel:  iTCO_wdt iTCO_vendor_support intel_rapl_perf pcspkr mxm_wmi dcdbas ipmi_si sg ipmi_devintf ipmi_msghandler wmi mei_me shpchp mei lpc_ich mfd_core acpi_power_meter nfsd auth_rpcgss nfs_acl lockd grace sunrpc ip_tables xfs libcrc32c sr_mod cdrom sd_mod crc32c_intel mgag200 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ahci ttm libahci tg3 drm ptp pps_core libata megaraid_sas dm_mirror dm_region_hash dm_log dm_mod dax
Ago 31 18:15:26 sa-eqnx2-paris kernel: CPU: 11 PID: 24171 Comm: WANsniff Tainted: G        W  O L  4.12.10-1.el7.elrepo.x86_64 #1
Ago 31 18:15:26 sa-eqnx2-paris kernel: Hardware name: Dell Inc. PowerEdge R430/03XKDV, BIOS 2.2.5 09/08/2016
Ago 31 18:15:26 sa-eqnx2-paris kernel: task: ffff880f33ea16c0 task.stack: ffffc90007e1c000
Ago 31 18:15:26 sa-eqnx2-paris kernel: RIP: 0010:ixgbe_netmap_rxsync+0xd7/0x270 [ixgbe]
Ago 31 18:15:26 sa-eqnx2-paris kernel: RSP: 0018:ffffc90007e1f9a0 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
Ago 31 18:15:26 sa-eqnx2-paris kernel: RAX: 00000000000001ff RBX: 0000000000000000 RCX: ffff880d35440780
Ago 31 18:15:26 sa-eqnx2-paris kernel: RDX: 0000000000000078 RSI: 0000000000000078 RDI: ffff880d1d2156c0
Ago 31 18:15:26 sa-eqnx2-paris kernel: RBP: ffffc90007e1f9d0 R08: 00000000000005ea R09: 0000000000000002
Ago 31 18:15:26 sa-eqnx2-paris kernel: R10: ffff880d35440000 R11: ffff880f997cfe00 R12: 000000002d7c0c78
Ago 31 18:15:26 sa-eqnx2-paris kernel: R13: 0000000000000020 R14: ffff881034000000 R15: 0000000000000000
Ago 31 18:15:26 sa-eqnx2-paris kernel: FS:  00007efe5039c700(0000) GS:ffff88103f4c0000(0000) knlGS:0000000000000000
Ago 31 18:15:26 sa-eqnx2-paris kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Ago 31 18:15:26 sa-eqnx2-paris kernel: CR2: 00007f63613002a8 CR3: 0000000f38db2000 CR4: 00000000001406e0
Ago 31 18:15:26 sa-eqnx2-paris kernel: Call Trace:
Ago 31 18:15:26 sa-eqnx2-paris kernel:  netmap_poll+0x572/0x810 [netmap]
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? ktime_get_ts64+0x49/0xf0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  linux_netmap_poll+0x3f/0x60 [netmap]
Ago 31 18:15:26 sa-eqnx2-paris kernel:  do_sys_poll+0x2b0/0x550
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? ttwu_do_activate+0x77/0x80
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? gup_pud_range+0x1ea/0x210
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? compat_set_fd_set+0x90/0x90
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? put_dec+0x1a/0x80
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? number+0x2f0/0x330
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? vsnprintf+0x34e/0x4a0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? update_curr+0xfd/0x1b0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? account_entity_dequeue+0xaa/0xe0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? dequeue_entity+0xed/0x450
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? dequeue_task_fair+0x577/0x830
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? pick_next_task_fair+0x122/0x550
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? put_prev_entity+0x35/0xe0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? __schedule+0x28a/0x880
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? __getnstimeofday64+0x3b/0xd0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? getnstimeofday64+0xe/0x20
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? __audit_syscall_entry+0xb3/0xf0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  ? ktime_get_ts64+0x49/0xf0
Ago 31 18:15:26 sa-eqnx2-paris kernel:  SyS_poll+0x74/0x100
Ago 31 18:15:26 sa-eqnx2-paris kernel:  do_syscall_64+0x67/0x150
Ago 31 18:15:26 sa-eqnx2-paris kernel:  entry_SYSCALL64_slow_path+0x25/0x25
Ago 31 18:15:26 sa-eqnx2-paris kernel: RIP: 0033:0x7efe6690da3d
Ago 31 18:15:26 sa-eqnx2-paris kernel: RSP: 002b:00007efe5039bd30 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
Ago 31 18:15:26 sa-eqnx2-paris kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007efe6690da3d
Ago 31 18:15:26 sa-eqnx2-paris kernel: RDX: 00000000000003e8 RSI: 0000000000000001 RDI: 00007efe5039bd90
Ago 31 18:15:26 sa-eqnx2-paris kernel: RBP: 0000000000000000 R08: 00007efe5039c700 R09: 0000000000000001
Ago 31 18:15:26 sa-eqnx2-paris kernel: R10: 00007efe5039ba50 R11: 0000000000000293 R12: 0000000000000000
Ago 31 18:15:26 sa-eqnx2-paris kernel: R13: 00007efe5039c9c0 R14: 00007efe5039c700 R15: 0000000000000001
Ago 31 18:15:26 sa-eqnx2-paris kernel: Code: 83 cd 20 45 8b 48 08 41 f6 c1 01 74 6d 48 89 4d d0 45 0f b7 40 0c 89 f1 48 c1 e1 04 4c 01 d1 41 83 e1 02 66 44 89 81 04 01 00 00 <45> 89 f8 45 0f 44 c5 39 c6 66 44 89 81 06 01 00 00 0f 84 6a 01 
Ago 31 18:15:29 sa-eqnx2-paris kernel: tg3 0000:02:00.0 em1: transmit timed out, resetting

I'll try the workarroung cited here. If complete log is needed, I can provide it privatelly.

Thanks!

leleobhz commented 7 years ago

Well, even with one process only:

[ 2412.489208] NMI watchdog: BUG: soft lockup - CPU#9 stuck for 22s! [WANsniff:15129]
[ 2412.496485] Modules linked in: ixgbe(O) uas usb_storage mpt3sas raid_class scsi_transport_sas mptctl mptbase dell_rbu binfmt_misc 8021q garp mrp ip6t_rpfilter ipt_REJECT nf_reject_ipv4 ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_security ip6table_raw iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack iptable_mangle iptable_security iptable_raw ebtable_filter ebtables ip6table_filter ip6_tables iptable_filter vfat fat ext4 jbd2 mbcache x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel crypto_simd glue_helper cryptd iTCO_wdt iTCO_vendor_support intel_cstate intel_rapl_perf
[ 2412.496511]  ipmi_si mxm_wmi dcdbas pcspkr ipmi_devintf ipmi_msghandler sg input_leds wmi acpi_power_meter mei_me shpchp lpc_ich mfd_core mei ioatdma dca nfsd auth_rpcgss nfs_acl lockd grace sunrpc netmap(O) ip_tables xfs libcrc32c sr_mod cdrom sd_mod crc32c_intel i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops ttm tg3 ptp drm ahci pps_core libahci libata megaraid_sas dm_mirror dm_region_hash dm_log dm_mod dax
[ 2412.496533] CPU: 9 PID: 15129 Comm: WANsniff Tainted: G           O L  4.12.10-1.el7.elrepo.x86_64 #1
[ 2412.496534] Hardware name: Dell Inc. PowerEdge R430/03XKDV, BIOS 2.2.5 09/08/2016
[ 2412.496534] task: ffff880f38e40000 task.stack: ffffc9000d03c000
[ 2412.496544] RIP: 0010:ixgbe_netmap_rxsync+0xd7/0x270 [ixgbe]
[ 2412.496544] RSP: 0018:ffffc9000d03f9a0 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[ 2412.496546] RAX: 00000000000001ff RBX: 0000000000000000 RCX: ffff880f38fa1820
[ 2412.496546] RDX: 0000000000000182 RSI: 0000000000000182 RDI: ffff880bcdad5880
[ 2412.496547] RBP: ffffc9000d03f9d0 R08: 0000000000000000 R09: 0000000000000002
[ 2412.496547] R10: ffff880f38fa0000 R11: ffff8810299dce00 R12: 00000000c3da3d82
[ 2412.496548] R13: 0000000000000020 R14: ffff880bca900000 R15: 0000000000000000
[ 2412.496549] FS:  00007fd4c95c9700(0000) GS:ffff88103c440000(0000) knlGS:0000000000000000
[ 2412.496549] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2412.496550] CR2: 00007fb29e177278 CR3: 0000000c4bc4e000 CR4: 00000000001406e0
[ 2412.496551] Call Trace:
[ 2412.496558]  netmap_poll+0x572/0x810 [netmap]
[ 2412.496561]  ? ktime_get_ts64+0x49/0xf0
[ 2412.496565]  linux_netmap_poll+0x3f/0x60 [netmap]
[ 2412.496567]  do_sys_poll+0x2b0/0x550
[ 2412.496570]  ? select_idle_sibling+0x2e0/0x3b0
[ 2412.496571]  ? select_task_rq_fair+0x829/0xbb0
[ 2412.496572]  ? account_entity_enqueue+0xd8/0x100
[ 2412.496573]  ? __enqueue_entity+0x6c/0x70
[ 2412.496574]  ? enqueue_entity+0x1f3/0x720
[ 2412.496575]  ? compat_set_fd_set+0x90/0x90
[ 2412.496578]  ? sched_clock+0x9/0x10
[ 2412.496580]  ? check_preempt_curr+0x70/0x90
[ 2412.496581]  ? ttwu_do_wakeup+0x1e/0x150
[ 2412.496582]  ? ttwu_do_activate+0x77/0x80
[ 2412.496583]  ? try_to_wake_up+0x59/0x460
[ 2412.496584]  ? wake_up_q+0x4f/0x80
[ 2412.496588]  ? futex_wake+0x90/0x180
[ 2412.496589]  ? do_futex+0x11c/0x530
[ 2412.496591]  ? __schedule+0x28a/0x880
[ 2412.496592]  ? __getnstimeofday64+0x3b/0xd0
[ 2412.496593]  ? getnstimeofday64+0xe/0x20
[ 2412.496595]  ? __audit_syscall_entry+0xb3/0xf0
[ 2412.496596]  ? ktime_get_ts64+0x49/0xf0
[ 2412.496597]  SyS_poll+0x74/0x100
[ 2412.496599]  do_syscall_64+0x67/0x150
[ 2412.496600]  entry_SYSCALL64_slow_path+0x25/0x25
[ 2412.496601] RIP: 0033:0x7fd4dfb3aa3d
[ 2412.496602] RSP: 002b:00007fd4c95c8d30 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[ 2412.496603] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fd4dfb3aa3d
[ 2412.496603] RDX: 00000000000003e8 RSI: 0000000000000001 RDI: 00007fd4c95c8d90
[ 2412.496603] RBP: 0000000000000000 R08: 00007fd4c95c9700 R09: 0000000000000001
[ 2412.496604] R10: 00007fd4c95c8a50 R11: 0000000000000293 R12: 0000000000000000
[ 2412.496604] R13: 00007fd4c95c99c0 R14: 00007fd4c95c9700 R15: 0000000000000001
[ 2412.496605] Code: 83 cd 20 45 8b 48 08 41 f6 c1 01 74 6d 48 89 4d d0 45 0f b7 40 0c 89 f1 48 c1 e1 04 4c 01 d1 41 83 e1 02 66 44 89 81 04 01 00 00 <45> 89 f8 45 0f 44 c5 39 c6 66 44 89 81 06 01 00 00 0f 84 6a 01 

But I think if there is too much process, things can go out of control.

leleobhz commented 7 years ago

I've created a routine to compile each commit where LINUX/netmap_linux.c was changed.

When I compile with HEAD at https://github.com/luigirizzo/netmap/commit/6f7f24068c15b1642837efa2f04b6ecdbd58f37a - still crashes. The previus commit from git history is https://github.com/luigirizzo/netmap/commit/7fc5226a7f7c7d942d7c9adab05043e3bd1a43ac and this commit does not crashed.

Tested with following kernel: Linux sa-eqnx2-paris 4.12.10-1.el7.elrepo.x86_64 #1 SMP Wed Aug 30 13:00:07 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux

with kernel-ml and kernel-ml-devel packages installed.

I created the following script to test this kind of issue:

#!/bin/sh

function netmapClean
{
        find /lib/modules -name ixgbe.ko | grep updates/drivers/net/ethernet/intel/ixgbe/ixgbe.ko | xargs rm -rfv
        find /lib/modules -name netmap.ko | xargs rm -rfv
}

function rebaseGitNetmap
{
        commit=${1}
        pushd /root/netmap_plus_ixgbe_new/netmap
        git checkout master 2> /dev/null
        git reset --hard
        git checkout ${commit} 2>/dev/null
        echo -e "Last log at requested commit:\n"
        git log -n 1
        read -p "Do you want to continue? [s/n]" continuar

        if [[ ${continuar} = s ]]; then
                git clean -f -x
                ./configure --drivers=ixgbe --enable-monitor --enable-pipe --enable-vale --enable-sink --prefix=/usr/local
                make -j $(cat /proc/cpuinfo | grep ^processor | wc -l)
                make install
                git checkout master
                git clean -f -x
                popd
                return 0
        else
                git checkout master
                git clean -f -x
                popd
                return 0
        fi
}

Example usage of script:

$ netmapClean
$ rebaseGitNetmap 7fc5226a7f7c7d942d7c9adab05043e3bd1a43ac

Please change paths of script.

Hope this information helps the bugfix!

vmaffione commented 7 years ago

@xmhaoyu , which NICs are you using and in what mode (native, emulated) ? @leleobhz Can you check if the problem is related to IOMMU being enabled ? (intel_iommu=off to disable)

leleobhz commented 7 years ago

@vmaffione I ill try to do this, but SR-IOV was disabled at BIOS in the first crash. I'm afrain this tests can take too long because the machine I have ixgbe is in production state. Anyways, I'll try to replicate it with r8169.

xmhaoyu commented 7 years ago

@vmaffione I'm using 82599ES without any virtual machine.

giuseppelettieri commented 7 years ago

Hi @leleobhz, may you check whether the problem is introduced by commit b58dae4? (it is in the interval that you have found, and it switches to version 5.2.1 of the Intel ixgbe driver).

leleobhz commented 7 years ago

Hello @giuseppelettieri !

I can test it latter. I'll have a maintenance window in next week and I can try to compile it an see what happens. Can you please provide to me the imediate commit before https://github.com/luigirizzo/netmap/commit/b58dae43dfa001c09242539cb34a48b804f26745 - so I can compile both and compare.

Thanks!

leleobhz commented 7 years ago

Hello @giuseppelettieri

In this commit version, module dont compile:

 ▶ ~ ▶ netmap ▶ ⚓ v11.3-198-gb58dae4 ▶ ❓ ▶ # ▶ make
make -C /lib/modules/4.13.2-1.el7.elrepo.x86_64/build M=/root/netmap EXTRA_CFLAGS='-I/root/netmap -I/root/netmap/LINUX -I/root/netmap/LINUX/../sys -I/root/netmap/LINUX/../sys/dev -DCONFIG_NETMAP -Wno-unused-but-set-variable -DCONFIG_NETMAP_SINK -DCONFIG_NETMAP_GENERIC -DCONFIG_NETMAP_MONITOR -DCONFIG_NETMAP_PIPE -DCONFIG_NETMAP_VALE'  modules CONFIG_NETMAP=m  O_DRIVERS="" NETMAP_DRIVER_SUFFIX=
make[1]: Entrando no diretório `/usr/src/kernels/4.13.2-1.el7.elrepo.x86_64'
  CC [M]  /root/netmap/netmap_mem2.o
  CC [M]  /root/netmap/netmap_mbq.o
  CC [M]  /root/netmap/netmap_vale.o
  CC [M]  /root/netmap/netmap_offloadings.o
  CC [M]  /root/netmap/netmap_pipe.o
  CC [M]  /root/netmap/netmap_monitor.o
  CC [M]  /root/netmap/netmap_generic.o
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c: In function ‘generic_netmap_tx_clean’:
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:658:4: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type [enabled by default]
    } else if (MBUF_REFCNT(m) != 1) {
    ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:208:
./arch/x86/include/asm/atomic.h:24:28: note: expected ‘const struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline int atomic_read(const atomic_t *v)
                            ^
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:682:4: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type [enabled by default]
    } else if (MBUF_REFCNT(m) != 1) {
    ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:208:
./arch/x86/include/asm/atomic.h:24:28: note: expected ‘const struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline int atomic_read(const atomic_t *v)
                            ^
  CC [M]  /root/netmap/netmap_common.o
  CC [M]  /root/netmap/netmap_linux.o
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_os_catch_qdisc’:
/root/netmap/LINUX/netmap_linux.c:645:3: warning: passing argument 1 of ‘atomic_inc’ from incompatible pointer type [enabled by default]
   atomic_inc(&fqdisc->refcnt);
   ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./arch/x86/include/asm/atomic.h:89:29: note: expected ‘struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline void atomic_inc(atomic_t *v)
                             ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_os_generic_xmit_frame’:
/root/netmap/LINUX/netmap_linux.c:751:2: warning: passing argument 1 of ‘atomic_inc’ from incompatible pointer type [enabled by default]
  NM_ATOMIC_INC(&m->users);
  ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./arch/x86/include/asm/atomic.h:89:29: note: expected ‘struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline void atomic_inc(atomic_t *v)
                             ^
/root/netmap/LINUX/netmap_linux.c: At top level:
/root/netmap/LINUX/netmap_linux.c:1301:2: error: unknown type name ‘wait_queue_t’
  wait_queue_t waitq;
  ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_poll_fn’:
/root/netmap/LINUX/netmap_linux.c:1347:2: warning: passing argument 2 of ‘add_wait_queue’ from incompatible pointer type [enabled by default]
  add_wait_queue(wq_head, &nmk->waitq);
  ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:148:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
/root/netmap/LINUX/netmap_linux.c: At top level:
/root/netmap/LINUX/netmap_linux.c:1351:21: error: unknown type name ‘wait_queue_t’
 nm_kctx_poll_wakeup(wait_queue_t *wq, unsigned mode, int sync, void *key)
                     ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_init_poll’:
/root/netmap/LINUX/netmap_linux.c:1493:41: error: ‘nm_kctx_poll_wakeup’ undeclared (first use in this function)
  init_waitqueue_func_entry(&nmk->waitq, nm_kctx_poll_wakeup);
                                         ^
/root/netmap/LINUX/netmap_linux.c:1493:41: note: each undeclared identifier is reported only once for each function it appears in
/root/netmap/LINUX/netmap_linux.c:1493:2: warning: passing argument 1 of ‘init_waitqueue_func_entry’ from incompatible pointer type [enabled by default]
  init_waitqueue_func_entry(&nmk->waitq, nm_kctx_poll_wakeup);
  ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:85:1: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func)
 ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_start_poll’:
/root/netmap/LINUX/netmap_linux.c:1509:3: error: implicit declaration of function ‘nm_kctx_poll_wakeup’ [-Werror=implicit-function-declaration]
   nm_kctx_poll_wakeup(&nmk->waitq, 0, 0, (void *)mask);
   ^
/root/netmap/LINUX/netmap_linux.c:1512:4: warning: passing argument 2 of ‘remove_wait_queue’ from incompatible pointer type [enabled by default]
    remove_wait_queue(nmk->waitq_head, &nmk->waitq);
    ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:150:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_stop_poll’:
/root/netmap/LINUX/netmap_linux.c:1523:3: warning: passing argument 2 of ‘remove_wait_queue’ from incompatible pointer type [enabled by default]
   remove_wait_queue(nmk->waitq_head, &nmk->waitq);
   ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:150:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
cc1: some warnings being treated as errors
make[2]: ** [/root/netmap/netmap_linux.o] Erro 1
make[1]: ** [_module_/root/netmap] Erro 2
make[1]: Saindo do diretório `/usr/src/kernels/4.13.2-1.el7.elrepo.x86_64'
make: ** [netmap.ko] Erro 2

Same behaviour now in 4.13 with the commit worked for 4.12:

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ netmap ▶ ⚓ v11.3-187-g7fc5226 ▶ # ▶ make
test -e /root/netmap/LINUX/ext-drivers/ixgbe-5.1.3.tar.gz || wget https://sourceforge.net/projects/e1000/files/ixgbe%20stable/5.1.3/ixgbe-5.1.3.tar.gz -P /root/netmap/LINUX/ext-drivers/
tar xf /root/netmap/LINUX/ext-drivers/ixgbe-5.1.3.tar.gz && ln -s ixgbe-5.1.3/src ixgbe
patch --posix --quiet --force -p1 < patches/intel--ixgbe--5.1.3;
touch get-ixgbe
make -C /lib/modules/4.13.2-1.el7.elrepo.x86_64/build M=/root/netmap EXTRA_CFLAGS='-I/root/netmap -I/root/netmap/LINUX -I/root/netmap/LINUX/../sys -I/root/netmap/LINUX/../sys/dev -DCONFIG_NETMAP -Wno-unused-but-set-variable -DCONFIG_NETMAP_SINK -DCONFIG_NETMAP_GENERIC -DCONFIG_NETMAP_MONITOR -DCONFIG_NETMAP_PIPE -DCONFIG_NETMAP_VALE'  modules CONFIG_NETMAP=m  O_DRIVERS="" NETMAP_DRIVER_SUFFIX=
make[1]: Entrando no diretório `/usr/src/kernels/4.13.2-1.el7.elrepo.x86_64'
  CC [M]  /root/netmap/netmap_mem2.o
  CC [M]  /root/netmap/netmap_mbq.o
  CC [M]  /root/netmap/netmap_vale.o
  CC [M]  /root/netmap/netmap_offloadings.o
  CC [M]  /root/netmap/netmap_pipe.o
  CC [M]  /root/netmap/netmap_monitor.o
  CC [M]  /root/netmap/netmap_generic.o
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c: In function ‘generic_netmap_tx_clean’:
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:658:4: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type [enabled by default]
    } else if (MBUF_REFCNT(m) != 1) {
    ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:208:
./arch/x86/include/asm/atomic.h:24:28: note: expected ‘const struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline int atomic_read(const atomic_t *v)
                            ^
/root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:682:4: warning: passing argument 1 of ‘atomic_read’ from incompatible pointer type [enabled by default]
    } else if (MBUF_REFCNT(m) != 1) {
    ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/../sys/dev/netmap/netmap_generic.c:208:
./arch/x86/include/asm/atomic.h:24:28: note: expected ‘const struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline int atomic_read(const atomic_t *v)
                            ^
  CC [M]  /root/netmap/netmap_common.o
  CC [M]  /root/netmap/netmap_linux.o
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_os_catch_qdisc’:
/root/netmap/LINUX/netmap_linux.c:645:3: warning: passing argument 1 of ‘atomic_inc’ from incompatible pointer type [enabled by default]
   atomic_inc(&fqdisc->refcnt);
   ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./arch/x86/include/asm/atomic.h:89:29: note: expected ‘struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline void atomic_inc(atomic_t *v)
                             ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_os_generic_xmit_frame’:
/root/netmap/LINUX/netmap_linux.c:751:2: warning: passing argument 1 of ‘atomic_inc’ from incompatible pointer type [enabled by default]
  NM_ATOMIC_INC(&m->users);
  ^
In file included from ./arch/x86/include/asm/msr.h:66:0,
                 from ./arch/x86/include/asm/processor.h:20,
                 from ./arch/x86/include/asm/cpufeature.h:4,
                 from ./arch/x86/include/asm/thread_info.h:52,
                 from ./include/linux/thread_info.h:37,
                 from ./include/linux/uio.h:13,
                 from ./include/linux/socket.h:7,
                 from ./include/uapi/linux/if.h:24,
                 from /root/netmap/LINUX/bsd_glue.h:38,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./arch/x86/include/asm/atomic.h:89:29: note: expected ‘struct atomic_t *’ but argument is of type ‘struct refcount_t *’
 static __always_inline void atomic_inc(atomic_t *v)
                             ^
/root/netmap/LINUX/netmap_linux.c: At top level:
/root/netmap/LINUX/netmap_linux.c:1301:2: error: unknown type name ‘wait_queue_t’
  wait_queue_t waitq;
  ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_poll_fn’:
/root/netmap/LINUX/netmap_linux.c:1347:2: warning: passing argument 2 of ‘add_wait_queue’ from incompatible pointer type [enabled by default]
  add_wait_queue(wq_head, &nmk->waitq);
  ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:148:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
/root/netmap/LINUX/netmap_linux.c: At top level:
/root/netmap/LINUX/netmap_linux.c:1351:21: error: unknown type name ‘wait_queue_t’
 nm_kctx_poll_wakeup(wait_queue_t *wq, unsigned mode, int sync, void *key)
                     ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_init_poll’:
/root/netmap/LINUX/netmap_linux.c:1493:41: error: ‘nm_kctx_poll_wakeup’ undeclared (first use in this function)
  init_waitqueue_func_entry(&nmk->waitq, nm_kctx_poll_wakeup);
                                         ^
/root/netmap/LINUX/netmap_linux.c:1493:41: note: each undeclared identifier is reported only once for each function it appears in
/root/netmap/LINUX/netmap_linux.c:1493:2: warning: passing argument 1 of ‘init_waitqueue_func_entry’ from incompatible pointer type [enabled by default]
  init_waitqueue_func_entry(&nmk->waitq, nm_kctx_poll_wakeup);
  ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:85:1: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 init_waitqueue_func_entry(struct wait_queue_entry *wq_entry, wait_queue_func_t func)
 ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_start_poll’:
/root/netmap/LINUX/netmap_linux.c:1509:3: error: implicit declaration of function ‘nm_kctx_poll_wakeup’ [-Werror=implicit-function-declaration]
   nm_kctx_poll_wakeup(&nmk->waitq, 0, 0, (void *)mask);
   ^
/root/netmap/LINUX/netmap_linux.c:1512:4: warning: passing argument 2 of ‘remove_wait_queue’ from incompatible pointer type [enabled by default]
    remove_wait_queue(nmk->waitq_head, &nmk->waitq);
    ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:150:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
/root/netmap/LINUX/netmap_linux.c: In function ‘nm_kctx_stop_poll’:
/root/netmap/LINUX/netmap_linux.c:1523:3: warning: passing argument 2 of ‘remove_wait_queue’ from incompatible pointer type [enabled by default]
   remove_wait_queue(nmk->waitq_head, &nmk->waitq);
   ^
In file included from ./include/linux/mmzone.h:9:0,
                 from ./include/linux/gfp.h:5,
                 from ./include/linux/mm.h:9,
                 from /root/netmap/LINUX/bsd_glue.h:43,
                 from /root/netmap/LINUX/netmap_linux.c:26:
./include/linux/wait.h:150:13: note: expected ‘struct wait_queue_entry *’ but argument is of type ‘int *’
 extern void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
             ^
cc1: some warnings being treated as errors
make[2]: ** [/root/netmap/netmap_linux.o] Erro 1
make[1]: ** [_module_/root/netmap] Erro 2
make[1]: Saindo do diretório `/usr/src/kernels/4.13.2-1.el7.elrepo.x86_64'
make: ** [netmap.ko] Erro 2

With today HEAD, it compiles, but bug still happening. Ill try to do the same test in 4.12 kernel.

leleobhz commented 7 years ago

With parent commit of https://github.com/luigirizzo/netmap/commit/b58dae43dfa001c09242539cb34a48b804f26745 - the commit https://github.com/luigirizzo/netmap/commit/ed3e4c6b84e4f9e50d02b8dbdfd7eeb581edb6e8 :

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ netmap ▶ ⚓ v11.3-187-g7fc5226 ▶ # ▶ git checkout ed3e4c6b84e4f9e50d02b8dbdfd7eeb81edb6e8
Previous HEAD position was 7fc5226... Merge branch 'master' of lettieri.iet.unipi.it:netmap/netmap
HEAD is now at ed3e4c6... Merge branch 'github-master'
 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ netmap ▶ ⚓ v11.3-197-ged3e4c6 ▶ # ▶ ./configure  --drivers=ixgbe --enable-monitor --enable-pipe --enable-vale --enable-sin --prefix=/usr/local

Issue does not happens. So may also a misbehaviour involving intel ixgbe newer versions with netmap?

Also, last possible kernel to compile is 4.12. 4.13 heads to the error I pasted above. With new driver, it compiles well, but this bug manifests.

giuseppelettieri commented 7 years ago

Hi, may you try the following patch?

From a1bc2b2328bf13d1ac0395b2828638ed9825bbc1 Mon Sep 17 00:00:00 2001
From: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
Date: Thu, 21 Sep 2017 15:20:07 +0200
Subject: [PATCH] linux/ixgbe: look at size instead of DD in RX

---
 LINUX/ixgbe_netmap_linux.h | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/LINUX/ixgbe_netmap_linux.h b/LINUX/ixgbe_netmap_linux.h
index 9726b6e3..7fb70fca 100644
--- a/LINUX/ixgbe_netmap_linux.h
+++ b/LINUX/ixgbe_netmap_linux.h
@@ -468,10 +468,15 @@ ixgbe_netmap_rxsync(struct netmap_kring *kring, int flags)
        for (n = 0; ; n++) {
            union ixgbe_adv_rx_desc *curr = NM_IXGBE_RX_DESC(rxr, nic_i);
            uint32_t staterr = le32toh(curr->wb.upper.status_error);
+           u_int size = le16toh(curr->wb.upper.length);

-           if ((staterr & IXGBE_RXD_STAT_DD) == 0)
+           if (!size) {
+               if (staterr & IXGBE_RXD_STAT_DD) {
+                   RD(1, "DD set with size 0! nic_i %u", nic_i);
+               }
                break;
-           ring->slot[nm_i].len = le16toh(curr->wb.upper.length);
+           }
+           ring->slot[nm_i].len = size;
            ring->slot[nm_i].flags = (!(staterr & IXGBE_RXD_STAT_EOP) ? NS_MOREFRAG |
                                        slot_flags:slot_flags);
            nm_i = nm_next(nm_i, lim);
@@ -510,6 +515,7 @@ ixgbe_netmap_rxsync(struct netmap_kring *kring, int flags)
                slot->flags &= ~NS_BUF_CHANGED;
            }
            curr->wb.upper.status_error = 0;
+           curr->wb.upper.length = 0;
            curr->read.pkt_addr = htole64(paddr);
            nm_i = nm_next(nm_i, lim);
            nic_i = nm_next(nic_i, lim);
-- 
2.12.2
leleobhz commented 7 years ago

Sure! Will try here!

EDIT: Patch against master?

EDIT2: Trying agains master:

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ netmap ▶ ⚓ v11.3-255-g39ad7da ▶ ✎ ▶ # ▶ git diff                     
diff --git a/LINUX/ixgbe_netmap_linux.h b/LINUX/ixgbe_netmap_linux.h
index 9726b6e..7fb70fc 100644              
--- a/LINUX/ixgbe_netmap_linux.h                                
+++ b/LINUX/ixgbe_netmap_linux.h
@@ -468,10 +468,15 @@ ixgbe_netmap_rxsync(struct netmap_kring *kring, int flags)                                
                for (n = 0; ; n++) {
                        union ixgbe_adv_rx_desc *curr = NM_IXGBE_RX_DESC(rxr, nic_i);                      
                        uint32_t staterr = le32toh(curr->wb.upper.status_error);
+                       u_int size = le16toh(curr->wb.upper.length);         

-                       if ((staterr & IXGBE_RXD_STAT_DD) == 0)
+                       if (!size) {                                         
+                               if (staterr & IXGBE_RXD_STAT_DD) {
+                                       RD(1, "DD set with size 0! nic_i %u", nic_i);
+                               }
                                break;
-                       ring->slot[nm_i].len = le16toh(curr->wb.upper.length);
+                       }
+                       ring->slot[nm_i].len = size;
                        ring->slot[nm_i].flags = (!(staterr & IXGBE_RXD_STAT_EOP) ? NS_MOREFRAG |
                                                                                slot_flags:slot_flags);
                        nm_i = nm_next(nm_i, lim);
@@ -510,6 +515,7 @@ ixgbe_netmap_rxsync(struct netmap_kring *kring, int flags)
                                slot->flags &= ~NS_BUF_CHANGED;
                        }
                        curr->wb.upper.status_error = 0;
+                       curr->wb.upper.length = 0;
                        curr->read.pkt_addr = htole64(paddr);
                        nm_i = nm_next(nm_i, lim);
                        nic_i = nm_next(nic_i, lim);
leleobhz commented 7 years ago

Well, behaviour changed with patch in https://github.com/luigirizzo/netmap/issues/355#issuecomment-331156069 . I've compiled right now and I have the following scenario:

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ # ▶ modinfo netmap | head -n 8
filename:       /lib/modules/4.13.2-1.el7.elrepo.x86_64/extra/netmap.ko
license:        Dual BSD/GPL
description:    The netmap packet I/O framework
author:         http://info.iet.unipi.it/~luigi/netmap/
srcversion:     BBA1CCA23DE9B3B059324B2
depends:
name:           netmap
vermagic:       4.13.2-1.el7.elrepo.x86_64 SMP mod_unload modversions
 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ # ▶ modinfo ixgbe | head -n 6
filename:       /lib/modules/4.13.2-1.el7.elrepo.x86_64/updates/drivers/net/ethernet/intel/ixgbe/ixgbe.ko
version:        5.2.3
license:        GPL
description:    Intel(R) 10GbE PCI Express Linux Network Driver
author:         Intel Corporation, <linux.nics@intel.com>
srcversion:     5EE125DBB9D6831E404755F

After loading, the following dmesg messages:

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ # ▶ dmesg -e | egrep '(ixgbe|netmap)'
[  +0,052715] netmap: loading out-of-tree module taints kernel.
[  +0,014100] 558.832897 [3398] netmap_init               run mknod /dev/netmap c 10 57 # error 0
[  +0,016345] netmap: loaded module
[  +0,010431] net nmsink0: netmap queues/slots: TX 1/1024, RX 1/1024
[Set21 14:07] 624.375718 [ 860] netmap_get_monitor_na     parent lookup failed: 6
[  +2,545095] netmap: unloaded module.
[  +0,047009] 632.798964 [3398] netmap_init               run mknod /dev/netmap c 10 57 # error 0
[  +0,010023] netmap: loaded module
[  +0,004045] net nmsink0: netmap queues/slots: TX 1/1024, RX 1/1024
[  +0,023027] ixgbe: Interrupt Mode set to 2
[  +0,004703] ixgbe: Direct Cache Access (DCA) set to 1
[  +0,005798] ixgbe: Virtual Machine Device Queues (VMDQ) set to 0
[  +0,006894] ixgbe: I/O Virtualization (IOV) set to 0
[  +0,005697] ixgbe: Interrupt Throttling Rate (ints/sec) set to 4000
[  +0,007191] ixgbe: Enabled/Disable FCoE offload Disabled
[  +0,006098] ixgbe: 0000:05:00.0: ixgbe_check_options: FCoE Offload feature disabled
[  +0,008787] ixgbe: LRO - Large Receive Offload Enabled
[  +0,005903] ixgbe: allow_unsupported_sfp Disabled
[  +0,152509] ixgbe 0000:05:00.0: PCI Express bandwidth of 32GT/s available
[  +0,007802] ixgbe 0000:05:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[  +0,008519] ixgbe 0000:05:00.0 eth0: MAC: 2, PHY: 14, SFP+: 3, PBA No: G73131-003
[  +0,008594] ixgbe 0000:05:00.0: a0:36:9f:61:d0:ac
[  +0,005395] ixgbe 0000:05:00.0 eth0: Enabled Features: RxQ: 12 TxQ: 12 FdirHash DCA
[  +0,010971] ixgbe 0000:05:00.0 eth0: Intel(R) 10 Gigabit Network Connection
[  +0,008053] net eth0: netmap queues/slots: TX 12/512, RX 12/512
[  +0,026768] ixgbe: Interrupt Mode set to 2
[  +0,004711] ixgbe: Direct Cache Access (DCA) set to 1
[  +0,013074] ixgbe: Virtual Machine Device Queues (VMDQ) set to 0
[  +0,014225] ixgbe: I/O Virtualization (IOV) set to 0
[  +0,013064] ixgbe: Interrupt Throttling Rate (ints/sec) set to 4000
[  +0,014547] ixgbe: Enabled/Disable FCoE offload Disabled
[  +0,013366] ixgbe: 0000:05:00.1: ixgbe_check_options: FCoE Offload feature disabled
[  +0,016011] ixgbe: LRO - Large Receive Offload Enabled
[  +0,013088] ixgbe: allow_unsupported_sfp Disabled
[  +0,100200] ixgbe 0000:05:00.0 p2p1: renamed from eth0
[  +0,067750] ixgbe 0000:05:00.0: registered PHC device on p2p1
[  +0,062415] ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
[  +0,132541] ixgbe 0000:05:00.0 p2p1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[  +0,530519] ixgbe 0000:05:00.1: PCI Express bandwidth of 32GT/s available
[  +0,015018] ixgbe 0000:05:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[  +0,015717] ixgbe 0000:05:00.1 eth0: MAC: 2, PHY: 1, PBA No: G73131-003
[  +0,014812] ixgbe 0000:05:00.1: a0:36:9f:61:d0:ae
[  +0,012669] ixgbe 0000:05:00.1 eth0: Enabled Features: RxQ: 12 TxQ: 12 FdirHash DCA
[  +0,018337] ixgbe 0000:05:00.1 eth0: Intel(R) 10 Gigabit Network Connection
[  +0,015305] net eth0: netmap queues/slots: TX 12/512, RX 12/512
[  +0,174315] ixgbe 0000:05:00.1 p2p2: renamed from eth0
[  +0,067326] ixgbe 0000:05:00.1: registered PHC device on p2p2
[  +0,043424] ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
[  +0,127638] ixgbe 0000:05:00.0 p2p1: NIC Link is Up 10 Gbps, Flow Control: None
[ +15,385056] 682.737407 [ 870] netmap_get_monitor_na     eth0 not in netmap mode
[Set21 14:08] 710.949409 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017901] 710.967307 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017735] 710.985045 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017613] 711.002656 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017554] 711.020212 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017412] 711.037622 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017284] 711.054905 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017208] 711.072114 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,017070] 711.089186 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,016904] 711.106090 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,016811] 711.122899 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,016726] 711.139625 [ 133] ixgbe_netmap_configure_srrctl bufsz: 2048 srrctl: 2
[  +0,183637] ixgbe 0000:05:00.0 p2p1: detected SFP+: 3
[  +0,146733] ixgbe 0000:05:00.0 p2p1: NIC Link is Up 10 Gbps, Flow Control: None
[  +1,826817] 713.296816 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 379
[  +0,676269] 714.385590 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 329
[  +0,878980] 715.264569 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 144
[  +1,105327] 716.369900 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 79
[  +0,969944] 717.339833 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 98
[  +0,924334] 718.264179 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 73
[  +1,046339] 719.310519 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 58
[  +0,960518] 720.271038 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 487
[  +1,044598] 721.315637 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 499
[  +0,950813] 722.266451 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 447
[  +1,030911] 723.297364 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 278
[  +1,065884] 724.363249 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 356
[  +0,938488] 725.301738 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 274
[  +0,954544] 726.256282 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 101
[  +1,020463] 727.276746 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 503
[  +0,981792] 728.258539 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 64
[  +1,050522] 729.309062 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 135
[  +0,948443] 730.257493 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 72
[  +0,996493] 731.253999 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 173
[  +1,026890] 732.280892 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 174
[  +0,995014] 733.275907 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 206
[  +0,982334] 734.258242 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 307
[  +1,008691] 735.266934 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 230
[  +1,014445] 736.281380 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 177
[  +1,003047] 737.284428 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 282
[  +1,011402] 738.295831 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 445
[  +0,981359] 739.277191 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 149
[  +0,985532] 740.262724 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 151
[  +1,020600] 741.283324 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 253
[  +0,994304] 742.277629 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 333
[  +1,008409] 743.286038 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 452
[  +0,526173] 744.272189 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 200
[  +0,984754] 745.256944 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 379
[  +1,005071] 746.262017 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 339
[Set21 14:09] 747.297113 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 511
[  +1,020537] 748.317651 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 345
[  +0,951609] 749.269260 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 58
[  +1,056556] 750.325817 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 332
[  +1,126321] 751.452138 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 24
[  +0,823008] 752.275149 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 285
[  +1,311270] 753.586420 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 458
[  +0,730310] 754.316731 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 474
[  +1,199276] 755.516007 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 128
[  +0,911386] 756.427394 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 427
[  +0,864517] 757.291913 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 467
[  +1,120734] 758.412648 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 361
[  +0,867487] 759.280136 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 232
[  +0,978072] 760.258209 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 466
[  +1,034258] 761.292468 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 76
[  +0,986549] 762.279018 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 191
[  +0,991770] 763.270788 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 309
[  +0,998561] 764.269350 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 428
[  +1,128903] 765.398255 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 486
[  +0,857384] 766.255640 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 413
[  +1,082344] 767.337985 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 389
[  +0,932233] 768.270219 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 312
[  +0,997288] 769.267508 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 449
[  +0,989935] 770.257445 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 30
[  +1,051149] 771.308594 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 282
[  +0,968583] 772.277178 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 157
[  +0,983538] 773.260717 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 425
[  +1,032173] 774.292889 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 198
[  +1,034515] 775.327407 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 495
[  +0,990176] 776.317585 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 160
[  +1,006750] 777.324336 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 254
[  +1,054746] 778.379083 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 375
[  +0,877564] 779.256647 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 44
[  +1,064936] 780.321585 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 74
[  +0,942751] 781.264338 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 0
[  +0,991125] 782.255465 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 471
[  +1,033988] 783.289453 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 75
[  +1,006894] 784.296352 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 65
[  +0,991113] 785.287467 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 308
[  +0,974678] 786.262147 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 399
[  +1,008949] 787.271099 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 311
[  +0,994182] 788.265272 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 395
[  +0,989202] 789.254488 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 41
[  +1,007366] 790.261856 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 73
[  +1,041687] 791.303546 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 277
[  +1,012689] 792.316237 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 232
[  +0,941009] 793.257248 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 397
[  +1,079140] 794.336390 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 162
[  +0,994549] 795.330942 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 140
[  +1,001266] 796.332210 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 370
[  +0,950302] 797.282514 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 270
[  +0,983454] 798.265971 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 229
[  +0,988864] 799.254837 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 480
[  +1,009463] 800.264302 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 102
[  +1,005244] 801.269548 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 363
[  +1,017515] 802.287065 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 120
[  +1,051808] 803.338874 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 49
[  +0,957421] 804.296299 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 90
[  +0,993385] 805.289687 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 416
[  +1,013179] 806.302866 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 360
[Set21 14:10] 807.269342 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 490
[  +0,996433] 808.265777 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 252
[  +1,003709] 809.269477 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 329
[  +1,008589] 810.278080 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 480
[  +0,991330] 811.269412 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 477
[  +1,073205] 812.342620 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 468
[  +0,976570] 813.319192 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 4
[  +0,950181] 814.269373 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 404
[  +1,134449] 815.403826 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 365
[  +0,873320] 816.277149 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 222
[  +1,025844] 817.302996 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 210
[  +0,958158] 818.261156 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 164
[  +0,995656] 819.256813 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 205
[  +1,112028] 820.368845 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 143
[  +0,885522] 821.254366 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 328
[  +1,026013] 822.280384 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 131
[  +0,987646] 823.268030 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 27
[  +0,997615] 824.265646 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 396
[  +1,006014] 825.271662 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 110
[  +1,047993] 826.319656 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 166
[  +0,951689] 827.271345 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 449
[  +0,986284] 828.257630 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 252
[  +0,996304] 829.253935 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 355
[  +1,000907] 830.254844 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 146
[  +1,001287] 831.256132 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 316
[  +1,015392] 832.271525 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 274
[  +1,006888] 833.278414 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 170
[  +1,010714] 834.289129 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 40
[  +1,021149] 835.310279 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 91
[  +0,978536] 836.288817 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 56
[  +1,030686] 837.319503 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 46
[  +0,965272] 838.284776 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 328
[  +1,016410] 839.301187 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 110
[  +0,974426] 840.275614 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 332
[  +0,999779] 841.275394 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 218
[  +1,024177] 842.299572 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 161
[  +1,030470] 843.330044 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 72
[  +0,926068] 844.256112 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 130
[  +0,294437] 844.550549 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 307
[  +1,049774] 845.600325 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 96
[  +0,973101] 846.573427 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 198
[  +1,032031] 847.605460 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 252
[  +1,061280] 848.666731 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 169
[  +0,883248] 849.549992 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 24
[  +1,022823] 850.572807 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 415
[  +1,048113] 851.620933 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 432
[  +0,943971] 852.564904 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 264
[  +1,028746] 853.593653 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 284
[  +0,995355] 854.589010 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 336
[  +0,983262] 855.572272 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 153
[  +0,993867] 856.566142 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 224
[  +1,006098] 857.572243 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 469
[  +1,012355] 858.584600 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 119
[  +0,968227] 859.552829 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 77
[  +1,056896] 860.609727 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 120
[  +0,982380] 861.592108 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 480
[  +0,974801] 862.566912 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 302
[  +1,003705] 863.570618 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 82
[  +1,009128] 864.579748 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 101
[  +1,011241] 865.590991 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 274
[Set21 14:11] 866.587506 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 181
[  +0,975999] 867.563507 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 100
[  +1,017925] 868.581434 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 489
[  +0,991673] 869.573106 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 112
[  +1,044742] 870.617853 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 383
[  +0,996589] 871.614443 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 325
[  +1,002127] 872.616573 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 286
[  +0,938064] 873.554637 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 304
[  +1,001342] 874.555982 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 357
[  +1,004059] 875.560044 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 279
[  +1,010735] 876.570780 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 137
[  +1,005798] 877.576580 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 355
[  +0,981433] 878.558015 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 163
[  +1,028234] 879.586251 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 302
[  +0,965128] 880.551381 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 451
[  +1,183943] 881.735326 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 365
[  +0,870878] 882.606206 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 257
[  +0,974191] 883.580398 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 259
[  +0,975083] 884.555481 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 8
[  +1,043013] 885.598498 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 496
[  +0,966285] 886.564784 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 444
[  +1,001862] 887.566649 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 25
[  +1,027179] 888.593830 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 455
[  +0,971995] 889.565826 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 164
[  +0,990113] 890.555942 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 345
[  +1,033692] 891.589635 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 324
[  +1,014524] 892.604161 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 348
[  +0,964168] 893.568330 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 449
[  +1,000271] 894.568603 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 169
[  +0,998038] 895.566642 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 302
[  +1,013863] 896.580506 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 345
[  +0,978700] 897.559206 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 113
[  +1,008554] 898.567762 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 358
[  +1,030605] 899.598368 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 78
[  +0,983518] 900.581887 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 259
[  +0,982236] 901.564124 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 130
[  +1,005410] 902.569535 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 303
[  +0,981293] 903.550830 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 402
[  +1,028238] 904.579068 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 460
[  +1,009855] 905.588924 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 26
[  +1,093885] 906.682810 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 419
[  +0,911587] 907.594398 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 261
[  +0,958534] 908.552933 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 370
[  +1,080113] 909.633047 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 467
[  +0,937630] 910.570680 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 406
[  +0,984349] 911.555033 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 54
[  +1,072918] 912.627956 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 323
[  +0,928346] 913.556305 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 201
[  +1,033269] 914.589578 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 94
[  +0,976363] 915.565945 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 414
[  +1,011562] 916.577499 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 384
[  +1,008735] 917.586250 [ 475] ixgbe_netmap_rxsync       DD set with size 0! nic_i 284

And the DD set message still going on a lot, in a rate of more or less 1 msg/sec - as the pasted quoted above.

BUT its working well in my application: https://gist.github.com/leleobhz/b1e0dbd7e69eea598d17988b596a4677

The system is working well until now (2h uptime).

giuseppelettieri commented 7 years ago

Yes, that is a rate-limited debug message that I added in the patch.

Even if the datasheet only mentions the DD flag as indicator for new packets, in 5.2.1 the Intel driver started looking for size!=0 instead. Indeed, the card can now set the DD flag even if size is zero, maybe as a side effect of some other programming.

I need to do some more tests, than this can go into master (without the debug message).

leleobhz commented 7 years ago

Well, I can test in a Live system, with traffic (Just a capture, but a traffic). If you need, please quote me in this issue and Ill test it. We are running since yesterday w/o issues and you patch!

EDIT: In matter of curiosity: What is DD Flag?

giuseppelettieri commented 7 years ago

DD it is a flag in the receive descriptor of the ixgbe (the hardware counterpart of the netmap slot). The datasheet says that when you see this flag set, then there is a new packet in the slot. Apparently, this is not always true.

leleobhz commented 7 years ago

Understand! May deserve a report in e1000 mail list? I can send the email if you think its a good idea.

giuseppelettieri commented 7 years ago

Yes, it would be nice to know what the exact rules are.

xmhaoyu commented 6 years ago

@giuseppelettieri your patch does not fix the original problem :(

leleobhz commented 6 years ago

Hello @giuseppelettieri !

I've posted in the mailling list of e1000-devel. The link to the thread is https://sourceforge.net/p/e1000/mailman/e1000-devel/thread/CAHX0N8skw2s%3D5egQMi%3Dwyj3NEgVdPd68rqfHs8rcsLr7Nc6KWA%40mail.gmail.com/#msg36072446

Lets see if they awnser us.

Thanks!

leleobhz commented 6 years ago

Hello @giuseppelettieri !

Here is the awnser I got in the list:

 The bug is in netmap. It probably isn't keeping up with the rate of
change in the drivers.

Specifically we changed ixgbe_alloc_rx_buffers about 9 months ago so
that it no longer clears the DD bit, but instead just focuses on
clearing the length field and uses that to determine that a write back
has occurred as we can avoid some unneeded barriers that way. The only
limitation is that we can't use header-data split which we weren't
using anyway so for us it is a win-win performance wise.

If you want to use the DD bit you need to clear it yourself and then
hardware will write it back to 1. If you don't clear it you are just
going to find it is set to 1 most of the time not that it really
matters if you aren't actually monitoring the bit. 

So, this is enough to help this issue fixing?

Thanks!

leleobhz commented 6 years ago

Hello @xmhaoyu

I had the same issue here and the @giuseppelettieri patch partially fixed it for me. I use a proprietary netmap application and use libpcap-netmap together.

What I see is now, if the app uses only one thread, it receives the traffic ok. If app uses multiple threads, instead crashing - as before the patch - the received traffic decreases a lot, so I think some traffic is lost.

Anyways, a multi-thread app does not anymore stucks CPU anymore, leading to a unusable server - but you're right, the issue is not fixed yet. But I think its on way to be fixed.

Thanks!

xmhaoyu commented 6 years ago

@leleobhz Thank you for your explanation. I have tried that patch but multi-thread pkt-gen still hangs cpu. :( Anyway I found that my machine spec can deal with 10G x 2 with 2 single-thread process and it is stable even without patching so it is not urgent any more to me.

giuseppelettieri commented 6 years ago

Is there any change in the multithreaded behaviour with the current master?

leleobhz commented 6 years ago

Hello @giuseppelettieri

I'll try in some hours and return here!

Thanks!

leleobhz commented 6 years ago

Hello @giuseppelettieri !

I applied here the last master with last ixgbe commits, so after modules got loaded and everything is online, I changed my capture app to multithread:

 root ▶ sa-eqnx2-paris ▶ SSH ▶ ~ ▶ # ▶ lsof /dev/netmap | wc -l
14

No changes to traffic compared to mono-thread process:

captura de tela de 2017-10-13 16-07-48 No changes in profile traffic after machine reboot for Kernel update + netmap/ixgbe update

So I think this issue got a big progress.

Can @xmhaoyu test the last master to check if its fixed too?

Thanks guys!

xmhaoyu commented 6 years ago

@leleobhz @giuseppelettieri I've tried latest master but that doesn't fix my problem. When I use multi-threaded pkt-gen, it won't receive any packets. ./pkt-gen -i netmap:enp7s0f0 -s 10.0.0.1:1234 -d 10.0.0.2:1234 -f rx -p 2 -c 2 Received nothing. and when I restart pkt-gen again the machine dies.

leleobhz commented 6 years ago

@xmhaoyu You are using the same port to send and receive? If its the case, I can try using the another free port I have in the server to replicate you test.

Just for information, I use Centos 7 with http://elrepo.org/tiki/kernel-ml - so I'm not Centos vanilla concerning kernel.

xmhaoyu commented 6 years ago

@leleobhz I use two servers, one for sending and one for receiving. As described in the original post, there's no problem with the sending server but receiving server always dies with -p 2 -c 2.

giuseppelettieri commented 6 years ago

Hi @xmhaoyu, I think that the reason the multi-threaded pkt-gen is not receiving anything is trivial (my fault that this escaped me).

In multitheaded mode, pkt-gen only scans one ring per thread, while in single-threaded mode it scans the rings specified in the 'netmap:..' string (all the rings, in your case). Now, since you have 8 rings and you are only starting 2 threads, you are only scanning the first two rings. It may well be the case that all traffic is going to the other ones.

If I am right, you should be able to see the traffic with '-p 8'. Moreover, with '-p 2' you should be able to see the traffic in tcpdump (since netmap is not intercepting it).

None of this, however, explains why killing pkt-gen hangs the kernel. I am not able to reproduce this behaviour locally. Does the log show the same bug as in the OP?

leleobhz commented 6 years ago

Well, in fact, I do not use pkt-gen, so I think we are in front of an airplane multi-factorial accident.

The proprietary application I use does behave well with Nr. Threads == Nr. NIC Queues. I did not tested with other combination of threading, but what @giuseppelettieri said does made some sense. That said, its possible to insert a better logic in netmap or pkt-gen to coordenate threads in a way all rings be balanced between the existent threads?

For the issue of Soft Lockup, with last master and kernel-ml from elrepo, this issue did not happened anymore. I can test this, but not in commercial time - with real traffic (So the packet source is a port mirror of a switch).

giuseppelettieri commented 6 years ago

Sorry @leleobhz, the comment was meant for @xmhaoyu.

giuseppelettieri commented 6 years ago

That said, its possible to insert a better logic in netmap or pkt-gen to coordenate threads in a way all rings be balanced between the existent thread

netmap is agnostic w.r.t. this, any thread may monitor as many rings as it wishes. Arbitrary ring subsets, though, can only be monitored by opening several file descriptors, each bound to a single ring (pair). A bit annoying to implement in pkt-gen. Volunteers welcome :)

xmhaoyu commented 6 years ago

@giuseppelettieri, many thanks for your explanation. It makes sense. Double check with my servers I also found the bug is gone. I am now very happy with it. :D Sorry for all the confusions.

giuseppelettieri commented 6 years ago

Good, thanks for checking! I am closing this.