All of lore.kernel.org
 help / color / mirror / Atom feed
* 82571EB: Detected Hardware Unit Hang
@ 2012-07-09  8:51 Joe Jin
  2012-07-09  9:21 ` Eric Dumazet
  2012-07-10  7:40 ` Joe Jin
  0 siblings, 2 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-09  8:51 UTC (permalink / raw)
  To: e1000-devel; +Cc: netdev, linux-kernel

Hi list,

I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when doing
scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, just copy
a big file (>500M) from another server will hit it at once. 

Would you please help on this?

device info:
# lspci -s 05:00.0 
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)

# lspci -s 05:00.0 -n
05:00.0 0200: 8086:10bc (rev 06)

# ethtool -i eth0
driver: e1000e
version: 2.0.0-NAPI
firmware-version: 5.10-2
bus-info: 0000:05:00.0

# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
udp fragmentation offload: off
generic segmentation offload: on
generic-receive-offload: on

kernel log:
-----------
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6c>
  TDT                  <81>
  next_to_use          <81>
  next_to_clean        <6b>
buffer_info[next_to_clean]:
  time_stamp           <fffc7a23>
  next_to_watch        <71>
  jiffies              <fffc8c0c>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6c>
  TDT                  <81>
  next_to_use          <81>
  next_to_clean        <6b>
buffer_info[next_to_clean]:
  time_stamp           <fffc7a23>
  next_to_watch        <71>
  jiffies              <fffc9bac>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
------------[ cut here ]------------
WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
Hardware name: SUN FIRE X2270 M2
NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
Modules linked in: autofs4 hidp rfcomm bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3 mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U) snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded: microcode]
Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1
Call Trace:
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045ba61>] warn_slowpath_common+0x81/0xa0
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045bb23>] warn_slowpath_fmt+0x33/0x40
 [<c07d9ac5>] dev_watchdog+0x225/0x230
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0468e82>] call_timer_fn+0x32/0xf0
 [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80
 [<c046a76d>] run_timer_softirq+0xed/0x1b0
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0461a81>] __do_softirq+0x91/0x1a0
 [<c04619f0>] ? local_bh_enable+0x80/0x80
 <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
 [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
 [<c08784f5>] ? apic_timer_interrupt+0x31/0x38
 [<c046007b>] ? do_exit+0x11b/0x370
 [<c065eae4>] ? intel_idle+0xa4/0x100
 [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0
 [<c0411d77>] ? cpu_idle+0x97/0xd0
 [<c085cbbd>] ? rest_init+0x5d/0x70
 [<c0b07a7a>] ? start_kernel+0x28a/0x340
 [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
 [<c0b070a4>] ? i386_start_kernel+0x64/0xb0
---[ end trace 5502b55cd4d4e5cb ]---
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-09  8:51 82571EB: Detected Hardware Unit Hang Joe Jin
@ 2012-07-09  9:21 ` Eric Dumazet
  2012-07-09 12:19     ` Joe Jin
  2012-07-10  7:40 ` Joe Jin
  1 sibling, 1 reply; 81+ messages in thread
From: Eric Dumazet @ 2012-07-09  9:21 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
> Hi list,
> 
> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when doing
> scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, just copy
> a big file (>500M) from another server will hit it at once. 
> 
> Would you please help on this?
> 

Its a known problem.

But apparently Intel guys are not very responsive, as they have another
patch than the following :

http://permalink.gmane.org/gmane.linux.network/232669


We only have to wait they push their alternative patch, eventually.

In the mean time, you can use Hiroaki SHIMODA patch, it works.




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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-09  9:21 ` Eric Dumazet
@ 2012-07-09 12:19     ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-09 12:19 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: e1000-devel, netdev, linux-kernel

On 07/09/12 17:21, Eric Dumazet wrote:
> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>> Hi list,
>>
>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when doing
>> scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, just copy
>> a big file (>500M) from another server will hit it at once. 
>>
>> Would you please help on this?
>>
> 
> Its a known problem.
> 
> But apparently Intel guys are not very responsive, as they have another
> patch than the following :
> 
> http://permalink.gmane.org/gmane.linux.network/232669

Eris, 

Thanks for you reply, but seems this patch not help for me, 
applied the patch still hit the issue:

# dmesg
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd5344>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd5b14>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd62e4>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd6ab4>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
------------[ cut here ]------------
WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
Hardware name: SUN FIRE X2270 M2
NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
Modules linked in: autofs4 hidp rfcomm bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3 mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U) snd_seq_dummy snd_seq_oss snd_seq_midi_event igb snd_seq snd_seq_device serio_raw snd_pcm_oss snd_mixer_oss snd_pcm tpm_infineon snd_timer snd soundcore i7core_edac iTCO_wdt iTCO_vendor_support snd_page_alloc edac_core i2c_i801 ioatdma i2c_core pcspkr ghes dca hed dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded: microcode]
Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1
Call Trace:
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045ba61>] warn_slowpath_common+0x81/0xa0
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045bb23>] warn_slowpath_fmt+0x33/0x40
 [<c07d9ac5>] dev_watchdog+0x225/0x230
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0468e82>] call_timer_fn+0x32/0xf0
 [<c046a76d>] run_timer_softirq+0xed/0x1b0
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0461a81>] __do_softirq+0x91/0x1a0
 [<c04619f0>] ? local_bh_enable+0x80/0x80
 <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
 [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
 [<c08784f5>] ? apic_timer_interrupt+0x31/0x38
 [<c046007b>] ? do_exit+0x11b/0x370
 [<c065eae4>] ? intel_idle+0xa4/0x100
 [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0
 [<c0411d77>] ? cpu_idle+0x97/0xd0
 [<c085cbbd>] ? rest_init+0x5d/0x70
 [<c0b07a7a>] ? start_kernel+0x28a/0x340
 [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
 [<c0b070a4>] ? i386_start_kernel+0x64/0xb0
---[ end trace 5d51553c2ad66677 ]---
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

Any idea?

Thanks,
Joe

> 
> 
> We only have to wait they push their alternative patch, eventually.
> 
> In the mean time, you can use Hiroaki SHIMODA patch, it works.
> 
> 
> 



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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-09 12:19     ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-09 12:19 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: netdev, e1000-devel, linux-kernel

On 07/09/12 17:21, Eric Dumazet wrote:
> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>> Hi list,
>>
>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when doing
>> scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, just copy
>> a big file (>500M) from another server will hit it at once. 
>>
>> Would you please help on this?
>>
> 
> Its a known problem.
> 
> But apparently Intel guys are not very responsive, as they have another
> patch than the following :
> 
> http://permalink.gmane.org/gmane.linux.network/232669

Eris, 

Thanks for you reply, but seems this patch not help for me, 
applied the patch still hit the issue:

# dmesg
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd5344>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd5b14>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd62e4>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <6f>
  TDT                  <7e>
  next_to_use          <7e>
  next_to_clean        <6e>
buffer_info[next_to_clean]:
  time_stamp           <fffd48dc>
  next_to_watch        <74>
  jiffies              <fffd6ab4>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
------------[ cut here ]------------
WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
Hardware name: SUN FIRE X2270 M2
NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
Modules linked in: autofs4 hidp rfcomm bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3 mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U) snd_seq_dummy snd_seq_oss snd_seq_midi_event igb snd_seq snd_seq_device serio_raw snd_pcm_oss snd_mixer_oss snd_pcm tpm_infineon snd_timer snd soundcore i7core_edac iTCO_wdt iTCO_vendor_support snd_page_alloc edac_core i2c_i801 ioatdma i2c_core pcspkr ghes dca hed dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded: microcode]
Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1
Call Trace:
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045ba61>] warn_slowpath_common+0x81/0xa0
 [<c07d9ac5>] ? dev_watchdog+0x225/0x230
 [<c045bb23>] warn_slowpath_fmt+0x33/0x40
 [<c07d9ac5>] dev_watchdog+0x225/0x230
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0468e82>] call_timer_fn+0x32/0xf0
 [<c046a76d>] run_timer_softirq+0xed/0x1b0
 [<c07d98a0>] ? dev_activate+0xb0/0xb0
 [<c0461a81>] __do_softirq+0x91/0x1a0
 [<c04619f0>] ? local_bh_enable+0x80/0x80
 <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
 [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
 [<c08784f5>] ? apic_timer_interrupt+0x31/0x38
 [<c046007b>] ? do_exit+0x11b/0x370
 [<c065eae4>] ? intel_idle+0xa4/0x100
 [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0
 [<c0411d77>] ? cpu_idle+0x97/0xd0
 [<c085cbbd>] ? rest_init+0x5d/0x70
 [<c0b07a7a>] ? start_kernel+0x28a/0x340
 [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
 [<c0b070a4>] ? i386_start_kernel+0x64/0xb0
---[ end trace 5d51553c2ad66677 ]---
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

Any idea?

Thanks,
Joe

> 
> 
> We only have to wait they push their alternative patch, eventually.
> 
> In the mean time, you can use Hiroaki SHIMODA patch, it works.
> 
> 
> 



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-09  8:51 82571EB: Detected Hardware Unit Hang Joe Jin
  2012-07-09  9:21 ` Eric Dumazet
@ 2012-07-10  7:40 ` Joe Jin
  2012-07-10 18:14   ` Wyborny, Carolyn
  2012-07-10 19:02     ` Dave, Tushar N
  1 sibling, 2 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-10  7:40 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

When I debug the driver I found before Detected HW hang, driver unable to clean
and reclaim the resources:

1457         while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is 0x300
1458                (count < tx_ring->count)) {
     <--- snip --->
1487         }


I checked all driver codes I did not found anywhere will set the upper.data with 
E1000_TXD_STAT_DD, I guess upper.data be set by hardware?
If OS is 32bit system, what which happen?

Thanks in advance,
Joe 

On 07/09/12 16:51, Joe Jin wrote:
> Hi list,
> 
> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when doing
> scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, just copy
> a big file (>500M) from another server will hit it at once. 
> 
> Would you please help on this?
> 
> device info:
> # lspci -s 05:00.0 
> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
> 
> # lspci -s 05:00.0 -n
> 05:00.0 0200: 8086:10bc (rev 06)
> 
> # ethtool -i eth0
> driver: e1000e
> version: 2.0.0-NAPI
> firmware-version: 5.10-2
> bus-info: 0000:05:00.0
> 
> # ethtool -k eth0
> Offload parameters for eth0:
> rx-checksumming: on
> tx-checksumming: on
> scatter-gather: on
> tcp segmentation offload: on
> udp fragmentation offload: off
> generic segmentation offload: on
> generic-receive-offload: on
> 
> kernel log:
> -----------
> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>   TDH                  <6c>
>   TDT                  <81>
>   next_to_use          <81>
>   next_to_clean        <6b>
> buffer_info[next_to_clean]:
>   time_stamp           <fffc7a23>
>   next_to_watch        <71>
>   jiffies              <fffc8c0c>
>   next_to_watch.status <0>
> MAC Status             <80387>
> PHY Status             <792d>
> PHY 1000BASE-T Status  <3c00>
> PHY Extended Status    <3000>
> PCI Status             <10>
> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>   TDH                  <6c>
>   TDT                  <81>
>   next_to_use          <81>
>   next_to_clean        <6b>
> buffer_info[next_to_clean]:
>   time_stamp           <fffc7a23>
>   next_to_watch        <71>
>   jiffies              <fffc9bac>
>   next_to_watch.status <0>
> MAC Status             <80387>
> PHY Status             <792d>
> PHY 1000BASE-T Status  <3c00>
> PHY Extended Status    <3000>
> PCI Status             <10>
> ------------[ cut here ]------------
> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
> Hardware name: SUN FIRE X2270 M2
> NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
> Modules linked in: autofs4 hidp rfcomm bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3 mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U) snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded: microcode]
> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1
> Call Trace:
>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230
>  [<c045ba61>] warn_slowpath_common+0x81/0xa0
>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230
>  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>  [<c07d9ac5>] dev_watchdog+0x225/0x230
>  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>  [<c0468e82>] call_timer_fn+0x32/0xf0
>  [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80
>  [<c046a76d>] run_timer_softirq+0xed/0x1b0
>  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>  [<c0461a81>] __do_softirq+0x91/0x1a0
>  [<c04619f0>] ? local_bh_enable+0x80/0x80
>  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>  [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38
>  [<c046007b>] ? do_exit+0x11b/0x370
>  [<c065eae4>] ? intel_idle+0xa4/0x100
>  [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0
>  [<c0411d77>] ? cpu_idle+0x97/0xd0
>  [<c085cbbd>] ? rest_init+0x5d/0x70
>  [<c0b07a7a>] ? start_kernel+0x28a/0x340
>  [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
>  [<c0b070a4>] ? i386_start_kernel+0x64/0xb0
> ---[ end trace 5502b55cd4d4e5cb ]---
> e1000e 0000:05:00.0: eth0: Reset adapter
> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
> 
> Thanks,
> Joe
> 


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 



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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-10  7:40 ` Joe Jin
@ 2012-07-10 18:14   ` Wyborny, Carolyn
  2012-07-10 19:02     ` Dave, Tushar N
  1 sibling, 0 replies; 81+ messages in thread
From: Wyborny, Carolyn @ 2012-07-10 18:14 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel


>-----Original Message-----
>From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>On Behalf Of Joe Jin
>Sent: Tuesday, July 10, 2012 12:40 AM
>To: Joe Jin
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
[..]
>I checked all driver codes I did not found anywhere will set the
>upper.data with
>E1000_TXD_STAT_DD, I guess upper.data be set by hardware?

Yes, the hw sets this bit after transmit, its how the driver knows to reclaim it.

>> Would you please help on this?

Yes, we'll attempt to reproduce it and get back to you with any more needed info.  I'm sorry you're having problems with our parts.

Thanks for the report,

Carolyn

Carolyn Wyborny
Linux Development
LAN Access Division
Intel Corporation



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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-10  7:40 ` Joe Jin
@ 2012-07-10 19:02     ` Dave, Tushar N
  2012-07-10 19:02     ` Dave, Tushar N
  1 sibling, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-10 19:02 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>On Behalf Of Joe Jin
>Sent: Tuesday, July 10, 2012 12:40 AM
>To: Joe Jin
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>When I debug the driver I found before Detected HW hang, driver unable to
>clean and reclaim the resources:
>
>1457         while ((eop_desc->upper.data &
>cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is 0x300
>1458                (count < tx_ring->count)) {
>     <--- snip --->
>1487         }
>
>
>I checked all driver codes I did not found anywhere will set the
>upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?

Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that means HW has processed that descriptor and driver can now clean that descriptor.
With value 0x300 , DD bit is not set. That means HW has not processed that descriptor.

How fast does tx hang reproduce? I suggest you to enable debug code in driver so when tx hang occurs it will dump the HW desc ring info into kernel log.
You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
Once tx hang occurs please send me the full dmesg log.

Does tx hang occur with in-kernel e1000e driver too?

Thanks.

-Tushar


>If OS is 32bit system, what which happen?


>
>Thanks in advance,
>Joe
>
>On 07/09/12 16:51, Joe Jin wrote:
>> Hi list,
>>
>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2,
>> just copy a big file (>500M) from another server will hit it at once.
>>
>> Would you please help on this?
>>
>> device info:
>> # lspci -s 05:00.0
>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>> Ethernet Controller (Copper) (rev 06)
>>
>> # lspci -s 05:00.0 -n
>> 05:00.0 0200: 8086:10bc (rev 06)
>>
>> # ethtool -i eth0
>> driver: e1000e
>> version: 2.0.0-NAPI
>> firmware-version: 5.10-2
>> bus-info: 0000:05:00.0
>>
>> # ethtool -k eth0
>> Offload parameters for eth0:
>> rx-checksumming: on
>> tx-checksumming: on
>> scatter-gather: on
>> tcp segmentation offload: on
>> udp fragmentation offload: off
>> generic segmentation offload: on
>> generic-receive-offload: on
>>
>> kernel log:
>> -----------
>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>   TDH                  <6c>
>>   TDT                  <81>
>>   next_to_use          <81>
>>   next_to_clean        <6b>
>> buffer_info[next_to_clean]:
>>   time_stamp           <fffc7a23>
>>   next_to_watch        <71>
>>   jiffies              <fffc8c0c>
>>   next_to_watch.status <0>
>> MAC Status             <80387>
>> PHY Status             <792d>
>> PHY 1000BASE-T Status  <3c00>
>> PHY Extended Status    <3000>
>> PCI Status             <10>
>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>   TDH                  <6c>
>>   TDT                  <81>
>>   next_to_use          <81>
>>   next_to_clean        <6b>
>> buffer_info[next_to_clean]:
>>   time_stamp           <fffc7a23>
>>   next_to_watch        <71>
>>   jiffies              <fffc9bac>
>>   next_to_watch.status <0>
>> MAC Status             <80387>
>> PHY Status             <792d>
>> PHY 1000BASE-T Status  <3c00>
>> PHY Extended Status    <3000>
>> PCI Status             <10>
>> ------------[ cut here ]------------
>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer
>> snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr
>> i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage
>> sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded:
>> microcode]
>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>> Trace:
>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>> start_kernel+0x28a/0x340  [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
>> [<c0b070a4>] ? i386_start_kernel+0x64/0xb0 ---[ end trace
>> 5502b55cd4d4e5cb ]--- e1000e 0000:05:00.0: eth0: Reset adapter
>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>>
>> Thanks,
>> Joe
>>
>
>
>--
>Oracle <http://www.oracle.com>
>Joe Jin | Software Development Senior Manager | +8610.6106.5624 ORACLE |
>Linux and Virtualization No. 24 Zhongguancun Software Park, Haidian
>District | 100193 Beijing
>
>
>--
>To unsubscribe from this list: send the line "unsubscribe netdev" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-10 19:02     ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-10 19:02 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>-----Original Message-----
>From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>On Behalf Of Joe Jin
>Sent: Tuesday, July 10, 2012 12:40 AM
>To: Joe Jin
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>When I debug the driver I found before Detected HW hang, driver unable to
>clean and reclaim the resources:
>
>1457         while ((eop_desc->upper.data &
>cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is 0x300
>1458                (count < tx_ring->count)) {
>     <--- snip --->
>1487         }
>
>
>I checked all driver codes I did not found anywhere will set the
>upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?

Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that means HW has processed that descriptor and driver can now clean that descriptor.
With value 0x300 , DD bit is not set. That means HW has not processed that descriptor.

How fast does tx hang reproduce? I suggest you to enable debug code in driver so when tx hang occurs it will dump the HW desc ring info into kernel log.
You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
Once tx hang occurs please send me the full dmesg log.

Does tx hang occur with in-kernel e1000e driver too?

Thanks.

-Tushar


>If OS is 32bit system, what which happen?


>
>Thanks in advance,
>Joe
>
>On 07/09/12 16:51, Joe Jin wrote:
>> Hi list,
>>
>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2,
>> just copy a big file (>500M) from another server will hit it at once.
>>
>> Would you please help on this?
>>
>> device info:
>> # lspci -s 05:00.0
>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>> Ethernet Controller (Copper) (rev 06)
>>
>> # lspci -s 05:00.0 -n
>> 05:00.0 0200: 8086:10bc (rev 06)
>>
>> # ethtool -i eth0
>> driver: e1000e
>> version: 2.0.0-NAPI
>> firmware-version: 5.10-2
>> bus-info: 0000:05:00.0
>>
>> # ethtool -k eth0
>> Offload parameters for eth0:
>> rx-checksumming: on
>> tx-checksumming: on
>> scatter-gather: on
>> tcp segmentation offload: on
>> udp fragmentation offload: off
>> generic segmentation offload: on
>> generic-receive-offload: on
>>
>> kernel log:
>> -----------
>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>   TDH                  <6c>
>>   TDT                  <81>
>>   next_to_use          <81>
>>   next_to_clean        <6b>
>> buffer_info[next_to_clean]:
>>   time_stamp           <fffc7a23>
>>   next_to_watch        <71>
>>   jiffies              <fffc8c0c>
>>   next_to_watch.status <0>
>> MAC Status             <80387>
>> PHY Status             <792d>
>> PHY 1000BASE-T Status  <3c00>
>> PHY Extended Status    <3000>
>> PCI Status             <10>
>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>   TDH                  <6c>
>>   TDT                  <81>
>>   next_to_use          <81>
>>   next_to_clean        <6b>
>> buffer_info[next_to_clean]:
>>   time_stamp           <fffc7a23>
>>   next_to_watch        <71>
>>   jiffies              <fffc9bac>
>>   next_to_watch.status <0>
>> MAC Status             <80387>
>> PHY Status             <792d>
>> PHY 1000BASE-T Status  <3c00>
>> PHY Extended Status    <3000>
>> PCI Status             <10>
>> ------------[ cut here ]------------
>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer
>> snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr
>> i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage
>> sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded:
>> microcode]
>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>> Trace:
>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>> start_kernel+0x28a/0x340  [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
>> [<c0b070a4>] ? i386_start_kernel+0x64/0xb0 ---[ end trace
>> 5502b55cd4d4e5cb ]--- e1000e 0000:05:00.0: eth0: Reset adapter
>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>>
>> Thanks,
>> Joe
>>
>
>
>--
>Oracle <http://www.oracle.com>
>Joe Jin | Software Development Senior Manager | +8610.6106.5624 ORACLE |
>Linux and Virtualization No. 24 Zhongguancun Software Park, Haidian
>District | 100193 Beijing
>
>
>--
>To unsubscribe from this list: send the line "unsubscribe netdev" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-10 19:02     ` Dave, Tushar N
@ 2012-07-10 19:17       ` Dave, Tushar N
  -1 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-10 19:17 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N


>-----Original Message-----
>From: Dave, Tushar N
>Sent: Tuesday, July 10, 2012 12:02 PM
>To: Joe Jin
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Dave, Tushar N
>Subject: RE: 82571EB: Detected Hardware Unit Hang
>
>>-----Original Message-----
>>From: netdev-owner@vger.kernel.org
>>[mailto:netdev-owner@vger.kernel.org]
>>On Behalf Of Joe Jin
>>Sent: Tuesday, July 10, 2012 12:40 AM
>>To: Joe Jin
>>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>kernel@vger.kernel.org
>>Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>>When I debug the driver I found before Detected HW hang, driver unable
>>to clean and reclaim the resources:
>>
>>1457         while ((eop_desc->upper.data &
>>cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is
>0x300
>>1458                (count < tx_ring->count)) {
>>     <--- snip --->
>>1487         }
>>
>>
>>I checked all driver codes I did not found anywhere will set the
>>upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?
>
>Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver
>checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that
>means HW has processed that descriptor and driver can now clean that
>descriptor.
>With value 0x300 , DD bit is not set. That means HW has not processed that
>descriptor.
>
>How fast does tx hang reproduce? I suggest you to enable debug code in
>driver so when tx hang occurs it will dump the HW desc ring info into
>kernel log.
>You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
>Once tx hang occurs please send me the full dmesg log.
>
>Does tx hang occur with in-kernel e1000e driver too?
>
>Thanks.
>
>-Tushar
One change , please use " ethtool -s ethx msglvl 0x2c01" so to keep default 'drv' msglvl enabled.
Confirm the message level set correctly by running command 'ethtool ethx'.
Last few will be

	Current message level: 0x00002c01 (11265)
			       drv tx_done rx_status hw


>
>
>>If OS is 32bit system, what which happen?
>
>
>>
>>Thanks in advance,
>>Joe
>>
>>On 07/09/12 16:51, Joe Jin wrote:
>>> Hi list,
>>>
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270
>>> M2, just copy a big file (>500M) from another server will hit it at
>once.
>>>
>>> Would you please help on this?
>>>
>>> device info:
>>> # lspci -s 05:00.0
>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>>
>>> # lspci -s 05:00.0 -n
>>> 05:00.0 0200: 8086:10bc (rev 06)
>>>
>>> # ethtool -i eth0
>>> driver: e1000e
>>> version: 2.0.0-NAPI
>>> firmware-version: 5.10-2
>>> bus-info: 0000:05:00.0
>>>
>>> # ethtool -k eth0
>>> Offload parameters for eth0:
>>> rx-checksumming: on
>>> tx-checksumming: on
>>> scatter-gather: on
>>> tcp segmentation offload: on
>>> udp fragmentation offload: off
>>> generic segmentation offload: on
>>> generic-receive-offload: on
>>>
>>> kernel log:
>>> -----------
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc8c0c>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc9bac>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> ------------[ cut here ]------------
>>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon
>>> snd_timer snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core
>>> pcspkr i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod
>>> usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last
>unloaded:
>>> microcode]
>>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>>> Trace:
>>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>>> start_kernel+0x28a/0x340  [<c0b074b0>] ?
>>> obsolete_checksetup+0xb0/0xb0 [<c0b070a4>] ?
>>> i386_start_kernel+0x64/0xb0 ---[ end trace 5502b55cd4d4e5cb ]---
>>> e1000e 0000:05:00.0: eth0: Reset adapter
>>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control:
>>> Rx/Tx
>>>
>>> Thanks,
>>> Joe
>>>
>>
>>
>>--
>>Oracle <http://www.oracle.com>
>>Joe Jin | Software Development Senior Manager | +8610.6106.5624 ORACLE
>>| Linux and Virtualization No. 24 Zhongguancun Software Park, Haidian
>>District | 100193 Beijing
>>
>>
>>--
>>To unsubscribe from this list: send the line "unsubscribe netdev" in
>>the body of a message to majordomo@vger.kernel.org More majordomo info
>>at  http://vger.kernel.org/majordomo-info.html

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-10 19:17       ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-10 19:17 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel


>-----Original Message-----
>From: Dave, Tushar N
>Sent: Tuesday, July 10, 2012 12:02 PM
>To: Joe Jin
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Dave, Tushar N
>Subject: RE: 82571EB: Detected Hardware Unit Hang
>
>>-----Original Message-----
>>From: netdev-owner@vger.kernel.org
>>[mailto:netdev-owner@vger.kernel.org]
>>On Behalf Of Joe Jin
>>Sent: Tuesday, July 10, 2012 12:40 AM
>>To: Joe Jin
>>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>kernel@vger.kernel.org
>>Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>>When I debug the driver I found before Detected HW hang, driver unable
>>to clean and reclaim the resources:
>>
>>1457         while ((eop_desc->upper.data &
>>cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is
>0x300
>>1458                (count < tx_ring->count)) {
>>     <--- snip --->
>>1487         }
>>
>>
>>I checked all driver codes I did not found anywhere will set the
>>upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?
>
>Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver
>checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that
>means HW has processed that descriptor and driver can now clean that
>descriptor.
>With value 0x300 , DD bit is not set. That means HW has not processed that
>descriptor.
>
>How fast does tx hang reproduce? I suggest you to enable debug code in
>driver so when tx hang occurs it will dump the HW desc ring info into
>kernel log.
>You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
>Once tx hang occurs please send me the full dmesg log.
>
>Does tx hang occur with in-kernel e1000e driver too?
>
>Thanks.
>
>-Tushar
One change , please use " ethtool -s ethx msglvl 0x2c01" so to keep default 'drv' msglvl enabled.
Confirm the message level set correctly by running command 'ethtool ethx'.
Last few will be

	Current message level: 0x00002c01 (11265)
			       drv tx_done rx_status hw


>
>
>>If OS is 32bit system, what which happen?
>
>
>>
>>Thanks in advance,
>>Joe
>>
>>On 07/09/12 16:51, Joe Jin wrote:
>>> Hi list,
>>>
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270
>>> M2, just copy a big file (>500M) from another server will hit it at
>once.
>>>
>>> Would you please help on this?
>>>
>>> device info:
>>> # lspci -s 05:00.0
>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>>
>>> # lspci -s 05:00.0 -n
>>> 05:00.0 0200: 8086:10bc (rev 06)
>>>
>>> # ethtool -i eth0
>>> driver: e1000e
>>> version: 2.0.0-NAPI
>>> firmware-version: 5.10-2
>>> bus-info: 0000:05:00.0
>>>
>>> # ethtool -k eth0
>>> Offload parameters for eth0:
>>> rx-checksumming: on
>>> tx-checksumming: on
>>> scatter-gather: on
>>> tcp segmentation offload: on
>>> udp fragmentation offload: off
>>> generic segmentation offload: on
>>> generic-receive-offload: on
>>>
>>> kernel log:
>>> -----------
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc8c0c>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc9bac>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> ------------[ cut here ]------------
>>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon
>>> snd_timer snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core
>>> pcspkr i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod
>>> usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last
>unloaded:
>>> microcode]
>>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>>> Trace:
>>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>>> start_kernel+0x28a/0x340  [<c0b074b0>] ?
>>> obsolete_checksetup+0xb0/0xb0 [<c0b070a4>] ?
>>> i386_start_kernel+0x64/0xb0 ---[ end trace 5502b55cd4d4e5cb ]---
>>> e1000e 0000:05:00.0: eth0: Reset adapter
>>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control:
>>> Rx/Tx
>>>
>>> Thanks,
>>> Joe
>>>
>>
>>
>>--
>>Oracle <http://www.oracle.com>
>>Joe Jin | Software Development Senior Manager | +8610.6106.5624 ORACLE
>>| Linux and Virtualization No. 24 Zhongguancun Software Park, Haidian
>>District | 100193 Beijing
>>
>>
>>--
>>To unsubscribe from this list: send the line "unsubscribe netdev" in
>>the body of a message to majordomo@vger.kernel.org More majordomo info
>>at  http://vger.kernel.org/majordomo-info.html

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-10 19:02     ` Dave, Tushar N
@ 2012-07-11  0:34       ` Joe Jin
  -1 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  0:34 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 03:02, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>> On Behalf Of Joe Jin
>> Sent: Tuesday, July 10, 2012 12:40 AM
>> To: Joe Jin
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> When I debug the driver I found before Detected HW hang, driver unable to
>> clean and reclaim the resources:
>>
>> 1457         while ((eop_desc->upper.data &
>> cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is 0x300
>> 1458                (count < tx_ring->count)) {
>>     <--- snip --->
>> 1487         }
>>
>>
>> I checked all driver codes I did not found anywhere will set the
>> upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?
> 
> Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that means HW has processed that descriptor and driver can now clean that descriptor.
> With value 0x300 , DD bit is not set. That means HW has not processed that descriptor.

Thanks for the clarify, might be firmware issue?
> 
> How fast does tx hang reproduce? I suggest you to enable debug code in driver so when tx hang occurs it will dump the HW desc ring info into kernel log.

Once I copy a file from other server, issue to be reproduced at once.
I'll enable the debug to get more debug info.

> You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
> Once tx hang occurs please send me the full dmesg log.
> 
> Does tx hang occur with in-kernel e1000e driver too?

I tried several drivers included rhel5 the latest, Intel the latest,
rhel6 the latest, issue see on all those drivers.

Thanks,
Joe 
> 
> Thanks.
> 
> -Tushar
> 
> 
>> If OS is 32bit system, what which happen?
> 
> 
>>
>> Thanks in advance,
>> Joe
>>
>> On 07/09/12 16:51, Joe Jin wrote:
>>> Hi list,
>>>
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2,
>>> just copy a big file (>500M) from another server will hit it at once.
>>>
>>> Would you please help on this?
>>>
>>> device info:
>>> # lspci -s 05:00.0
>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>>
>>> # lspci -s 05:00.0 -n
>>> 05:00.0 0200: 8086:10bc (rev 06)
>>>
>>> # ethtool -i eth0
>>> driver: e1000e
>>> version: 2.0.0-NAPI
>>> firmware-version: 5.10-2
>>> bus-info: 0000:05:00.0
>>>
>>> # ethtool -k eth0
>>> Offload parameters for eth0:
>>> rx-checksumming: on
>>> tx-checksumming: on
>>> scatter-gather: on
>>> tcp segmentation offload: on
>>> udp fragmentation offload: off
>>> generic segmentation offload: on
>>> generic-receive-offload: on
>>>
>>> kernel log:
>>> -----------
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc8c0c>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc9bac>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> ------------[ cut here ]------------
>>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer
>>> snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr
>>> i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage
>>> sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded:
>>> microcode]
>>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>>> Trace:
>>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>>> start_kernel+0x28a/0x340  [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
>>> [<c0b070a4>] ? i386_start_kernel+0x64/0xb0 ---[ end trace
>>> 5502b55cd4d4e5cb ]--- e1000e 0000:05:00.0: eth0: Reset adapter
>>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>>>
>>> Thanks,
>>> Joe
>>>
>>
>>
>>

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  0:34       ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  0:34 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 03:02, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>> On Behalf Of Joe Jin
>> Sent: Tuesday, July 10, 2012 12:40 AM
>> To: Joe Jin
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> When I debug the driver I found before Detected HW hang, driver unable to
>> clean and reclaim the resources:
>>
>> 1457         while ((eop_desc->upper.data &
>> cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is 0x300
>> 1458                (count < tx_ring->count)) {
>>     <--- snip --->
>> 1487         }
>>
>>
>> I checked all driver codes I did not found anywhere will set the
>> upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by hardware?
> 
> Yes upper.data (part of it is STATUS byte) is set by HW. Basically driver checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set that means HW has processed that descriptor and driver can now clean that descriptor.
> With value 0x300 , DD bit is not set. That means HW has not processed that descriptor.

Thanks for the clarify, might be firmware issue?
> 
> How fast does tx hang reproduce? I suggest you to enable debug code in driver so when tx hang occurs it will dump the HW desc ring info into kernel log.

Once I copy a file from other server, issue to be reproduced at once.
I'll enable the debug to get more debug info.

> You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
> Once tx hang occurs please send me the full dmesg log.
> 
> Does tx hang occur with in-kernel e1000e driver too?

I tried several drivers included rhel5 the latest, Intel the latest,
rhel6 the latest, issue see on all those drivers.

Thanks,
Joe 
> 
> Thanks.
> 
> -Tushar
> 
> 
>> If OS is 32bit system, what which happen?
> 
> 
>>
>> Thanks in advance,
>> Joe
>>
>> On 07/09/12 16:51, Joe Jin wrote:
>>> Hi list,
>>>
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2,
>>> just copy a big file (>500M) from another server will hit it at once.
>>>
>>> Would you please help on this?
>>>
>>> device info:
>>> # lspci -s 05:00.0
>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>>
>>> # lspci -s 05:00.0 -n
>>> 05:00.0 0200: 8086:10bc (rev 06)
>>>
>>> # ethtool -i eth0
>>> driver: e1000e
>>> version: 2.0.0-NAPI
>>> firmware-version: 5.10-2
>>> bus-info: 0000:05:00.0
>>>
>>> # ethtool -k eth0
>>> Offload parameters for eth0:
>>> rx-checksumming: on
>>> tx-checksumming: on
>>> scatter-gather: on
>>> tcp segmentation offload: on
>>> udp fragmentation offload: off
>>> generic segmentation offload: on
>>> generic-receive-offload: on
>>>
>>> kernel log:
>>> -----------
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc8c0c>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>   TDH                  <6c>
>>>   TDT                  <81>
>>>   next_to_use          <81>
>>>   next_to_clean        <6b>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <fffc7a23>
>>>   next_to_watch        <71>
>>>   jiffies              <fffc9bac>
>>>   next_to_watch.status <0>
>>> MAC Status             <80387>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3c00>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>> ------------[ cut here ]------------
>>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon snd_timer
>>> snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core pcspkr
>>> i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core hed
>>> dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod usb_storage
>>> sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last unloaded:
>>> microcode]
>>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>>> Trace:
>>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>>> start_kernel+0x28a/0x340  [<c0b074b0>] ? obsolete_checksetup+0xb0/0xb0
>>> [<c0b070a4>] ? i386_start_kernel+0x64/0xb0 ---[ end trace
>>> 5502b55cd4d4e5cb ]--- e1000e 0000:05:00.0: eth0: Reset adapter
>>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>>>
>>> Thanks,
>>> Joe
>>>
>>
>>
>>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  0:34       ` Joe Jin
  (?)
@ 2012-07-11  1:18       ` Dave, Tushar N
  2012-07-11  1:44           ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  1:18 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N


>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 5:35 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 03:02, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: netdev-owner@vger.kernel.org
>>> [mailto:netdev-owner@vger.kernel.org]
>>> On Behalf Of Joe Jin
>>> Sent: Tuesday, July 10, 2012 12:40 AM
>>> To: Joe Jin
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> When I debug the driver I found before Detected HW hang, driver
>>> unable to clean and reclaim the resources:
>>>
>>> 1457         while ((eop_desc->upper.data &
>>> cpu_to_le32(E1000_TXD_STAT_DD)) &&  <== at here upper.data always is
>0x300
>>> 1458                (count < tx_ring->count)) {
>>>     <--- snip --->
>>> 1487         }
>>>
>>>
>>> I checked all driver codes I did not found anywhere will set the
>>> upper.data with E1000_TXD_STAT_DD, I guess upper.data be set by
>hardware?
>>
>> Yes upper.data (part of it is STATUS byte) is set by HW. Basically
>driver checks E1000_TXD_STAT_DD (Descriptor Done) bit. If this bit is set
>that means HW has processed that descriptor and driver can now clean that
>descriptor.
>> With value 0x300 , DD bit is not set. That means HW has not processed
>that descriptor.
>
>Thanks for the clarify, might be firmware issue?
>>
>> How fast does tx hang reproduce? I suggest you to enable debug code in
>driver so when tx hang occurs it will dump the HW desc ring info into
>kernel log.
>
>Once I copy a file from other server, issue to be reproduced at once.
>I'll enable the debug to get more debug info.
>
>> You can run "ethtool -s ethx msglvl 0x2c00" to enable debug.
>> Once tx hang occurs please send me the full dmesg log.
>>
>> Does tx hang occur with in-kernel e1000e driver too?
>
>I tried several drivers included rhel5 the latest, Intel the latest,
>rhel6 the latest, issue see on all those drivers.

Also after issue occurs please capture lspci -vvv (run as root)

>
>Thanks,
>Joe
>>
>> Thanks.
>>
>> -Tushar
>>
>>
>>> If OS is 32bit system, what which happen?
>>
>>
>>>
>>> Thanks in advance,
>>> Joe
>>>
>>> On 07/09/12 16:51, Joe Jin wrote:
>>>> Hi list,
>>>>
>>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270
>>>> M2, just copy a big file (>500M) from another server will hit it at
>once.
>>>>
>>>> Would you please help on this?
>>>>
>>>> device info:
>>>> # lspci -s 05:00.0
>>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>>> Ethernet Controller (Copper) (rev 06)
>>>>
>>>> # lspci -s 05:00.0 -n
>>>> 05:00.0 0200: 8086:10bc (rev 06)
>>>>
>>>> # ethtool -i eth0
>>>> driver: e1000e
>>>> version: 2.0.0-NAPI
>>>> firmware-version: 5.10-2
>>>> bus-info: 0000:05:00.0
>>>>
>>>> # ethtool -k eth0
>>>> Offload parameters for eth0:
>>>> rx-checksumming: on
>>>> tx-checksumming: on
>>>> scatter-gather: on
>>>> tcp segmentation offload: on
>>>> udp fragmentation offload: off
>>>> generic segmentation offload: on
>>>> generic-receive-offload: on
>>>>
>>>> kernel log:
>>>> -----------
>>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>>   TDH                  <6c>
>>>>   TDT                  <81>
>>>>   next_to_use          <81>
>>>>   next_to_clean        <6b>
>>>> buffer_info[next_to_clean]:
>>>>   time_stamp           <fffc7a23>
>>>>   next_to_watch        <71>
>>>>   jiffies              <fffc8c0c>
>>>>   next_to_watch.status <0>
>>>> MAC Status             <80387>
>>>> PHY Status             <792d>
>>>> PHY 1000BASE-T Status  <3c00>
>>>> PHY Extended Status    <3000>
>>>> PCI Status             <10>
>>>> e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>>>>   TDH                  <6c>
>>>>   TDT                  <81>
>>>>   next_to_use          <81>
>>>>   next_to_clean        <6b>
>>>> buffer_info[next_to_clean]:
>>>>   time_stamp           <fffc7a23>
>>>>   next_to_watch        <71>
>>>>   jiffies              <fffc9bac>
>>>>   next_to_watch.status <0>
>>>> MAC Status             <80387>
>>>> PHY Status             <792d>
>>>> PHY 1000BASE-T Status  <3c00>
>>>> PHY Extended Status    <3000>
>>>> PCI Status             <10>
>>>> ------------[ cut here ]------------
>>>> WARNING: at net/sched/sch_generic.c:255 dev_watchdog+0x225/0x230()
>>>> Hardware name: SUN FIRE X2270 M2 NETDEV WATCHDOG: eth0 (e1000e):
>>>> transmit queue 0 timed out Modules linked in: autofs4 hidp rfcomm
>>>> bluetooth rfkill lockd sunrpc cpufreq_ondemand acpi_cpufreq mperf
>>>> be2iscsi iscsi_boot_sysfs ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad
>>>> ib_core ib_addr iscsi_tcp bnx2i cnic uio ipv6 cxgb3i libcxgbi cxgb3
>>>> mdio libiscsi_tcp libiscsi scsi_transport_iscsi video sbs sbshc
>>>> acpi_pad acpi_ipmi ipmi_msghandler parport_pc lp parport e1000e(U)
>>>> snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device
>>>> igb snd_pcm_oss serio_raw snd_mixer_oss snd_pcm tpm_infineon
>>>> snd_timer snd soundcore snd_page_alloc i2c_i801 iTCO_wdt i2c_core
>>>> pcspkr i7core_edac iTCO_vendor_support ioatdma ghes dca edac_core
>>>> hed dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod
>>>> usb_storage sd_mod crc_t10dif sg ahci libahci ext3 jbd mbcache [last
>unloaded:
>>>> microcode]
>>>> Pid: 0, comm: swapper Not tainted 2.6.39-200.24.1.el5uek #1 Call
>>>> Trace:
>>>>  [<c07d9ac5>] ? dev_watchdog+0x225/0x230  [<c045ba61>]
>>>> warn_slowpath_common+0x81/0xa0  [<c07d9ac5>] ?
>>>> dev_watchdog+0x225/0x230  [<c045bb23>] warn_slowpath_fmt+0x33/0x40
>>>> [<c07d9ac5>] dev_watchdog+0x225/0x230  [<c07d98a0>] ?
>>>> dev_activate+0xb0/0xb0  [<c0468e82>] call_timer_fn+0x32/0xf0
>>>> [<c04bceb0>] ? rcu_check_callbacks+0x80/0x80  [<c046a76d>]
>>>> run_timer_softirq+0xed/0x1b0  [<c07d98a0>] ? dev_activate+0xb0/0xb0
>>>> [<c0461a81>] __do_softirq+0x91/0x1a0  [<c04619f0>] ?
>>>> local_bh_enable+0x80/0x80  <IRQ>  [<c0462295>] ? irq_exit+0x95/0xa0
>>>> [<c087f8b8>] ? smp_apic_timer_interrupt+0x38/0x42
>>>>  [<c08784f5>] ? apic_timer_interrupt+0x31/0x38  [<c046007b>] ?
>>>> do_exit+0x11b/0x370  [<c065eae4>] ? intel_idle+0xa4/0x100
>>>> [<c078d9b9>] ? cpuidle_idle_call+0xb9/0x1e0  [<c0411d77>] ?
>>>> cpu_idle+0x97/0xd0  [<c085cbbd>] ? rest_init+0x5d/0x70  [<c0b07a7a>] ?
>>>> start_kernel+0x28a/0x340  [<c0b074b0>] ?
>>>> obsolete_checksetup+0xb0/0xb0 [<c0b070a4>] ?
>>>> i386_start_kernel+0x64/0xb0 ---[ end trace 5502b55cd4d4e5cb ]---
>>>> e1000e 0000:05:00.0: eth0: Reset adapter
>>>> e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control:
>>>> Rx/Tx
>>>>
>>>> Thanks,
>>>> Joe
>>>>
>>>
>>>
>>>

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  1:18       ` Dave, Tushar N
@ 2012-07-11  1:44           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  1:44 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 09:18, Dave, Tushar N wrote:
>> >I tried several drivers included rhel5 the latest, Intel the latest,
>> >rhel6 the latest, issue see on all those drivers.
> Also after issue occurs please capture lspci -vvv (run as root)
> 

# lspci -s 05:00.0 -vvv
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 409e
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


Full kernel log with after enable debug.

e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-NAPI
e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
e1000e 0000:05:00.0: Disabling ASPM  L1
e1000e 0000:05:00.0: PCI INT B -> GSI 38 (level, low) -> IRQ 38
e1000e 0000:05:00.0: setting latency timer to 64
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9d
e1000e 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.0: eth0: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.1: Disabling ASPM  L1
e1000e 0000:05:00.1: PCI INT A -> GSI 39 (level, low) -> IRQ 39
e1000e 0000:05:00.1: setting latency timer to 64
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9c
e1000e 0000:05:00.1: eth1: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.1: eth1: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.0: Disabling ASPM  L1
e1000e 0000:04:00.0: PCI INT B -> GSI 37 (level, low) -> IRQ 37
e1000e 0000:04:00.0: setting latency timer to 64
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: eth2: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9f
e1000e 0000:04:00.0: eth2: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.0: eth2: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.1: Disabling ASPM  L1
e1000e 0000:04:00.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
e1000e 0000:04:00.1: setting latency timer to 64
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: eth3: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9e
e1000e 0000:04:00.1: eth3: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.1: eth3: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth2: link is not ready
e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
eth0: no IPv6 routers present
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth3: link is not ready
e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
eth1: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth4: link is not ready
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
eth2: no IPv6 routers present
eth3: no IPv6 routers present
eth4: no IPv6 routers present
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <62>
  TDT                  <74>
  next_to_use          <74>
  next_to_clean        <61>
buffer_info[next_to_clean]:
  time_stamp           <1034c1c86>
  next_to_watch        <65>
  jiffies              <1034c2c38>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <62>
  TDT                  <74>
  next_to_use          <74>
  next_to_clean        <61>
buffer_info[next_to_clean]:
  time_stamp           <1034c1c86>
  next_to_watch        <65>
  jiffies              <1034c3bd8>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 00000001034C28A7 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000000
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             000000b8
e1000e: RDT             000000b0
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            00000c04
e1000e: RDFT            00000c04
e1000e: RDFHS           00000c04
e1000e: RDFTS           00000c04
e1000e: RDFPC           00000000
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000062
e1000e: TDT             00000074
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001404
e1000e: TDFT            0000140c
e1000e: TDFHS           00001404
e1000e: TDFTS           00001404
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0    74    61 0000000000000000 0000  65 00000001034C1C86
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tl[0x000]    0000000623890002 000000008B00005A 0000000000000000 005A    0 0000000000000000 (null)
e1000e: Tl[0x001]    0000000623B66402 000000008B00004E 0000000000000000 004E    1 0000000000000000 (null)
e1000e: Tl[0x002]    0000000C23A6C002 000000008B00002A 0000000000000000 002A    2 0000000000000000 (null)
e1000e: Tl[0x003]    000000061E6DBC02 000000008B000046 0000000000000000 0046    3 0000000000000000 (null)
e1000e: Tl[0x004]    000000061D9A0802 000000008B00006E 0000000000000000 006E    4 0000000000000000 (null)
e1000e: Tl[0x005]    000000062080040A 000000008B0000B9 0000000000000000 00B9    5 0000000000000000 (null)
e1000e: Tl[0x006]    000000062334740A 000000008B00017C 0000000000000000 017C    6 0000000000000000 (null)
e1000e: Tl[0x007]    000000062246200A 000000008B00017C 0000000000000000 017C    7 0000000000000000 (null)
e1000e: Tl[0x008]    000000061D91C402 000000008B00002A 0000000000000000 002A    8 0000000000000000 (null)
e1000e: Tl[0x009]    0000000C12130802 000000008B000036 0000000000000000 0036    9 0000000000000000 (null)
e1000e: Tc[0x00A]    0000282200000000 0000000020000000 0000000000000000 0000    B 0000000000000000 (null)
e1000e: Td[0x00B]    0000000C23CC6402 00000000AB1000A5 0000000000000000 00A5    B 0000000000000000 (null)
e1000e: Tl[0x00C]    0000000C23CCBC0A 000000008B00017C 0000000000000000 017C    C 0000000000000000 (null)
e1000e: Tc[0x00D]    0000282200000000 0000000020000000 0000000000000000 0000    E 0000000000000000 (null)
e1000e: Td[0x00E]    0000000C1AA49002 00000000AB10012F 0000000000000000 012F    E 0000000000000000 (null)
e1000e: Tl[0x00F]    000000061E6DBC0A 000000008B00016A 0000000000000000 016A    F 0000000000000000 (null)
e1000e: Tc[0x010]    0000282200000000 0000000020000000 0000000000000000 0000   11 0000000000000000 (null)
e1000e: Td[0x011]    000000062391C802 00000000AB10012F 0000000000000000 012F   11 0000000000000000 (null)
e1000e: Tc[0x012]    0000282200000000 0000000020000000 0000000000000000 0000   13 0000000000000000 (null)
e1000e: Td[0x013]    000000061E6DBC02 00000000AB10012F 0000000000000000 012F   13 0000000000000000 (null)
e1000e: Tl[0x014]    0000000623B6640A 000000008B0000B9 0000000000000000 00B9   14 0000000000000000 (null)
e1000e: Tc[0x015]    0000282200000000 0000000020000000 0000000000000000 0000   16 0000000000000000 (null)
e1000e: Td[0x016]    0000000623B66802 00000000AB10011D 0000000000000000 011D   16 0000000000000000 (null)
e1000e: Tc[0x017]    0000282200000000 0000000020000000 0000000000000000 0000   18 0000000000000000 (null)
e1000e: Td[0x018]    0000000623B66802 00000000AB1000A5 0000000000000000 00A5   18 0000000000000000 (null)
e1000e: Tl[0x019]    0000000623B6640A 000000008B00016A 0000000000000000 016A   19 0000000000000000 (null)
e1000e: Tc[0x01A]    0000282200000000 0000000020000000 0000000000000000 0000   1B 0000000000000000 (null)
e1000e: Td[0x01B]    000000061E6DBC02 00000000AB10011D 0000000000000000 011D   1B 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000C23C68C02 000000008B00002A 0000000000000000 002A   1C 0000000000000000 (null)
e1000e: Tl[0x01D]    000000061E6DBC0A 000000008B00012E 0000000000000000 012E   1D 0000000000000000 (null)
e1000e: Tl[0x01E]    00000006238DE002 000000008B00005A 0000000000000000 005A   1E 0000000000000000 (null)
e1000e: Tc[0x01F]    0000282200000000 0000000020000000 0000000000000000 0000   20 0000000000000000 (null)
e1000e: Td[0x020]    00000006226FD802 00000000AB10010E 0000000000000000 010E   20 0000000000000000 (null)
e1000e: Tl[0x021]    000000062246200A 000000008B00016A 0000000000000000 016A   21 0000000000000000 (null)
e1000e: Tl[0x022]    00000006226FD802 000000008B000046 0000000000000000 0046   22 0000000000000000 (null)
e1000e: Tc[0x023]    0000282200000000 0000000020000000 0000000000000000 0000   24 0000000000000000 (null)
e1000e: Td[0x024]    0000000623B66802 00000000AB10011D 0000000000000000 011D   24 0000000000000000 (null)
e1000e: Tl[0x025]    00000006226FD80A 000000008B000095 0000000000000000 0095   25 0000000000000000 (null)
e1000e: Tc[0x026]    0000282200000000 0000000020000000 0000000000000000 0000   27 0000000000000000 (null)
e1000e: Td[0x027]    000000061DB85802 00000000AB100075 0000000000000000 0075   27 0000000000000000 (null)
e1000e: Tl[0x028]    0000000C1D85A802 000000008B000036 0000000000000000 0036   28 0000000000000000 (null)
e1000e: Tl[0x029]    00000006226FD802 000000008B00002A 0000000000000000 002A   29 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000623B66802 000000008B000046 0000000000000000 0046   2A 0000000000000000 (null)
e1000e: Tl[0x02B]    000000062342A80A 000000008B000095 0000000000000000 0095   2B 0000000000000000 (null)
e1000e: Tc[0x02C]    0000282200000000 0000000020000000 0000000000000000 0000   2D 0000000000000000 (null)
e1000e: Td[0x02D]    000000062363E802 00000000AB100075 0000000000000000 0075   2D 0000000000000000 (null)
e1000e: Tl[0x02E]    00000006227E6C0A 000000008B000095 0000000000000000 0095   2E 0000000000000000 (null)
e1000e: Tl[0x02F]    00000006227E6402 000000008B00002A 0000000000000000 002A   2F 0000000000000000 (null)
e1000e: Tc[0x030]    0000282200000000 0000000020000000 0000000000000000 0000   31 0000000000000000 (null)
e1000e: Td[0x031]    0000000623B7C002 00000000AB10005C 0000000000000000 005C   31 0000000000000000 (null)
e1000e: Tl[0x032]    0000000623BAD40A 000000008B000095 0000000000000000 0095   32 0000000000000000 (null)
e1000e: Tc[0x033]    0000282200000000 0000000020000000 0000000000000000 0000   34 0000000000000000 (null)
e1000e: Td[0x034]    000000061E7C6C02 00000000AB100065 0000000000000000 0065   34 0000000000000000 (null)
e1000e: Tl[0x035]    0000000623B7C00A 000000008B000095 0000000000000000 0095   35 0000000000000000 (null)
e1000e: Tl[0x036]    000000061D957002 000000008B00002A 0000000000000000 002A   36 0000000000000000 (null)
e1000e: Tc[0x037]    0000282200000000 0000000020000000 0000000000000000 0000   38 0000000000000000 (null)
e1000e: Td[0x038]    0000000622625802 00000000AB100075 0000000000000000 0075   38 0000000000000000 (null)
e1000e: Tl[0x039]    000000061E6E1C0A 000000008B000095 0000000000000000 0095   39 0000000000000000 (null)
e1000e: Tl[0x03A]    000000062371ACEE 000000008B000042 0000000000000000 0042   3A 0000000000000000 (null)
e1000e: Tl[0x03B]    000000062392E002 000000008B00002A 0000000000000000 002A   3B 0000000000000000 (null)
e1000e: Tc[0x03C]    0000322200000000 0000000021000000 0000000000000000 0000   3E 0000000000000000 (null)
e1000e: Td[0x03D]    0000000C23B4310A 0000000022100036 0000000000000000 0036   3D 0000000000000000 (null)
e1000e: Td[0x03E]    0000000C201E7000 00000000AB100014 0000000000000000 0014   3E 0000000000000000 (null)
e1000e: Tl[0x03F]    000000062371ACFA 000000008B000036 0000000000000000 0036   3F 0000000000000000 (null)
e1000e: Tc[0x040]    0000322200000000 0000000021000000 0000000000000000 0000   42 0000000000000000 (null)
e1000e: Td[0x041]    0000000C23F3D10A 0000000022100036 0000000000000000 0036   41 0000000000000000 (null)
e1000e: Td[0x042]    0000000C201E7014 00000000AB1002C0 0000000000000000 02C0   42 0000000000000000 (null)
e1000e: Tl[0x043]    00000006233BC8FA 000000008B000036 0000000000000000 0036   43 0000000000000000 (null)
e1000e: Tl[0x044]    00000006226FD8FA 000000008B000036 0000000000000000 0036   44 0000000000000000 (null)
e1000e: Tc[0x045]    0000322200000000 0000000021000000 0000000000000000 0000   47 0000000000000000 (null)
e1000e: Td[0x046]    000000062094750A 0000000022100036 0000000000000000 0036   46 0000000000000000 (null)
e1000e: Td[0x047]    0000000C201E72D4 00000000AB100118 0000000000000000 0118   47 0000000000000000 (null)
e1000e: Tc[0x048]    0000322200000000 0000000021000000 0000000000000000 0000   4A 0000000000000000 (null)
e1000e: Td[0x049]    000000062094750A 0000000022100036 0000000000000000 0036   49 0000000000000000 (null)
e1000e: Td[0x04A]    0000000C201E73EC 00000000AB100350 0000000000000000 0350   4A 0000000000000000 (null)
e1000e: Tl[0x04B]    00000006226FD8FA 000000008B000036 0000000000000000 0036   4B 0000000000000000 (null)
e1000e: Tl[0x04C]    00000006233BC8FA 000000008B000036 0000000000000000 0036   4C 0000000000000000 (null)
e1000e: Tc[0x04D]    0000322200000000 0000000021000000 0000000000000000 0000   4F 0000000000000000 (null)
e1000e: Td[0x04E]    00000006226FDD0A 0000000022100036 0000000000000000 0036   4E 0000000000000000 (null)
e1000e: Td[0x04F]    0000000C201E773C 00000000AB100030 0000000000000000 0030   4F 0000000000000000 (null)
e1000e: Tc[0x050]    0000322200000000 0000000021000000 0000000000000000 0000   52 0000000000000000 (null)
e1000e: Td[0x051]    00000006247AA10A 0000000022100036 0000000000000000 0036   51 0000000000000000 (null)
e1000e: Td[0x052]    0000000C201E776C 00000000AB100050 0000000000000000 0050   52 0000000000000000 (null)
e1000e: Tc[0x053]    0000322200000000 0000000021000000 0000000000000000 0000   55 0000000000000000 (null)
e1000e: Td[0x054]    00000006226FDD0A 0000000022100036 0000000000000000 0036   54 0000000000000000 (null)
e1000e: Td[0x055]    0000000C201E77BC 00000000AB100020 0000000000000000 0020   55 0000000000000000 (null)
e1000e: Tl[0x056]    000000062342A8FA 000000008B000036 0000000000000000 0036   56 0000000000000000 (null)
e1000e: Tc[0x057]    0000322200000000 0000000021000000 0000000000000000 0000   59 0000000000000000 (null)
e1000e: Td[0x058]    00000006247AAD0A 0000000022100036 0000000000000000 0036   58 0000000000000000 (null)
e1000e: Td[0x059]    0000000C201E77DC 00000000AB100030 0000000000000000 0030   59 0000000000000000 (null)
e1000e: Tl[0x05A]    00000006247AACFA 000000008B000036 0000000000000000 0036   5A 0000000000000000 (null)
e1000e: Tc[0x05B]    0000322200000000 0000000021000000 0000000000000000 0000   5D 0000000000000000 (null)
e1000e: Td[0x05C]    000000062342A90A 0000000022100036 0000000000000000 0036   5C 0000000000000000 (null)
e1000e: Td[0x05D]    0000000C201E780C 00000000AB100030 0000000000000000 0030   5D 0000000000000000 (null)
e1000e: Tc[0x05E]    0000322200000000 0000000021000000 0000000000000000 0000   60 0000000000000000 (null)
e1000e: Td[0x05F]    00000006226FDD0A 0000000022100036 0000000000000000 0036   5F 0000000000000000 (null)
e1000e: Td[0x060]    0000000C201E783C 00000000AB100040 0000000000000000 0040   60 0000000000000000 (null)
e1000e: Tc[0x061]    000032220021180E 05B4360027001C84 0000000000000000 0000   65 00000001034C1C86 (null) NTC
e1000e: Td[0x062]    00000006227E610A 000003002610003A 00000006227E610A 003A   62 00000001034C1C86 (null)
e1000e: Td[0x063]    0000000C201E7880 0000030026100780 0000000C201E7880 0780   63 00000001034C1C86 (null)
e1000e: Td[0x064]    0000000620BCE000 0000030026101000 0000000620BCE000 1000   64 00000001034C1C86 (null)
e1000e: Td[0x065]    000000062407A000 00000300AF100500 000000062407A000 0500   65 00000001034C1C86 ffff88062268bb70
e1000e: Tc[0x066]    0000322200000000 0000000021000000 0000000000000000 0000   68 00000001034C1D55 (null)
e1000e: Td[0x067]    00000006226FDD0A 0000020022100036 00000006226FDD0A 0036   67 00000001034C1D55 (null)
e1000e: Td[0x068]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   68 00000001034C1D55 ffff88061e46c3c0
e1000e: Tc[0x069]    0000322200000000 0000000021000000 0000000000000000 0000   6B 00000001034C1EF3 (null)
e1000e: Td[0x06A]    0000000623A21D0A 0000020022100036 0000000623A21D0A 0036   6A 00000001034C1EF3 (null)
e1000e: Td[0x06B]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   6B 00000001034C1EF3 ffff88061e46c8c0
e1000e: Tl[0x06C]    0000000623A214EE 000000008B000042 0000000623A214EE 0042   6C 00000001034C2016 ffff88061e46c9c0
e1000e: Tc[0x06D]    0000322200000000 0000000021000000 0000000000000000 0000   6F 00000001034C222F (null)
e1000e: Td[0x06E]    0000000623347D0A 0000020022100036 0000000623347D0A 0036   6E 00000001034C222F (null)
e1000e: Td[0x06F]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   6F 00000001034C222F ffff880623894680
e1000e: Tl[0x070]    000000061E4820EE 000000008B000042 000000061E4820EE 0042   70 00000001034C273C ffff88061e46cec0
e1000e: Tc[0x071]    0000322200000000 0000000021000000 0000000000000000 0000   73 00000001034C28A7 (null)
e1000e: Td[0x072]    0000000620B9E50A 0000020022100036 0000000620B9E50A 0036   72 00000001034C28A7 (null)
e1000e: Td[0x073]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   73 00000001034C28A7 ffff88061e46cdc0
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    B7    B8
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000C1AF66040 0000005C00020000 0000000C1AF66040 ffff880c238b16c0
e1000e: R  [0x001]     0000000C2364B040 0000005C00020000 0000000C2364B040 ffff880c238b12c0
e1000e: R  [0x002]     000000062275F040 0000005C00020000 000000062275F040 ffff88061e5dc4c0
e1000e: R  [0x003]     0000000C1E152040 0000005C00020000 0000000C1E152040 ffff880c238b19c0
e1000e: R  [0x004]     0000000C1A9E1040 0000003C00000000 0000000C1A9E1040 ffff880c21e4f9c0
e1000e: R  [0x005]     0000000C1AB2E040 0000003C00000000 0000000C1AB2E040 ffff880c21e4f0c0
e1000e: R  [0x006]     000000061E777040 0000003C00000000 000000061E777040 ffff880623722280
e1000e: R  [0x007]     0000000C1DBCB040 0000003C00000000 0000000C1DBCB040 ffff880c21e4f8c0
e1000e: R  [0x008]     0000000620917040 0000003C00000000 0000000620917040 ffff88061d8f95c0
e1000e: R  [0x009]     0000000C21F4E040 0000003C00000000 0000000C21F4E040 ffff880c21e4f4c0
e1000e: R  [0x00A]     0000000C211EE040 0000003C00000000 0000000C211EE040 ffff880c21e4f7c0
e1000e: R  [0x00B]     000000061DB3F040 0000003C00000000 000000061DB3F040 ffff8806230b4880
e1000e: R  [0x00C]     0000000C1216D040 0000003C00000000 0000000C1216D040 ffff880c21e4f1c0
e1000e: R  [0x00D]     0000000C2361E040 0000003C00000000 0000000C2361E040 ffff880c21e4fac0
e1000e: R  [0x00E]     00000006209B4040 0000003C00000000 00000006209B4040 ffff88061d8d6380
e1000e: R  [0x00F]     000000061D938040 0000003C00000000 000000061D938040 ffff8806224bbd80
e1000e: R  [0x010]     000000062388A040 0000003C00000000 000000062388A040 ffff880622578480
e1000e: R  [0x011]     0000000C23CAA040 0000003C00000000 0000000C23CAA040 ffff880c21e4f5c0
e1000e: R  [0x012]     0000000617D61040 0000003C00000000 0000000617D61040 ffff8806224d2280
e1000e: R  [0x013]     0000000C20055040 0000003C00000000 0000000C20055040 ffff880c121257c0
e1000e: R  [0x014]     0000000C239A8040 0000003C00000000 0000000C239A8040 ffff880c12125ac0
e1000e: R  [0x015]     0000000C1AF39040 0000003C00000000 0000000C1AF39040 ffff880c121253c0
e1000e: R  [0x016]     0000000C20054040 0000003C00000000 0000000C20054040 ffff880c121258c0
e1000e: R  [0x017]     0000000C2388D040 0000003C00000000 0000000C2388D040 ffff880c121256c0
e1000e: R  [0x018]     0000000C1AA09040 0000003C00000000 0000000C1AA09040 ffff880c12125dc0
e1000e: R  [0x019]     000000061DBBA040 0000003C00000000 000000061DBBA040 ffff88061e614880
e1000e: R  [0x01A]     0000000C213FF040 0000003C00000000 0000000C213FF040 ffff880c121252c0
e1000e: R  [0x01B]     0000000C1E154040 0000003C00000000 0000000C1E154040 ffff880c12125ec0
e1000e: R  [0x01C]     0000000C2395B040 0000003C00000000 0000000C2395B040 ffff880c121254c0
e1000e: R  [0x01D]     000000061C417040 0000003C00000000 000000061C417040 ffff88061d8d6480
e1000e: R  [0x01E]     0000000C1AB6B040 0000003C00000000 0000000C1AB6B040 ffff880c121250c0
e1000e: R  [0x01F]     0000000C1ABB4040 0000003C00000000 0000000C1ABB4040 ffff880c121259c0
e1000e: R  [0x020]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224bbb80
e1000e: R  [0x021]     0000000C2438A040 0000003C00000000 0000000C2438A040 ffff880c1ab21a80
e1000e: R  [0x022]     0000000C1D89E040 0000003C00000000 0000000C1D89E040 ffff880c1ab21880
e1000e: R  [0x023]     0000000C24394040 0000003C00000000 0000000C24394040 ffff880c1ab21280
e1000e: R  [0x024]     0000000C1F6DE040 0000003C00000000 0000000C1F6DE040 ffff880c1ab21180
e1000e: R  [0x025]     0000000622599040 0000010300020000 0000000622599040 ffff88062345eec0
e1000e: R  [0x026]     0000000623997040 0000010300020000 0000000623997040 ffff8806230560c0
e1000e: R  [0x027]     00000006187F9040 0000010300020000 00000006187F9040 ffff8806187f8e80
e1000e: R  [0x028]     0000000617C20040 0000010300020000 0000000617C20040 ffff88061db371c0
e1000e: R  [0x029]     0000000C1AA2B040 0000005C00020000 0000000C1AA2B040 ffff880c238b14c0
e1000e: R  [0x02A]     0000000C12077040 0000005C00020000 0000000C12077040 ffff880c238b10c0
e1000e: R  [0x02B]     0000000C1202F040 0000005C00020000 0000000C1202F040 ffff880c238b15c0
e1000e: R  [0x02C]     0000000C1AB72040 0000005C00020000 0000000C1AB72040 ffff880c238b1ec0
e1000e: R  [0x02D]     000000061A2C6040 0000003C00000000 000000061A2C6040 ffff88061db40880
e1000e: R  [0x02E]     000000061E442040 0000003C00000000 000000061E442040 ffff8806230b4c80
e1000e: R  [0x02F]     0000000C239E4040 0000003C00000000 0000000C239E4040 ffff880c238b18c0
e1000e: R  [0x030]     0000000C239E5040 0000003C00000000 0000000C239E5040 ffff880c1aa838c0
e1000e: R  [0x031]     0000000622752040 0000003C00000000 0000000622752040 ffff8806224bb580
e1000e: R  [0x032]     0000000C1AB01040 0000003C00000000 0000000C1AB01040 ffff880c1aa83ac0
e1000e: R  [0x033]     0000000C1E265040 0000003C00000000 0000000C1E265040 ffff880c1aa83dc0
e1000e: R  [0x034]     000000061E63F040 0000003C00000000 000000061E63F040 ffff88061e63eec0
e1000e: R  [0x035]     0000000C1AB00040 0000003C00000000 0000000C1AB00040 ffff880c1aa837c0
e1000e: R  [0x036]     0000000C23EE4040 0000003C00000000 0000000C23EE4040 ffff880c1aa831c0
e1000e: R  [0x037]     0000000623446040 0000003C00000000 0000000623446040 ffff88061c6b6680
e1000e: R  [0x038]     000000061D9AA040 0000005600050000 000000061D9AA040 ffff88061db40580
e1000e: R  [0x039]     0000000C1E272040 0000005600050000 0000000C1E272040 ffff880c1aa836c0
e1000e: R  [0x03A]     000000062365F040 0000005600050000 000000062365F040 ffff880623056cc0
e1000e: R  [0x03B]     0000000C210D4040 0000005600050000 0000000C210D4040 ffff880c1aa834c0
e1000e: R  [0x03C]     0000000C23C9A040 0000005600050000 0000000C23C9A040 ffff880c1aa833c0
e1000e: R  [0x03D]     0000000C21CDD040 0000005600050000 0000000C21CDD040 ffff880c1f4d7e80
e1000e: R  [0x03E]     0000000C21CDC040 0000005600050000 0000000C21CDC040 ffff880c1f4d7d80
e1000e: R  [0x03F]     0000000C1AA19040 0000005600050000 0000000C1AA19040 ffff880c1f4d7c80
e1000e: R  [0x040]     0000000C1AA18040 0000005600050000 0000000C1AA18040 ffff880c1f4d7b80
e1000e: R  [0x041]     0000000622707040 0000005600050000 0000000622707040 ffff8806238318c0
e1000e: R  [0x042]     00000006208E2040 0000005600050000 00000006208E2040 ffff8806239b15c0
e1000e: R  [0x043]     0000000C21387040 0000005600050000 0000000C21387040 ffff880c1f4d7880
e1000e: R  [0x044]     0000000C2128B040 0000005600050000 0000000C2128B040 ffff880c1f4d7780
e1000e: R  [0x045]     0000000C20820040 0000005600050000 0000000C20820040 ffff880c1f4d7680
e1000e: R  [0x046]     0000000C1AB8F040 0000005600050000 0000000C1AB8F040 ffff880c1f4d7580
e1000e: R  [0x047]     0000000C23EE5040 0000005600050000 0000000C23EE5040 ffff880c1f4d7480
e1000e: R  [0x048]     0000000C1E273040 0000003C00000000 0000000C1E273040 ffff880c1f4d7380
e1000e: R  [0x049]     0000000C1DB5E040 0000003C00000000 0000000C1DB5E040 ffff880c1f4d7280
e1000e: R  [0x04A]     0000000C24D54040 0000003C00000000 0000000C24D54040 ffff880c1f4d7180
e1000e: R  [0x04B]     00000006224D9040 0000003C00000000 00000006224D9040 ffff880623831bc0
e1000e: R  [0x04C]     0000000C1E1C5040 0000003C00000000 0000000C1E1C5040 ffff880c20113ec0
e1000e: R  [0x04D]     0000000C1AA52040 0000003C00000000 0000000C1AA52040 ffff880c20113dc0
e1000e: R  [0x04E]     0000000C1A885040 0000003C00000000 0000000C1A885040 ffff880c20113cc0
e1000e: R  [0x04F]     0000000C20094040 0000003C00000000 0000000C20094040 ffff880c20113bc0
e1000e: R  [0x050]     0000000C20BA1040 0000003C00000000 0000000C20BA1040 ffff880c20113ac0
e1000e: R  [0x051]     0000000C210FB040 0000003C00000000 0000000C210FB040 ffff880c201139c0
e1000e: R  [0x052]     0000000C23C75040 0000003C00000000 0000000C23C75040 ffff880c201138c0
e1000e: R  [0x053]     0000000C23C97040 0000003C00000000 0000000C23C97040 ffff880c201137c0
e1000e: R  [0x054]     0000000C121EA040 0000005C00020000 0000000C121EA040 ffff880c201136c0
e1000e: R  [0x055]     0000000C121D7040 0000005C00020000 0000000C121D7040 ffff880c201135c0
e1000e: R  [0x056]     00000006227DD040 0000005C00020000 00000006227DD040 ffff88062362d1c0
e1000e: R  [0x057]     0000000C12154040 0000005C00020000 0000000C12154040 ffff880c201133c0
e1000e: R  [0x058]     00000006239A4040 0000003C00000000 00000006239A4040 ffff88061d8d6080
e1000e: R  [0x059]     0000000622430040 0000003C00000000 0000000622430040 ffff88061e5dcdc0
e1000e: R  [0x05A]     0000000623B1A040 0000003C00000000 0000000623B1A040 ffff880620b6eec0
e1000e: R  [0x05B]     000000061E400040 0000003C00000000 000000061E400040 ffff880623884b80
e1000e: R  [0x05C]     0000000C201A9040 0000003C00000000 0000000C201A9040 ffff880c1e0f2d80
e1000e: R  [0x05D]     0000000C23AB5040 0000003C00000000 0000000C23AB5040 ffff880c1e0f2c80
e1000e: R  [0x05E]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061d8d6580
e1000e: R  [0x05F]     00000006230F3040 0000003C00000000 00000006230F3040 ffff880620b6eac0
e1000e: R  [0x060]     0000000C20B3A040 0000003C00000000 0000000C20B3A040 ffff880c1e0f2980
e1000e: R  [0x061]     0000000C20B3B040 0000003C00000000 0000000C20B3B040 ffff880c1e0f2880
e1000e: R  [0x062]     0000000C12174040 0000003C00000000 0000000C12174040 ffff880c1e0f2780
e1000e: R  [0x063]     0000000C12175040 0000003C00000000 0000000C12175040 ffff880c1e0f2680
e1000e: R  [0x064]     0000000C1E110040 0000003C00000000 0000000C1E110040 ffff880c1e0f2580
e1000e: R  [0x065]     0000000C1E111040 0000003C00000000 0000000C1E111040 ffff880c1e0f2480
e1000e: R  [0x066]     0000000C1DA5A040 0000003C00000000 0000000C1DA5A040 ffff880c1e0f2380
e1000e: R  [0x067]     000000061E5BC040 0000005600050000 000000061E5BC040 ffff880620b6e5c0
e1000e: R  [0x068]     000000061E46E040 0000005600050000 000000061E46E040 ffff88061c6b6b80
e1000e: R  [0x069]     0000000C1ABD9040 0000005600050000 0000000C1ABD9040 ffff880c1e0f2080
e1000e: R  [0x06A]     000000061D8D4040 0000005600050000 000000061D8D4040 ffff88061c6b6e80
e1000e: R  [0x06B]     0000000C120DA040 0000003C00000000 0000000C120DA040 ffff880c23d52dc0
e1000e: R  [0x06C]     0000000C120DB040 0000003C00000000 0000000C120DB040 ffff880c23d52cc0
e1000e: R  [0x06D]     0000000623478040 0000003C00000000 0000000623478040 ffff8806237a2e80
e1000e: R  [0x06E]     0000000C2357F040 0000003C00000000 0000000C2357F040 ffff880c23d52ac0
e1000e: R  [0x06F]     0000000C21244040 0000003C00000000 0000000C21244040 ffff880c23d529c0
e1000e: R  [0x070]     000000061DB1B040 0000005C00020000 000000061DB1B040 ffff880620b6e7c0
e1000e: R  [0x071]     0000000623AFD040 0000005C00020000 0000000623AFD040 ffff88062405b080
e1000e: R  [0x072]     000000061E5C0040 0000005C00020000 000000061E5C0040 ffff88061c6b6d80
e1000e: R  [0x073]     0000000C1213E040 0000005C00020000 0000000C1213E040 ffff880c23d525c0
e1000e: R  [0x074]     000000061DAC5040 0000009D00020000 000000061DAC5040 ffff880617cfab80
e1000e: R  [0x075]     0000000C1E01E040 0000003C00000000 0000000C1E01E040 ffff880c23d523c0
e1000e: R  [0x076]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880623722480
e1000e: R  [0x077]     00000006224BA040 0000003C00000000 00000006224BA040 ffff88061e415280
e1000e: R  [0x078]     0000000C203DD040 0000003C00000000 0000000C203DD040 ffff880c23d520c0
e1000e: R  [0x079]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff88062362ddc0
e1000e: R  [0x07A]     0000000C1AB4C040 0000003C00000000 0000000C1AB4C040 ffff880c211fed80
e1000e: R  [0x07B]     0000000617D02040 0000003C00000000 0000000617D02040 ffff88061e562ec0
e1000e: R  [0x07C]     0000000C239D4040 0000003C00000000 0000000C239D4040 ffff880c211feb80
e1000e: R  [0x07D]     0000000C239D5040 0000003C00000000 0000000C239D5040 ffff880c211fea80
e1000e: R  [0x07E]     0000000C1F794040 0000003C00000000 0000000C1F794040 ffff880c211fe980
e1000e: R  [0x07F]     0000000C1F795040 0000003C00000000 0000000C1F795040 ffff880c211fe880
e1000e: R  [0x080]     0000000C1ABF4040 0000003C00000000 0000000C1ABF4040 ffff880c211fe780
e1000e: R  [0x081]     0000000620A3E040 0000003C00000000 0000000620A3E040 ffff8806187d07c0
e1000e: R  [0x082]     000000061E71B040 0000003C00000000 000000061E71B040 ffff88062405b680
e1000e: R  [0x083]     0000000C202E9040 0000003C00000000 0000000C202E9040 ffff880c211fe480
e1000e: R  [0x084]     0000000C1AAB6040 0000003C00000000 0000000C1AAB6040 ffff880c211fe380
e1000e: R  [0x085]     0000000C1AAB7040 0000003C00000000 0000000C1AAB7040 ffff880c211fe280
e1000e: R  [0x086]     0000000C120A0040 0000003C00000000 0000000C120A0040 ffff880c211fe180
e1000e: R  [0x087]     000000061E7E4040 0000003C00000000 000000061E7E4040 ffff8806187d01c0
e1000e: R  [0x088]     0000000C1209D040 0000003C00000000 0000000C1209D040 ffff880c1209cec0
e1000e: R  [0x089]     0000000C1AB6E040 0000003C00000000 0000000C1AB6E040 ffff880c1209cdc0
e1000e: R  [0x08A]     0000000C1AB6F040 0000003C00000000 0000000C1AB6F040 ffff880c1209ccc0
e1000e: R  [0x08B]     0000000C12040040 0000003C00000000 0000000C12040040 ffff880c1209cbc0
e1000e: R  [0x08C]     0000000C12041040 0000003C00000000 0000000C12041040 ffff880c1209cac0
e1000e: R  [0x08D]     0000000C1211C040 0000003C00000000 0000000C1211C040 ffff880c1209c9c0
e1000e: R  [0x08E]     0000000C1211D040 0000003C00000000 0000000C1211D040 ffff880c1209c8c0
e1000e: R  [0x08F]     000000061D895040 0000003C00000000 000000061D895040 ffff8806224bb180
e1000e: R  [0x090]     000000061E46F040 0000003C00000000 000000061E46F040 ffff8806224bba80
e1000e: R  [0x091]     000000061E4D2040 0000003C00000000 000000061E4D2040 ffff8806227b7780
e1000e: R  [0x092]     0000000C23523040 0000003C00000000 0000000C23523040 ffff880c1209c4c0
e1000e: R  [0x093]     0000000623BF8040 0000003C00000000 0000000623BF8040 ffff88061e46cbc0
e1000e: R  [0x094]     0000000C1203F040 0000003C00000000 0000000C1203F040 ffff880c1209c2c0
e1000e: R  [0x095]     000000061C66B040 0000003C00000000 000000061C66B040 ffff88061e5624c0
e1000e: R  [0x096]     0000000C1DA7D040 0000003C00000000 0000000C1DA7D040 ffff880c1209c0c0
e1000e: R  [0x097]     000000061E651040 0000003C00000000 000000061E651040 ffff88061e5622c0
e1000e: R  [0x098]     000000061C455040 0000003C00000000 000000061C455040 ffff88061e415780
e1000e: R  [0x099]     0000000620B60040 0000003C00000000 0000000620B60040 ffff8806238d8080
e1000e: R  [0x09A]     000000061E572040 0000003C00000000 000000061E572040 ffff880620a79180
e1000e: R  [0x09B]     0000000623641040 0000003C00000000 0000000623641040 ffff880623fcde80
e1000e: R  [0x09C]     0000000C1F5D0040 0000005C00020000 0000000C1F5D0040 ffff880c1a9c8980
e1000e: R  [0x09D]     0000000C1F5D1040 0000005C00020000 0000000C1F5D1040 ffff880c1a9c8880
e1000e: R  [0x09E]     0000000C1A990040 0000005C00020000 0000000C1A990040 ffff880c1a9c8780
e1000e: R  [0x09F]     0000000C1A991040 0000005C00020000 0000000C1A991040 ffff880c1a9c8680
e1000e: R  [0x0A0]     0000000C20946040 0000003C00000000 0000000C20946040 ffff880c1a9c8580
e1000e: R  [0x0A1]     0000000C20947040 0000003C00000000 0000000C20947040 ffff880c1a9c8480
e1000e: R  [0x0A2]     0000000C1AA58040 0000003C00000000 0000000C1AA58040 ffff880c1a9c8380
e1000e: R  [0x0A3]     0000000C1AA59040 0000003C00000000 0000000C1AA59040 ffff880c1a9c8280
e1000e: R  [0x0A4]     0000000C20382040 0000003C00000000 0000000C20382040 ffff880c1a9c8180
e1000e: R  [0x0A5]     000000061E706040 0000003C00000000 000000061E706040 ffff8806224a97c0
e1000e: R  [0x0A6]     0000000623A6A040 0000003C00000000 0000000623A6A040 ffff88062405bd80
e1000e: R  [0x0A7]     0000000C1AA8A040 0000003C00000000 0000000C1AA8A040 ffff880c1ab40dc0
e1000e: R  [0x0A8]     0000000C1AA8B040 0000003C00000000 0000000C1AA8B040 ffff880c1ab40cc0
e1000e: R  [0x0A9]     0000000C1A86C040 0000003C00000000 0000000C1A86C040 ffff880c1ab40bc0
e1000e: R  [0x0AA]     0000000C1A86D040 0000003C00000000 0000000C1A86D040 ffff880c1ab40ac0
e1000e: R  [0x0AB]     00000006227F4040 0000003C00000000 00000006227F4040 ffff8806238a0a80
e1000e: R  [0x0AC]     0000000C1AAAD040 0000003C00000000 0000000C1AAAD040 ffff880c1ab408c0
e1000e: R  [0x0AD]     000000061E534040 0000003C00000000 000000061E534040 ffff88062405b480
e1000e: R  [0x0AE]     0000000C120D5040 0000003C00000000 0000000C120D5040 ffff880c1ab406c0
e1000e: R  [0x0AF]     0000000617E98040 0000003C00000000 0000000617E98040 ffff88062405b380
e1000e: R  [0x0B0]     0000000C201F9040 0000003C00000000 0000000C201F9040 ffff880c1ab404c0
e1000e: R  [0x0B1]     0000000C21E6C040 0000003C00000000 0000000C21E6C040 ffff880c1ab403c0
e1000e: R  [0x0B2]     0000000623F6F040 0000003C00000000 0000000623F6F040 ffff880623884880
e1000e: R  [0x0B3]     0000000C23D16040 0000003C00000000 0000000C23D16040 ffff880c1ab401c0
e1000e: R  [0x0B4]     0000000C23D17040 0000003C00000000 0000000C23D17040 ffff880c1ab400c0
e1000e: R  [0x0B5]     0000000C1AB7D040 0000003C00000000 0000000C1AB7D040 ffff880c1ab7ce80
e1000e: R  [0x0B6]     0000000C21250040 0000003C00000000 0000000C21250040 ffff880c1ab7cd80
e1000e: R  [0x0B7]     BF49000000000000 0000003C00000000 0000000000000000 ffff88061c669dc0 NTU
e1000e: R  [0x0B8]     00000006238F5040 0000003C00000000 00000006238F5040 ffff88061e533580 NTC
e1000e: R  [0x0B9]     000000061DA5D040 0000003C00000000 000000061DA5D040 ffff880619389c80
e1000e: R  [0x0BA]     000000061E553040 0000015600020000 000000061E553040 ffff8806239b14c0
e1000e: R  [0x0BB]     0000000620911040 0000003C00000000 0000000620911040 ffff8806230566c0
e1000e: R  [0x0BC]     0000000C12020040 0000003C00000000 0000000C12020040 ffff880c1ab7c780
e1000e: R  [0x0BD]     0000000623ACD040 0000003C00000000 0000000623ACD040 ffff8806227b7380
e1000e: R  [0x0BE]     0000000C1AFD2040 0000005C00020000 0000000C1AFD2040 ffff880c1ab7c580
e1000e: R  [0x0BF]     000000061C41F040 0000005C00020000 000000061C41F040 ffff880623884380
e1000e: R  [0x0C0]     000000062333A040 0000005C00020000 000000062333A040 ffff880620ba1180
e1000e: R  [0x0C1]     0000000C23A25040 0000005C00020000 0000000C23A25040 ffff880c1ab7c280
e1000e: R  [0x0C2]     0000000C2343A040 0000003C00000000 0000000C2343A040 ffff880c1ab7c180
e1000e: R  [0x0C3]     0000000C2343B040 0000003C00000000 0000000C2343B040 ffff880c1ab7c080
e1000e: R  [0x0C4]     00000006208A7040 0000003C00000000 00000006208A7040 ffff88061c6696c0
e1000e: R  [0x0C5]     000000062096C040 0000003C00000000 000000062096C040 ffff88061d9cc5c0
e1000e: R  [0x0C6]     00000006237DA040 0000003C00000000 00000006237DA040 ffff88061c6b6380
e1000e: R  [0x0C7]     00000006236CE040 0000003C00000000 00000006236CE040 ffff88062274a780
e1000e: R  [0x0C8]     0000000C1AA11040 0000003C00000000 0000000C1AA11040 ffff880c12112ac0
e1000e: R  [0x0C9]     0000000C235B0040 0000003C00000000 0000000C235B0040 ffff880c121129c0
e1000e: R  [0x0CA]     0000000C235B1040 0000003C00000000 0000000C235B1040 ffff880c121128c0
e1000e: R  [0x0CB]     0000000C2360C040 0000003C00000000 0000000C2360C040 ffff880c121127c0
e1000e: R  [0x0CC]     0000000C2360D040 0000003C00000000 0000000C2360D040 ffff880c121126c0
e1000e: R  [0x0CD]     0000000C1A932040 0000003C00000000 0000000C1A932040 ffff880c121125c0
e1000e: R  [0x0CE]     0000000C1A933040 0000003C00000000 0000000C1A933040 ffff880c121124c0
e1000e: R  [0x0CF]     0000000623B87040 0000003C00000000 0000000623B87040 ffff880623808a80
e1000e: R  [0x0D0]     000000061DA24040 0000003C00000000 000000061DA24040 ffff880619389480
e1000e: R  [0x0D1]     0000000C1ABBC040 0000003C00000000 0000000C1ABBC040 ffff880c121121c0
e1000e: R  [0x0D2]     000000062248F040 0000003C00000000 000000062248F040 ffff8806226fc2c0
e1000e: R  [0x0D3]     00000006225C9040 0000003C00000000 00000006225C9040 ffff88061e5620c0
e1000e: R  [0x0D4]     0000000622718040 0000003C00000000 0000000622718040 ffff8806226fcbc0
e1000e: R  [0x0D5]     0000000623AEE040 0000003C00000000 0000000623AEE040 ffff8806226fc5c0
e1000e: R  [0x0D6]     0000000C1E248040 0000003C00000000 0000000C1E248040 ffff880c1ac20b80
e1000e: R  [0x0D7]     0000000C1E249040 0000003C00000000 0000000C1E249040 ffff880c1ac20a80
e1000e: R  [0x0D8]     0000000C12122040 0000003C00000000 0000000C12122040 ffff880c1ac20980
e1000e: R  [0x0D9]     0000000C12123040 0000003C00000000 0000000C12123040 ffff880c1ac20880
e1000e: R  [0x0DA]     0000000C208C8040 0000003C00000000 0000000C208C8040 ffff880c1ac20780
e1000e: R  [0x0DB]     0000000C208C9040 0000005C00020000 0000000C208C9040 ffff880c1ac20680
e1000e: R  [0x0DC]     0000000C1E292040 0000005C00020000 0000000C1E292040 ffff880c1ac20580
e1000e: R  [0x0DD]     0000000C1E293040 0000005C00020000 0000000C1E293040 ffff880c1ac20480
e1000e: R  [0x0DE]     0000000620A09040 0000005C00020000 0000000620A09040 ffff880619389280
e1000e: R  [0x0DF]     0000000C1AB0F040 0000003C00000000 0000000C1AB0F040 ffff880c1ac20280
e1000e: R  [0x0E0]     00000006209F4040 0000004000020000 00000006209F4040 ffff88061e562ac0
e1000e: R  [0x0E1]     00000006227FC040 0000003C00000000 00000006227FC040 ffff88061d8f96c0
e1000e: R  [0x0E2]     0000000620B6F040 0000003C00000000 0000000620B6F040 ffff88061e5626c0
e1000e: R  [0x0E3]     00000006237C5040 0000003C00000000 00000006237C5040 ffff88061d8f94c0
e1000e: R  [0x0E4]     0000000C1ABE5040 0000003C00000000 0000000C1ABE5040 ffff880c12008cc0
e1000e: R  [0x0E5]     000000062097B040 0000003C00000000 000000062097B040 ffff8806239b18c0
e1000e: R  [0x0E6]     0000000C203CB040 0000003C00000000 0000000C203CB040 ffff880c12008ac0
e1000e: R  [0x0E7]     0000000C23DA6040 0000003C00000000 0000000C23DA6040 ffff880c120089c0
e1000e: R  [0x0E8]     000000061E43B040 0000003C00000000 000000061E43B040 ffff8806208dc080
e1000e: R  [0x0E9]     00000006224F5040 0000003C00000000 00000006224F5040 ffff880617d4abc0
e1000e: R  [0x0EA]     0000000C23901040 0000003C00000000 0000000C23901040 ffff880c120086c0
e1000e: R  [0x0EB]     0000000C21F5E040 0000003C00000000 0000000C21F5E040 ffff880c120085c0
e1000e: R  [0x0EC]     0000000C21F5F040 0000003C00000000 0000000C21F5F040 ffff880c120084c0
e1000e: R  [0x0ED]     0000000C1AB0A040 0000003C00000000 0000000C1AB0A040 ffff880c120083c0
e1000e: R  [0x0EE]     000000061E566040 0000003C00000000 000000061E566040 ffff8806238319c0
e1000e: R  [0x0EF]     0000000C23996040 0000003C00000000 0000000C23996040 ffff880c120081c0
e1000e: R  [0x0F0]     0000000C23997040 0000003C00000000 0000000C23997040 ffff880c120080c0
e1000e: R  [0x0F1]     0000000C1AAC1040 0000003C00000000 0000000C1AAC1040 ffff880c1aac0e80
e1000e: R  [0x0F2]     0000000C238D2040 0000003C00000000 0000000C238D2040 ffff880c1aac0d80
e1000e: R  [0x0F3]     000000061C6A5040 0000003C00000000 000000061C6A5040 ffff88061c6a8480
e1000e: R  [0x0F4]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff8806227b7c80
e1000e: R  [0x0F5]     0000000C1AA8D040 0000003C00000000 0000000C1AA8D040 ffff880c1aac0a80
e1000e: R  [0x0F6]     0000000C1ABFC040 0000003C00000000 0000000C1ABFC040 ffff880c1aac0980
e1000e: R  [0x0F7]     00000006209CD040 0000003C00000000 00000006209CD040 ffff8806227b7980
e1000e: R  [0x0F8]     0000000620BDD040 0000003C00000000 0000000620BDD040 ffff880623722380
e1000e: R  [0x0F9]     0000000C203B7040 0000003C00000000 0000000C203B7040 ffff880c1aac0680
e1000e: R  [0x0FA]     00000006224B5040 0000003C00000000 00000006224B5040 ffff880617d4a1c0
e1000e: R  [0x0FB]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880623722e80
e1000e: R  [0x0FC]     0000000C1A9B0040 0000003C00000000 0000000C1A9B0040 ffff880c1aac0380
e1000e: R  [0x0FD]     0000000C1A9B1040 0000003C00000000 0000000C1A9B1040 ffff880c1aac0280
e1000e: R  [0x0FE]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff8806230b4680
e1000e: R  [0x0FF]     0000000623B35040 0000003C00000000 0000000623B35040 ffff8806224bb680
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <9>
  TDT                  <11>
  next_to_use          <11>
  next_to_clean        <7>
buffer_info[next_to_clean]:
  time_stamp           <1034c4fe7>
  next_to_watch        <a>
  jiffies              <1034c5f00>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <9>
  TDT                  <11>
  next_to_use          <11>
  next_to_clean        <7>
buffer_info[next_to_clean]:
  time_stamp           <1034c4fe7>
  next_to_watch        <a>
  jiffies              <1034c6ea0>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 00000001034C4FE7 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000000
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             00000068
e1000e: RDT             00000060
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            00000ff0
e1000e: RDFT            00000ff0
e1000e: RDFHS           00000ff0
e1000e: RDFTS           00000ff0
e1000e: RDFPC           00000000
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000009
e1000e: TDT             00000011
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001540
e1000e: TDFT            00001548
e1000e: TDFHS           00001540
e1000e: TDFTS           00001540
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0    11     7 0000000000000000 0000   A 00000001034C4FE7
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tc[0x000]    0000322200000000 0000000021000000 0000000000000000 0000    2 0000000000000000 (null)
e1000e: Td[0x001]    00000006226FDD0A 0000000022100036 0000000000000000 0036    1 0000000000000000 (null)
e1000e: Td[0x002]    0000000C201E787C 00000000AB1005B4 0000000000000000 05B4    2 0000000000000000 (null)
e1000e: Tc[0x003]    000032220021180E 0000000027000B68 0000000000000000 0000    6 0000000000000000 (null)
e1000e: Td[0x004]    0000000620B9E50A 000000002610003A 0000000000000000 003A    4 0000000000000000 (null)
e1000e: Td[0x005]    000000062407A504 0000000026100AFC 0000000000000000 0AFC    5 0000000000000000 (null)
e1000e: Td[0x006]    0000000620B62000 00000000AF100000 0000000000000000 0068    6 0000000000000000 (null)
e1000e: Tc[0x007]    0000322200000000 0000000021000000 0000000000000000 0000    A 00000001034C4FE7 (null) NTC
e1000e: Td[0x008]    000000061D97E50A 0000020022100036 000000061D97E50A 0036    8 00000001034C4FE7 (null)
e1000e: Td[0x009]    0000000C201E7E30 00000200221001D0 0000000C201E7E30 01D0    9 00000001034C4FE7 (null)
e1000e: Td[0x00A]    0000000620BCE000 00000200AB1003E4 0000000620BCE000 03E4    A 00000001034C4FE7 ffff88062268bd70
e1000e: Tc[0x00B]    0000322200000000 0000000021000000 0000000000000000 0000    D 00000001034C4FE7 (null)
e1000e: Td[0x00C]    0000000623A2150A 0000020022100036 0000000623A2150A 0036    C 00000001034C4FE7 (null)
e1000e: Td[0x00D]    0000000620BCE3E4 00000200AB1005B4 0000000620BCE3E4 05B4    D 00000001034C4FE7 ffff88062268b970
e1000e: Tc[0x00E]    0000322200000000 0000000021000000 0000000000000000 0000   10 00000001034C4FE7 (null)
e1000e: Td[0x00F]    0000000623A21D0A 0000020022100036 0000000623A21D0A 0036    F 00000001034C4FE7 (null)
e1000e: Td[0x010]    0000000620BCE998 00000200AB1005B4 0000000620BCE998 05B4   10 00000001034C4FE7 ffff88062268b370
e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    67    68
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000623B35040 0000003C00000000 0000000623B35040 ffff8806224bb680
e1000e: R  [0x001]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff8806230b4680
e1000e: R  [0x002]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880623722e80
e1000e: R  [0x003]     00000006224B5040 0000003C00000000 00000006224B5040 ffff880617d4a1c0
e1000e: R  [0x004]     0000000620BDD040 0000003C00000000 0000000620BDD040 ffff880623722380
e1000e: R  [0x005]     00000006209CD040 0000003C00000000 00000006209CD040 ffff8806227b7980
e1000e: R  [0x006]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff8806227b7c80
e1000e: R  [0x007]     000000061C6A5040 0000003C00000000 000000061C6A5040 ffff88061c6a8480
e1000e: R  [0x008]     000000061E566040 0000003C00000000 000000061E566040 ffff8806238319c0
e1000e: R  [0x009]     00000006224F5040 0000003C00000000 00000006224F5040 ffff880617d4abc0
e1000e: R  [0x00A]     000000061E43B040 0000003C00000000 000000061E43B040 ffff8806208dc080
e1000e: R  [0x00B]     000000062097B040 0000003C00000000 000000062097B040 ffff8806239b18c0
e1000e: R  [0x00C]     00000006237C5040 0000005C00020000 00000006237C5040 ffff88061d8f94c0
e1000e: R  [0x00D]     0000000620B6F040 0000005C00020000 0000000620B6F040 ffff88061e5626c0
e1000e: R  [0x00E]     00000006227FC040 0000005C00020000 00000006227FC040 ffff88061d8f96c0
e1000e: R  [0x00F]     00000006209F4040 0000005C00020000 00000006209F4040 ffff88061e562ac0
e1000e: R  [0x010]     0000000620A09040 0000005C00020000 0000000620A09040 ffff880619389280
e1000e: R  [0x011]     0000000623AEE040 0000003C00000000 0000000623AEE040 ffff8806226fc5c0
e1000e: R  [0x012]     00000006225C9040 0000003C00000000 00000006225C9040 ffff88061e5620c0
e1000e: R  [0x013]     0000000622718040 0000003C00000000 0000000622718040 ffff8806226fcbc0
e1000e: R  [0x014]     000000062248F040 0000003C00000000 000000062248F040 ffff8806226fc2c0
e1000e: R  [0x015]     000000061DA24040 0000003C00000000 000000061DA24040 ffff880619389480
e1000e: R  [0x016]     0000000623B87040 0000003C00000000 0000000623B87040 ffff880623808a80
e1000e: R  [0x017]     00000006236CE040 0000003C00000000 00000006236CE040 ffff88062274a780
e1000e: R  [0x018]     00000006237DA040 0000003C00000000 00000006237DA040 ffff88061c6b6380
e1000e: R  [0x019]     000000062096C040 0000003C00000000 000000062096C040 ffff88061d9cc5c0
e1000e: R  [0x01A]     00000006208A7040 0000003C00000000 00000006208A7040 ffff88061c6696c0
e1000e: R  [0x01B]     000000062333A040 0000003C00000000 000000062333A040 ffff880620ba1180
e1000e: R  [0x01C]     000000061C41F040 0000003C00000000 000000061C41F040 ffff880623884380
e1000e: R  [0x01D]     0000000623ACD040 0000003C00000000 0000000623ACD040 ffff8806227b7380
e1000e: R  [0x01E]     0000000620911040 0000003C00000000 0000000620911040 ffff8806230566c0
e1000e: R  [0x01F]     000000061E553040 0000003C00000000 000000061E553040 ffff8806239b14c0
e1000e: R  [0x020]     000000061DA5D040 0000003C00000000 000000061DA5D040 ffff880619389c80
e1000e: R  [0x021]     00000006238F5040 0000003C00000000 00000006238F5040 ffff88061e533580
e1000e: R  [0x022]     000000061DBA5040 0000003C00000000 000000061DBA5040 ffff88061c669dc0
e1000e: R  [0x023]     0000000623F6F040 0000003C00000000 0000000623F6F040 ffff880623884880
e1000e: R  [0x024]     0000000617E98040 0000003C00000000 0000000617E98040 ffff88062405b380
e1000e: R  [0x025]     000000061E534040 0000003C00000000 000000061E534040 ffff88062405b480
e1000e: R  [0x026]     00000006227F4040 0000003C00000000 00000006227F4040 ffff8806238a0a80
e1000e: R  [0x027]     0000000623A6A040 0000003C00000000 0000000623A6A040 ffff88062405bd80
e1000e: R  [0x028]     000000061E706040 0000003C00000000 000000061E706040 ffff8806224a97c0
e1000e: R  [0x029]     0000000623641040 0000003C00000000 0000000623641040 ffff880623fcde80
e1000e: R  [0x02A]     000000061E572040 0000003C00000000 000000061E572040 ffff880620a79180
e1000e: R  [0x02B]     0000000620B60040 0000003C00000000 0000000620B60040 ffff8806238d8080
e1000e: R  [0x02C]     000000061C455040 0000003C00000000 000000061C455040 ffff88061e415780
e1000e: R  [0x02D]     0000000623BF8040 0000010300020000 0000000623BF8040 ffff88061e46cbc0
e1000e: R  [0x02E]     000000061C66B040 0000010300020000 000000061C66B040 ffff88061e5624c0
e1000e: R  [0x02F]     000000061E4D2040 0000010300020000 000000061E4D2040 ffff8806227b7780
e1000e: R  [0x030]     000000061E63C040 0000010300020000 000000061E63C040 ffff88061e415c80
e1000e: R  [0x031]     000000061E46F040 0000005C00020000 000000061E46F040 ffff8806224bba80
e1000e: R  [0x032]     000000061D895040 0000005C00020000 000000061D895040 ffff8806224bb180
e1000e: R  [0x033]     000000061E7E4040 0000005C00020000 000000061E7E4040 ffff8806187d01c0
e1000e: R  [0x034]     000000061E71B040 0000005C00020000 000000061E71B040 ffff88062405b680
e1000e: R  [0x035]     0000000620A3E040 0000003C00000000 0000000620A3E040 ffff8806187d07c0
e1000e: R  [0x036]     0000000617D02040 0000003C00000000 0000000617D02040 ffff88061e562ec0
e1000e: R  [0x037]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff88062362ddc0
e1000e: R  [0x038]     00000006224BA040 0000003C00000000 00000006224BA040 ffff88061e415280
e1000e: R  [0x039]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880623722480
e1000e: R  [0x03A]     000000061DAC5040 0000003C00000000 000000061DAC5040 ffff880617cfab80
e1000e: R  [0x03B]     000000061E5C0040 0000003C00000000 000000061E5C0040 ffff88061c6b6d80
e1000e: R  [0x03C]     0000000623AFD040 0000003C00000000 0000000623AFD040 ffff88062405b080
e1000e: R  [0x03D]     000000061DB1B040 0000003C00000000 000000061DB1B040 ffff880620b6e7c0
e1000e: R  [0x03E]     0000000623478040 0000003C00000000 0000000623478040 ffff8806237a2e80
e1000e: R  [0x03F]     000000061D8D4040 0000003C00000000 000000061D8D4040 ffff88061c6b6e80
e1000e: R  [0x040]     000000061E46E040 0000003C00000000 000000061E46E040 ffff88061c6b6b80
e1000e: R  [0x041]     000000061E5BC040 0000003C00000000 000000061E5BC040 ffff880620b6e5c0
e1000e: R  [0x042]     00000006230F3040 0000003C00000000 00000006230F3040 ffff880620b6eac0
e1000e: R  [0x043]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061d8d6580
e1000e: R  [0x044]     000000061E400040 0000003C00000000 000000061E400040 ffff880623884b80
e1000e: R  [0x045]     0000000623B1A040 0000003C00000000 0000000623B1A040 ffff880620b6eec0
e1000e: R  [0x046]     0000000622430040 0000003C00000000 0000000622430040 ffff88061e5dcdc0
e1000e: R  [0x047]     00000006239A4040 0000003C00000000 00000006239A4040 ffff88061d8d6080
e1000e: R  [0x048]     00000006227DD040 0000003C00000000 00000006227DD040 ffff88062362d1c0
e1000e: R  [0x049]     00000006224D9040 0000003C00000000 00000006224D9040 ffff880623831bc0
e1000e: R  [0x04A]     00000006208E2040 0000003C00000000 00000006208E2040 ffff8806239b15c0
e1000e: R  [0x04B]     0000000622707040 0000003C00000000 0000000622707040 ffff8806238318c0
e1000e: R  [0x04C]     000000062365F040 0000003C00000000 000000062365F040 ffff880623056cc0
e1000e: R  [0x04D]     000000061D9AA040 0000003C00000000 000000061D9AA040 ffff88061db40580
e1000e: R  [0x04E]     0000000623446040 0000003C00000000 0000000623446040 ffff88061c6b6680
e1000e: R  [0x04F]     000000061E63F040 0000005C00020000 000000061E63F040 ffff88061e63eec0
e1000e: R  [0x050]     0000000622752040 0000005C00020000 0000000622752040 ffff8806224bb580
e1000e: R  [0x051]     000000061E442040 0000005C00020000 000000061E442040 ffff8806230b4c80
e1000e: R  [0x052]     000000061A2C6040 0000005C00020000 000000061A2C6040 ffff88061db40880
e1000e: R  [0x053]     0000000617C20040 0000003C00000000 0000000617C20040 ffff88061db371c0
e1000e: R  [0x054]     00000006187F9040 0000003C00000000 00000006187F9040 ffff8806187f8e80
e1000e: R  [0x055]     0000000623997040 0000003C00000000 0000000623997040 ffff8806230560c0
e1000e: R  [0x056]     0000000622599040 0000003C00000000 0000000622599040 ffff88062345eec0
e1000e: R  [0x057]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224bbb80
e1000e: R  [0x058]     000000061C417040 0000003C00000000 000000061C417040 ffff88061d8d6480
e1000e: R  [0x059]     000000061DBBA040 0000003C00000000 000000061DBBA040 ffff88061e614880
e1000e: R  [0x05A]     0000000617D61040 0000003C00000000 0000000617D61040 ffff8806224d2280
e1000e: R  [0x05B]     000000062388A040 0000003C00000000 000000062388A040 ffff880622578480
e1000e: R  [0x05C]     000000061D938040 0000003C00000000 000000061D938040 ffff8806224bbd80
e1000e: R  [0x05D]     00000006209B4040 0000003C00000000 00000006209B4040 ffff88061d8d6380
e1000e: R  [0x05E]     000000061DB3F040 0000003C00000000 000000061DB3F040 ffff8806230b4880
e1000e: R  [0x05F]     0000000620917040 0000003C00000000 0000000620917040 ffff88061d8f95c0
e1000e: R  [0x060]     000000061E777040 0000003C00000000 000000061E777040 ffff880623722280
e1000e: R  [0x061]     000000062275F040 0000003C00000000 000000062275F040 ffff88061e5dc4c0
e1000e: R  [0x062]     0000000622659040 0000003C00000000 0000000622659040 ffff88061e46cdc0
e1000e: R  [0x063]     00000006224E5040 0000003C00000000 00000006224E5040 ffff88061e46cec0
e1000e: R  [0x064]     000000061D930040 0000003C00000000 000000061D930040 ffff880623894680
e1000e: R  [0x065]     000000061DBA8040 0000003C00000000 000000061DBA8040 ffff88061e46c9c0
e1000e: R  [0x066]     00000006231E0040 0000003C00000000 00000006231E0040 ffff88061e46c8c0
e1000e: R  [0x067]     BF39000000000000 0000003C00000000 0000000000000000 ffff88061e46c3c0 NTU
e1000e: R  [0x068]     00000006225B7040 0000003C00000000 00000006225B7040 ffff8806187e2ac0 NTC
e1000e: R  [0x069]     0000000623663040 0000003C00000000 0000000623663040 ffff88061db379c0
e1000e: R  [0x06A]     000000061E799040 0000003C00000000 000000061E799040 ffff8806187e28c0
e1000e: R  [0x06B]     00000006237A7040 0000005C00020000 00000006237A7040 ffff8806187e27c0
e1000e: R  [0x06C]     000000061D872040 0000005C00020000 000000061D872040 ffff88061e6c90c0
e1000e: R  [0x06D]     0000000623338040 0000005C00020000 0000000623338040 ffff88061db370c0
e1000e: R  [0x06E]     000000061E408040 0000005C00020000 000000061E408040 ffff88062362d6c0
e1000e: R  [0x06F]     0000000620919040 0000003C00000000 0000000620919040 ffff8806230676c0
e1000e: R  [0x070]     000000061E7E2040 0000003C00000000 000000061E7E2040 ffff8806187e2bc0
e1000e: R  [0x071]     00000006227FB040 0000003C00000000 00000006227FB040 ffff8806237a2b80
e1000e: R  [0x072]     00000006247B8040 0000003C00000000 00000006247B8040 ffff880623894480
e1000e: R  [0x073]     0000000620BCD040 0000003C00000000 0000000620BCD040 ffff880617f3e280
e1000e: R  [0x074]     000000061DA0E040 0000003C00000000 000000061DA0E040 ffff8806237a2a80
e1000e: R  [0x075]     000000061C528040 0000003C00000000 000000061C528040 ffff8806237a2980
e1000e: R  [0x076]     000000062267C040 0000003C00000000 000000062267C040 ffff8806237a2880
e1000e: R  [0x077]     00000006238E0040 0000003C00000000 00000006238E0040 ffff8806237a2780
e1000e: R  [0x078]     000000061E529040 0000003C00000000 000000061E529040 ffff8806237a2680
e1000e: R  [0x079]     000000062091A040 0000015600020000 000000062091A040 ffff8806237a2580
e1000e: R  [0x07A]     000000061DAEC040 0000003C00000000 000000061DAEC040 ffff8806237a2480
e1000e: R  [0x07B]     000000062246C040 0000003C00000000 000000062246C040 ffff8806237a2380
e1000e: R  [0x07C]     0000000620B05040 0000003C00000000 0000000620B05040 ffff8806237a2280
e1000e: R  [0x07D]     00000006225EA040 0000003C00000000 00000006225EA040 ffff8806237a2180
e1000e: R  [0x07E]     000000062279E040 0000003C00000000 000000062279E040 ffff8806237a2080
e1000e: R  [0x07F]     0000000620923040 0000003C00000000 0000000620923040 ffff88061db375c0
e1000e: R  [0x080]     0000000623886040 0000003C00000000 0000000623886040 ffff88061db374c0
e1000e: R  [0x081]     000000062086E040 0000003C00000000 000000062086E040 ffff88061db373c0
e1000e: R  [0x082]     0000000623A11040 0000003C00000000 0000000623A11040 ffff88061db372c0
e1000e: R  [0x083]     0000000620992040 0000003C00000000 0000000620992040 ffff88061db377c0
e1000e: R  [0x084]     000000061E771040 0000003C00000000 000000061E771040 ffff88061d98b0c0
e1000e: R  [0x085]     000000061E41F040 0000003C00000000 000000061E41F040 ffff88061d98b1c0
e1000e: R  [0x086]     0000000623004040 0000005C00020000 0000000623004040 ffff88061d98b2c0
e1000e: R  [0x087]     0000000622442040 0000005C00020000 0000000622442040 ffff88061d98b3c0
e1000e: R  [0x088]     000000062335C040 0000005C00020000 000000062335C040 ffff88061d98b4c0
e1000e: R  [0x089]     0000000623366040 0000005C00020000 0000000623366040 ffff88061d98b5c0
e1000e: R  [0x08A]     000000061E67C040 0000003C00000000 000000061E67C040 ffff88061d98b6c0
e1000e: R  [0x08B]     000000061E74D040 0000003C00000000 000000061E74D040 ffff880617f3e080
e1000e: R  [0x08C]     000000061DB2F040 0000003C00000000 000000061DB2F040 ffff880623894580
e1000e: R  [0x08D]     000000061E7DB040 0000003C00000000 000000061E7DB040 ffff880623894180
e1000e: R  [0x08E]     0000000620867040 0000003C00000000 0000000620867040 ffff8806187e2ec0
e1000e: R  [0x08F]     000000062268E040 0000003C00000000 000000062268E040 ffff88061e6c9ac0
e1000e: R  [0x090]     0000000623093040 0000003C00000000 0000000623093040 ffff8806237a2c80
e1000e: R  [0x091]     000000062330A040 0000003C00000000 000000062330A040 ffff880623fcd880
e1000e: R  [0x092]     000000061D80F040 0000003C00000000 000000061D80F040 ffff880620afbe80
e1000e: R  [0x093]     0000000623F94040 0000003C00000000 0000000623F94040 ffff880620afbd80
e1000e: R  [0x094]     0000000620AA4040 0000003C00000000 0000000620AA4040 ffff880620afbc80
e1000e: R  [0x095]     0000000623364040 0000003C00000000 0000000623364040 ffff880620afbb80
e1000e: R  [0x096]     000000061D97C040 0000003C00000000 000000061D97C040 ffff880620afba80
e1000e: R  [0x097]     0000000623315040 0000003C00000000 0000000623315040 ffff880620afb980
e1000e: R  [0x098]     0000000620882040 0000003C00000000 0000000620882040 ffff880620afb880
e1000e: R  [0x099]     00000006226F8040 0000003C00000000 00000006226F8040 ffff880620afb780
e1000e: R  [0x09A]     0000000620BD4040 0000003C00000000 0000000620BD4040 ffff880620afb680
e1000e: R  [0x09B]     000000062253F040 0000003C00000000 000000062253F040 ffff880620afb580
e1000e: R  [0x09C]     00000006233ED040 0000003C00000000 00000006233ED040 ffff880620afb480
e1000e: R  [0x09D]     00000006237D5040 0000003C00000000 00000006237D5040 ffff880620afb380
e1000e: R  [0x09E]     000000062374F040 0000003C00000000 000000062374F040 ffff880620afb280
e1000e: R  [0x09F]     0000000617D53040 0000003C00000000 0000000617D53040 ffff880620afb180
e1000e: R  [0x0A0]     000000062096B040 0000003C00000000 000000062096B040 ffff880620afb080
e1000e: R  [0x0A1]     0000000620B90040 0000003C00000000 0000000620B90040 ffff88061c532ec0
e1000e: R  [0x0A2]     000000061E486040 0000003C00000000 000000061E486040 ffff88061c532dc0
e1000e: R  [0x0A3]     000000061E4E0040 0000003C00000000 000000061E4E0040 ffff88061c532cc0
e1000e: R  [0x0A4]     0000000623B7B040 0000003C00000000 0000000623B7B040 ffff88061c532bc0
e1000e: R  [0x0A5]     00000006208C8040 0000003C00000000 00000006208C8040 ffff88061c532ac0
e1000e: R  [0x0A6]     0000000623FF7040 0000003C00000000 0000000623FF7040 ffff88061c5329c0
e1000e: R  [0x0A7]     000000061C45C040 0000005C00020000 000000061C45C040 ffff88061c5328c0
e1000e: R  [0x0A8]     00000006227BD040 0000005C00020000 00000006227BD040 ffff88061c5327c0
e1000e: R  [0x0A9]     0000000617C0A040 0000005C00020000 0000000617C0A040 ffff88061c5326c0
e1000e: R  [0x0AA]     0000000620A95040 0000005C00020000 0000000620A95040 ffff88061c5325c0
e1000e: R  [0x0AB]     000000061C454040 0000003C00000000 000000061C454040 ffff88061c5324c0
e1000e: R  [0x0AC]     000000061E4AB040 0000003C00000000 000000061E4AB040 ffff88061c5323c0
e1000e: R  [0x0AD]     0000000623899040 0000003C00000000 0000000623899040 ffff88061c5322c0
e1000e: R  [0x0AE]     000000061D8BF040 0000003C00000000 000000061D8BF040 ffff88061c5321c0
e1000e: R  [0x0AF]     0000000623362040 0000003C00000000 0000000623362040 ffff88061c5320c0
e1000e: R  [0x0B0]     0000000617C86040 0000003C00000000 0000000617C86040 ffff880623363e80
e1000e: R  [0x0B1]     0000000617C87040 0000003C00000000 0000000617C87040 ffff880623363d80
e1000e: R  [0x0B2]     000000061D882040 0000003C00000000 000000061D882040 ffff880623363c80
e1000e: R  [0x0B3]     000000061D883040 0000003C00000000 000000061D883040 ffff880623363b80
e1000e: R  [0x0B4]     000000061C4BA040 0000003C00000000 000000061C4BA040 ffff880623363a80
e1000e: R  [0x0B5]     000000061C4BB040 0000003C00000000 000000061C4BB040 ffff880623363980
e1000e: R  [0x0B6]     00000006209AE040 0000003C00000000 00000006209AE040 ffff880623363880
e1000e: R  [0x0B7]     00000006209AF040 0000003C00000000 00000006209AF040 ffff880623363780
e1000e: R  [0x0B8]     000000061E672040 0000003C00000000 000000061E672040 ffff880623363680
e1000e: R  [0x0B9]     000000061E673040 0000003C00000000 000000061E673040 ffff880623363580
e1000e: R  [0x0BA]     000000061E41C040 0000003C00000000 000000061E41C040 ffff880623363480
e1000e: R  [0x0BB]     000000061E41D040 0000003C00000000 000000061E41D040 ffff880623363380
e1000e: R  [0x0BC]     0000000617C06040 0000003C00000000 0000000617C06040 ffff880623363280
e1000e: R  [0x0BD]     0000000617C07040 0000003C00000000 0000000617C07040 ffff880623363180
e1000e: R  [0x0BE]     0000000620BB4040 0000003C00000000 0000000620BB4040 ffff880623363080
e1000e: R  [0x0BF]     0000000623772040 0000003C00000000 0000000623772040 ffff880620bb5ec0
e1000e: R  [0x0C0]     0000000623773040 0000003C00000000 0000000623773040 ffff880620bb5dc0
e1000e: R  [0x0C1]     0000000623350040 0000003C00000000 0000000623350040 ffff880620bb5cc0
e1000e: R  [0x0C2]     0000000623351040 0000003C00000000 0000000623351040 ffff880620bb5bc0
e1000e: R  [0x0C3]     00000006239D0040 0000003C00000000 00000006239D0040 ffff880620bb5ac0
e1000e: R  [0x0C4]     00000006239D1040 0000003C00000000 00000006239D1040 ffff880620bb59c0
e1000e: R  [0x0C5]     000000061C6CE040 0000003C00000000 000000061C6CE040 ffff880620bb58c0
e1000e: R  [0x0C6]     000000061C6CF040 0000003C00000000 000000061C6CF040 ffff880620bb57c0
e1000e: R  [0x0C7]     0000000620A32040 0000003C00000000 0000000620A32040 ffff880620bb56c0
e1000e: R  [0x0C8]     0000000620A33040 0000003C00000000 0000000620A33040 ffff880620bb55c0
e1000e: R  [0x0C9]     000000061D8A0040 0000003C00000000 000000061D8A0040 ffff880620bb54c0
e1000e: R  [0x0CA]     000000061D8A1040 0000003C00000000 000000061D8A1040 ffff880620bb53c0
e1000e: R  [0x0CB]     000000061DBA6040 0000003C00000000 000000061DBA6040 ffff880620bb52c0
e1000e: R  [0x0CC]     000000061DBA7040 0000003C00000000 000000061DBA7040 ffff880620bb51c0
e1000e: R  [0x0CD]     000000061E7A6040 0000003C00000000 000000061E7A6040 ffff880620bb50c0
e1000e: R  [0x0CE]     0000000623A72040 0000003C00000000 0000000623A72040 ffff88061e7a7e80
e1000e: R  [0x0CF]     0000000623A73040 0000003C00000000 0000000623A73040 ffff88061e7a7d80
e1000e: R  [0x0D0]     000000061D914040 0000005C00020000 000000061D914040 ffff88061e7a7c80
e1000e: R  [0x0D1]     000000061D915040 0000005C00020000 000000061D915040 ffff88061e7a7b80
e1000e: R  [0x0D2]     0000000623320040 0000005C00020000 0000000623320040 ffff88061e7a7a80
e1000e: R  [0x0D3]     0000000623321040 0000005C00020000 0000000623321040 ffff88061e7a7980
e1000e: R  [0x0D4]     0000000620A3A040 0000003C00000000 0000000620A3A040 ffff88061e7a7880
e1000e: R  [0x0D5]     0000000620A3B040 0000003C00000000 0000000620A3B040 ffff88061e7a7780
e1000e: R  [0x0D6]     000000061C4EC040 0000003C00000000 000000061C4EC040 ffff88061e7a7680
e1000e: R  [0x0D7]     000000061C4ED040 0000003C00000000 000000061C4ED040 ffff88061e7a7580
e1000e: R  [0x0D8]     000000061C586040 0000003C00000000 000000061C586040 ffff88061e7a7480
e1000e: R  [0x0D9]     000000061C587040 0000003C00000000 000000061C587040 ffff88061e7a7380
e1000e: R  [0x0DA]     0000000620B1A040 0000003C00000000 0000000620B1A040 ffff88061e7a7280
e1000e: R  [0x0DB]     0000000620B1B040 0000003C00000000 0000000620B1B040 ffff88061e7a7180
e1000e: R  [0x0DC]     00000006224F6040 0000003C00000000 00000006224F6040 ffff88061e7a7080
e1000e: R  [0x0DD]     00000006226B6040 0000003C00000000 00000006226B6040 ffff8806224f7ec0
e1000e: R  [0x0DE]     00000006226B7040 0000003C00000000 00000006226B7040 ffff8806224f7dc0
e1000e: R  [0x0DF]     000000061DB1E040 0000003C00000000 000000061DB1E040 ffff8806224f7cc0
e1000e: R  [0x0E0]     000000061DB1F040 0000003C00000000 000000061DB1F040 ffff8806224f7bc0
e1000e: R  [0x0E1]     000000061C59E040 0000003C00000000 000000061C59E040 ffff8806224f7ac0
e1000e: R  [0x0E2]     000000061C59F040 0000003C00000000 000000061C59F040 ffff8806224f79c0
e1000e: R  [0x0E3]     0000000620A12040 0000003C00000000 0000000620A12040 ffff8806224f78c0
e1000e: R  [0x0E4]     0000000620A13040 0000003C00000000 0000000620A13040 ffff8806224f77c0
e1000e: R  [0x0E5]     000000061C450040 0000003C00000000 000000061C450040 ffff8806224f76c0
e1000e: R  [0x0E6]     000000061C451040 0000005C00020000 000000061C451040 ffff8806224f75c0
e1000e: R  [0x0E7]     000000061E774040 0000003C00000000 000000061E774040 ffff8806224f74c0
e1000e: R  [0x0E8]     000000061E775040 0000003C00000000 000000061E775040 ffff8806224f73c0
e1000e: R  [0x0E9]     0000000623F6C040 0000003C00000000 0000000623F6C040 ffff8806224f72c0
e1000e: R  [0x0EA]     0000000623F6D040 0000003C00000000 0000000623F6D040 ffff8806224f71c0
e1000e: R  [0x0EB]     0000000623308040 0000003C00000000 0000000623308040 ffff8806224f70c0
e1000e: R  [0x0EC]     000000061E7F6040 0000003C00000000 000000061E7F6040 ffff880623309e80
e1000e: R  [0x0ED]     000000061E7F7040 0000005C00020000 000000061E7F7040 ffff880623309d80
e1000e: R  [0x0EE]     00000006224F8040 0000005C00020000 00000006224F8040 ffff880623309c80
e1000e: R  [0x0EF]     00000006224F9040 0000005C00020000 00000006224F9040 ffff880623309b80
e1000e: R  [0x0F0]     000000061C5A6040 0000005C00020000 000000061C5A6040 ffff880623309a80
e1000e: R  [0x0F1]     000000061C5A7040 0000003C00000000 000000061C5A7040 ffff880623309980
e1000e: R  [0x0F2]     0000000620996040 0000003C00000000 0000000620996040 ffff880623309880
e1000e: R  [0x0F3]     0000000620997040 0000003C00000000 0000000620997040 ffff880623309780
e1000e: R  [0x0F4]     0000000622544040 0000003C00000000 0000000622544040 ffff880623309680
e1000e: R  [0x0F5]     0000000622545040 0000003C00000000 0000000622545040 ffff880623309580
e1000e: R  [0x0F6]     000000061D8F4040 0000005600050000 000000061D8F4040 ffff880623309480
e1000e: R  [0x0F7]     000000061D8F5040 0000005600050000 000000061D8F5040 ffff880623309380
e1000e: R  [0x0F8]     0000000623AD8040 0000003C00000000 0000000623AD8040 ffff880623309280
e1000e: R  [0x0F9]     0000000623AD9040 0000003C00000000 0000000623AD9040 ffff880623309180
e1000e: R  [0x0FA]     00000006209CA040 0000003C00000000 00000006209CA040 ffff880623309080
e1000e: R  [0x0FB]     000000061C6BE040 0000003C00000000 000000061C6BE040 ffff8806209cbec0
e1000e: R  [0x0FC]     000000061C6BF040 0000003C00000000 000000061C6BF040 ffff8806209cbdc0
e1000e: R  [0x0FD]     000000062243E040 0000003C00000000 000000062243E040 ffff8806209cbcc0
e1000e: R  [0x0FE]     000000062243F040 0000003C00000000 000000062243F040 ffff8806209cbbc0
e1000e: R  [0x0FF]     0000000620AD2040 0000003C00000000 0000000620AD2040 ffff8806209cb9c0
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 



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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  1:44           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  1:44 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 09:18, Dave, Tushar N wrote:
>> >I tried several drivers included rhel5 the latest, Intel the latest,
>> >rhel6 the latest, issue see on all those drivers.
> Also after issue occurs please capture lspci -vvv (run as root)
> 

# lspci -s 05:00.0 -vvv
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 409e
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


Full kernel log with after enable debug.

e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-NAPI
e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
e1000e 0000:05:00.0: Disabling ASPM  L1
e1000e 0000:05:00.0: PCI INT B -> GSI 38 (level, low) -> IRQ 38
e1000e 0000:05:00.0: setting latency timer to 64
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9d
e1000e 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.0: eth0: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.1: Disabling ASPM  L1
e1000e 0000:05:00.1: PCI INT A -> GSI 39 (level, low) -> IRQ 39
e1000e 0000:05:00.1: setting latency timer to 64
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9c
e1000e 0000:05:00.1: eth1: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.1: eth1: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.0: Disabling ASPM  L1
e1000e 0000:04:00.0: PCI INT B -> GSI 37 (level, low) -> IRQ 37
e1000e 0000:04:00.0: setting latency timer to 64
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: eth2: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9f
e1000e 0000:04:00.0: eth2: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.0: eth2: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.1: Disabling ASPM  L1
e1000e 0000:04:00.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
e1000e 0000:04:00.1: setting latency timer to 64
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: eth3: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9e
e1000e 0000:04:00.1: eth3: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.1: eth3: MAC: 1, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth2: link is not ready
e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
eth0: no IPv6 routers present
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth3: link is not ready
e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
eth1: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth4: link is not ready
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
eth2: no IPv6 routers present
eth3: no IPv6 routers present
eth4: no IPv6 routers present
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <62>
  TDT                  <74>
  next_to_use          <74>
  next_to_clean        <61>
buffer_info[next_to_clean]:
  time_stamp           <1034c1c86>
  next_to_watch        <65>
  jiffies              <1034c2c38>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <62>
  TDT                  <74>
  next_to_use          <74>
  next_to_clean        <61>
buffer_info[next_to_clean]:
  time_stamp           <1034c1c86>
  next_to_watch        <65>
  jiffies              <1034c3bd8>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 00000001034C28A7 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000000
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             000000b8
e1000e: RDT             000000b0
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            00000c04
e1000e: RDFT            00000c04
e1000e: RDFHS           00000c04
e1000e: RDFTS           00000c04
e1000e: RDFPC           00000000
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000062
e1000e: TDT             00000074
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001404
e1000e: TDFT            0000140c
e1000e: TDFHS           00001404
e1000e: TDFTS           00001404
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0    74    61 0000000000000000 0000  65 00000001034C1C86
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tl[0x000]    0000000623890002 000000008B00005A 0000000000000000 005A    0 0000000000000000 (null)
e1000e: Tl[0x001]    0000000623B66402 000000008B00004E 0000000000000000 004E    1 0000000000000000 (null)
e1000e: Tl[0x002]    0000000C23A6C002 000000008B00002A 0000000000000000 002A    2 0000000000000000 (null)
e1000e: Tl[0x003]    000000061E6DBC02 000000008B000046 0000000000000000 0046    3 0000000000000000 (null)
e1000e: Tl[0x004]    000000061D9A0802 000000008B00006E 0000000000000000 006E    4 0000000000000000 (null)
e1000e: Tl[0x005]    000000062080040A 000000008B0000B9 0000000000000000 00B9    5 0000000000000000 (null)
e1000e: Tl[0x006]    000000062334740A 000000008B00017C 0000000000000000 017C    6 0000000000000000 (null)
e1000e: Tl[0x007]    000000062246200A 000000008B00017C 0000000000000000 017C    7 0000000000000000 (null)
e1000e: Tl[0x008]    000000061D91C402 000000008B00002A 0000000000000000 002A    8 0000000000000000 (null)
e1000e: Tl[0x009]    0000000C12130802 000000008B000036 0000000000000000 0036    9 0000000000000000 (null)
e1000e: Tc[0x00A]    0000282200000000 0000000020000000 0000000000000000 0000    B 0000000000000000 (null)
e1000e: Td[0x00B]    0000000C23CC6402 00000000AB1000A5 0000000000000000 00A5    B 0000000000000000 (null)
e1000e: Tl[0x00C]    0000000C23CCBC0A 000000008B00017C 0000000000000000 017C    C 0000000000000000 (null)
e1000e: Tc[0x00D]    0000282200000000 0000000020000000 0000000000000000 0000    E 0000000000000000 (null)
e1000e: Td[0x00E]    0000000C1AA49002 00000000AB10012F 0000000000000000 012F    E 0000000000000000 (null)
e1000e: Tl[0x00F]    000000061E6DBC0A 000000008B00016A 0000000000000000 016A    F 0000000000000000 (null)
e1000e: Tc[0x010]    0000282200000000 0000000020000000 0000000000000000 0000   11 0000000000000000 (null)
e1000e: Td[0x011]    000000062391C802 00000000AB10012F 0000000000000000 012F   11 0000000000000000 (null)
e1000e: Tc[0x012]    0000282200000000 0000000020000000 0000000000000000 0000   13 0000000000000000 (null)
e1000e: Td[0x013]    000000061E6DBC02 00000000AB10012F 0000000000000000 012F   13 0000000000000000 (null)
e1000e: Tl[0x014]    0000000623B6640A 000000008B0000B9 0000000000000000 00B9   14 0000000000000000 (null)
e1000e: Tc[0x015]    0000282200000000 0000000020000000 0000000000000000 0000   16 0000000000000000 (null)
e1000e: Td[0x016]    0000000623B66802 00000000AB10011D 0000000000000000 011D   16 0000000000000000 (null)
e1000e: Tc[0x017]    0000282200000000 0000000020000000 0000000000000000 0000   18 0000000000000000 (null)
e1000e: Td[0x018]    0000000623B66802 00000000AB1000A5 0000000000000000 00A5   18 0000000000000000 (null)
e1000e: Tl[0x019]    0000000623B6640A 000000008B00016A 0000000000000000 016A   19 0000000000000000 (null)
e1000e: Tc[0x01A]    0000282200000000 0000000020000000 0000000000000000 0000   1B 0000000000000000 (null)
e1000e: Td[0x01B]    000000061E6DBC02 00000000AB10011D 0000000000000000 011D   1B 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000C23C68C02 000000008B00002A 0000000000000000 002A   1C 0000000000000000 (null)
e1000e: Tl[0x01D]    000000061E6DBC0A 000000008B00012E 0000000000000000 012E   1D 0000000000000000 (null)
e1000e: Tl[0x01E]    00000006238DE002 000000008B00005A 0000000000000000 005A   1E 0000000000000000 (null)
e1000e: Tc[0x01F]    0000282200000000 0000000020000000 0000000000000000 0000   20 0000000000000000 (null)
e1000e: Td[0x020]    00000006226FD802 00000000AB10010E 0000000000000000 010E   20 0000000000000000 (null)
e1000e: Tl[0x021]    000000062246200A 000000008B00016A 0000000000000000 016A   21 0000000000000000 (null)
e1000e: Tl[0x022]    00000006226FD802 000000008B000046 0000000000000000 0046   22 0000000000000000 (null)
e1000e: Tc[0x023]    0000282200000000 0000000020000000 0000000000000000 0000   24 0000000000000000 (null)
e1000e: Td[0x024]    0000000623B66802 00000000AB10011D 0000000000000000 011D   24 0000000000000000 (null)
e1000e: Tl[0x025]    00000006226FD80A 000000008B000095 0000000000000000 0095   25 0000000000000000 (null)
e1000e: Tc[0x026]    0000282200000000 0000000020000000 0000000000000000 0000   27 0000000000000000 (null)
e1000e: Td[0x027]    000000061DB85802 00000000AB100075 0000000000000000 0075   27 0000000000000000 (null)
e1000e: Tl[0x028]    0000000C1D85A802 000000008B000036 0000000000000000 0036   28 0000000000000000 (null)
e1000e: Tl[0x029]    00000006226FD802 000000008B00002A 0000000000000000 002A   29 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000623B66802 000000008B000046 0000000000000000 0046   2A 0000000000000000 (null)
e1000e: Tl[0x02B]    000000062342A80A 000000008B000095 0000000000000000 0095   2B 0000000000000000 (null)
e1000e: Tc[0x02C]    0000282200000000 0000000020000000 0000000000000000 0000   2D 0000000000000000 (null)
e1000e: Td[0x02D]    000000062363E802 00000000AB100075 0000000000000000 0075   2D 0000000000000000 (null)
e1000e: Tl[0x02E]    00000006227E6C0A 000000008B000095 0000000000000000 0095   2E 0000000000000000 (null)
e1000e: Tl[0x02F]    00000006227E6402 000000008B00002A 0000000000000000 002A   2F 0000000000000000 (null)
e1000e: Tc[0x030]    0000282200000000 0000000020000000 0000000000000000 0000   31 0000000000000000 (null)
e1000e: Td[0x031]    0000000623B7C002 00000000AB10005C 0000000000000000 005C   31 0000000000000000 (null)
e1000e: Tl[0x032]    0000000623BAD40A 000000008B000095 0000000000000000 0095   32 0000000000000000 (null)
e1000e: Tc[0x033]    0000282200000000 0000000020000000 0000000000000000 0000   34 0000000000000000 (null)
e1000e: Td[0x034]    000000061E7C6C02 00000000AB100065 0000000000000000 0065   34 0000000000000000 (null)
e1000e: Tl[0x035]    0000000623B7C00A 000000008B000095 0000000000000000 0095   35 0000000000000000 (null)
e1000e: Tl[0x036]    000000061D957002 000000008B00002A 0000000000000000 002A   36 0000000000000000 (null)
e1000e: Tc[0x037]    0000282200000000 0000000020000000 0000000000000000 0000   38 0000000000000000 (null)
e1000e: Td[0x038]    0000000622625802 00000000AB100075 0000000000000000 0075   38 0000000000000000 (null)
e1000e: Tl[0x039]    000000061E6E1C0A 000000008B000095 0000000000000000 0095   39 0000000000000000 (null)
e1000e: Tl[0x03A]    000000062371ACEE 000000008B000042 0000000000000000 0042   3A 0000000000000000 (null)
e1000e: Tl[0x03B]    000000062392E002 000000008B00002A 0000000000000000 002A   3B 0000000000000000 (null)
e1000e: Tc[0x03C]    0000322200000000 0000000021000000 0000000000000000 0000   3E 0000000000000000 (null)
e1000e: Td[0x03D]    0000000C23B4310A 0000000022100036 0000000000000000 0036   3D 0000000000000000 (null)
e1000e: Td[0x03E]    0000000C201E7000 00000000AB100014 0000000000000000 0014   3E 0000000000000000 (null)
e1000e: Tl[0x03F]    000000062371ACFA 000000008B000036 0000000000000000 0036   3F 0000000000000000 (null)
e1000e: Tc[0x040]    0000322200000000 0000000021000000 0000000000000000 0000   42 0000000000000000 (null)
e1000e: Td[0x041]    0000000C23F3D10A 0000000022100036 0000000000000000 0036   41 0000000000000000 (null)
e1000e: Td[0x042]    0000000C201E7014 00000000AB1002C0 0000000000000000 02C0   42 0000000000000000 (null)
e1000e: Tl[0x043]    00000006233BC8FA 000000008B000036 0000000000000000 0036   43 0000000000000000 (null)
e1000e: Tl[0x044]    00000006226FD8FA 000000008B000036 0000000000000000 0036   44 0000000000000000 (null)
e1000e: Tc[0x045]    0000322200000000 0000000021000000 0000000000000000 0000   47 0000000000000000 (null)
e1000e: Td[0x046]    000000062094750A 0000000022100036 0000000000000000 0036   46 0000000000000000 (null)
e1000e: Td[0x047]    0000000C201E72D4 00000000AB100118 0000000000000000 0118   47 0000000000000000 (null)
e1000e: Tc[0x048]    0000322200000000 0000000021000000 0000000000000000 0000   4A 0000000000000000 (null)
e1000e: Td[0x049]    000000062094750A 0000000022100036 0000000000000000 0036   49 0000000000000000 (null)
e1000e: Td[0x04A]    0000000C201E73EC 00000000AB100350 0000000000000000 0350   4A 0000000000000000 (null)
e1000e: Tl[0x04B]    00000006226FD8FA 000000008B000036 0000000000000000 0036   4B 0000000000000000 (null)
e1000e: Tl[0x04C]    00000006233BC8FA 000000008B000036 0000000000000000 0036   4C 0000000000000000 (null)
e1000e: Tc[0x04D]    0000322200000000 0000000021000000 0000000000000000 0000   4F 0000000000000000 (null)
e1000e: Td[0x04E]    00000006226FDD0A 0000000022100036 0000000000000000 0036   4E 0000000000000000 (null)
e1000e: Td[0x04F]    0000000C201E773C 00000000AB100030 0000000000000000 0030   4F 0000000000000000 (null)
e1000e: Tc[0x050]    0000322200000000 0000000021000000 0000000000000000 0000   52 0000000000000000 (null)
e1000e: Td[0x051]    00000006247AA10A 0000000022100036 0000000000000000 0036   51 0000000000000000 (null)
e1000e: Td[0x052]    0000000C201E776C 00000000AB100050 0000000000000000 0050   52 0000000000000000 (null)
e1000e: Tc[0x053]    0000322200000000 0000000021000000 0000000000000000 0000   55 0000000000000000 (null)
e1000e: Td[0x054]    00000006226FDD0A 0000000022100036 0000000000000000 0036   54 0000000000000000 (null)
e1000e: Td[0x055]    0000000C201E77BC 00000000AB100020 0000000000000000 0020   55 0000000000000000 (null)
e1000e: Tl[0x056]    000000062342A8FA 000000008B000036 0000000000000000 0036   56 0000000000000000 (null)
e1000e: Tc[0x057]    0000322200000000 0000000021000000 0000000000000000 0000   59 0000000000000000 (null)
e1000e: Td[0x058]    00000006247AAD0A 0000000022100036 0000000000000000 0036   58 0000000000000000 (null)
e1000e: Td[0x059]    0000000C201E77DC 00000000AB100030 0000000000000000 0030   59 0000000000000000 (null)
e1000e: Tl[0x05A]    00000006247AACFA 000000008B000036 0000000000000000 0036   5A 0000000000000000 (null)
e1000e: Tc[0x05B]    0000322200000000 0000000021000000 0000000000000000 0000   5D 0000000000000000 (null)
e1000e: Td[0x05C]    000000062342A90A 0000000022100036 0000000000000000 0036   5C 0000000000000000 (null)
e1000e: Td[0x05D]    0000000C201E780C 00000000AB100030 0000000000000000 0030   5D 0000000000000000 (null)
e1000e: Tc[0x05E]    0000322200000000 0000000021000000 0000000000000000 0000   60 0000000000000000 (null)
e1000e: Td[0x05F]    00000006226FDD0A 0000000022100036 0000000000000000 0036   5F 0000000000000000 (null)
e1000e: Td[0x060]    0000000C201E783C 00000000AB100040 0000000000000000 0040   60 0000000000000000 (null)
e1000e: Tc[0x061]    000032220021180E 05B4360027001C84 0000000000000000 0000   65 00000001034C1C86 (null) NTC
e1000e: Td[0x062]    00000006227E610A 000003002610003A 00000006227E610A 003A   62 00000001034C1C86 (null)
e1000e: Td[0x063]    0000000C201E7880 0000030026100780 0000000C201E7880 0780   63 00000001034C1C86 (null)
e1000e: Td[0x064]    0000000620BCE000 0000030026101000 0000000620BCE000 1000   64 00000001034C1C86 (null)
e1000e: Td[0x065]    000000062407A000 00000300AF100500 000000062407A000 0500   65 00000001034C1C86 ffff88062268bb70
e1000e: Tc[0x066]    0000322200000000 0000000021000000 0000000000000000 0000   68 00000001034C1D55 (null)
e1000e: Td[0x067]    00000006226FDD0A 0000020022100036 00000006226FDD0A 0036   67 00000001034C1D55 (null)
e1000e: Td[0x068]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   68 00000001034C1D55 ffff88061e46c3c0
e1000e: Tc[0x069]    0000322200000000 0000000021000000 0000000000000000 0000   6B 00000001034C1EF3 (null)
e1000e: Td[0x06A]    0000000623A21D0A 0000020022100036 0000000623A21D0A 0036   6A 00000001034C1EF3 (null)
e1000e: Td[0x06B]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   6B 00000001034C1EF3 ffff88061e46c8c0
e1000e: Tl[0x06C]    0000000623A214EE 000000008B000042 0000000623A214EE 0042   6C 00000001034C2016 ffff88061e46c9c0
e1000e: Tc[0x06D]    0000322200000000 0000000021000000 0000000000000000 0000   6F 00000001034C222F (null)
e1000e: Td[0x06E]    0000000623347D0A 0000020022100036 0000000623347D0A 0036   6E 00000001034C222F (null)
e1000e: Td[0x06F]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   6F 00000001034C222F ffff880623894680
e1000e: Tl[0x070]    000000061E4820EE 000000008B000042 000000061E4820EE 0042   70 00000001034C273C ffff88061e46cec0
e1000e: Tc[0x071]    0000322200000000 0000000021000000 0000000000000000 0000   73 00000001034C28A7 (null)
e1000e: Td[0x072]    0000000620B9E50A 0000020022100036 0000000620B9E50A 0036   72 00000001034C28A7 (null)
e1000e: Td[0x073]    0000000C201E787C 00000200AB1005B4 0000000C201E787C 05B4   73 00000001034C28A7 ffff88061e46cdc0
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    B7    B8
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000C1AF66040 0000005C00020000 0000000C1AF66040 ffff880c238b16c0
e1000e: R  [0x001]     0000000C2364B040 0000005C00020000 0000000C2364B040 ffff880c238b12c0
e1000e: R  [0x002]     000000062275F040 0000005C00020000 000000062275F040 ffff88061e5dc4c0
e1000e: R  [0x003]     0000000C1E152040 0000005C00020000 0000000C1E152040 ffff880c238b19c0
e1000e: R  [0x004]     0000000C1A9E1040 0000003C00000000 0000000C1A9E1040 ffff880c21e4f9c0
e1000e: R  [0x005]     0000000C1AB2E040 0000003C00000000 0000000C1AB2E040 ffff880c21e4f0c0
e1000e: R  [0x006]     000000061E777040 0000003C00000000 000000061E777040 ffff880623722280
e1000e: R  [0x007]     0000000C1DBCB040 0000003C00000000 0000000C1DBCB040 ffff880c21e4f8c0
e1000e: R  [0x008]     0000000620917040 0000003C00000000 0000000620917040 ffff88061d8f95c0
e1000e: R  [0x009]     0000000C21F4E040 0000003C00000000 0000000C21F4E040 ffff880c21e4f4c0
e1000e: R  [0x00A]     0000000C211EE040 0000003C00000000 0000000C211EE040 ffff880c21e4f7c0
e1000e: R  [0x00B]     000000061DB3F040 0000003C00000000 000000061DB3F040 ffff8806230b4880
e1000e: R  [0x00C]     0000000C1216D040 0000003C00000000 0000000C1216D040 ffff880c21e4f1c0
e1000e: R  [0x00D]     0000000C2361E040 0000003C00000000 0000000C2361E040 ffff880c21e4fac0
e1000e: R  [0x00E]     00000006209B4040 0000003C00000000 00000006209B4040 ffff88061d8d6380
e1000e: R  [0x00F]     000000061D938040 0000003C00000000 000000061D938040 ffff8806224bbd80
e1000e: R  [0x010]     000000062388A040 0000003C00000000 000000062388A040 ffff880622578480
e1000e: R  [0x011]     0000000C23CAA040 0000003C00000000 0000000C23CAA040 ffff880c21e4f5c0
e1000e: R  [0x012]     0000000617D61040 0000003C00000000 0000000617D61040 ffff8806224d2280
e1000e: R  [0x013]     0000000C20055040 0000003C00000000 0000000C20055040 ffff880c121257c0
e1000e: R  [0x014]     0000000C239A8040 0000003C00000000 0000000C239A8040 ffff880c12125ac0
e1000e: R  [0x015]     0000000C1AF39040 0000003C00000000 0000000C1AF39040 ffff880c121253c0
e1000e: R  [0x016]     0000000C20054040 0000003C00000000 0000000C20054040 ffff880c121258c0
e1000e: R  [0x017]     0000000C2388D040 0000003C00000000 0000000C2388D040 ffff880c121256c0
e1000e: R  [0x018]     0000000C1AA09040 0000003C00000000 0000000C1AA09040 ffff880c12125dc0
e1000e: R  [0x019]     000000061DBBA040 0000003C00000000 000000061DBBA040 ffff88061e614880
e1000e: R  [0x01A]     0000000C213FF040 0000003C00000000 0000000C213FF040 ffff880c121252c0
e1000e: R  [0x01B]     0000000C1E154040 0000003C00000000 0000000C1E154040 ffff880c12125ec0
e1000e: R  [0x01C]     0000000C2395B040 0000003C00000000 0000000C2395B040 ffff880c121254c0
e1000e: R  [0x01D]     000000061C417040 0000003C00000000 000000061C417040 ffff88061d8d6480
e1000e: R  [0x01E]     0000000C1AB6B040 0000003C00000000 0000000C1AB6B040 ffff880c121250c0
e1000e: R  [0x01F]     0000000C1ABB4040 0000003C00000000 0000000C1ABB4040 ffff880c121259c0
e1000e: R  [0x020]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224bbb80
e1000e: R  [0x021]     0000000C2438A040 0000003C00000000 0000000C2438A040 ffff880c1ab21a80
e1000e: R  [0x022]     0000000C1D89E040 0000003C00000000 0000000C1D89E040 ffff880c1ab21880
e1000e: R  [0x023]     0000000C24394040 0000003C00000000 0000000C24394040 ffff880c1ab21280
e1000e: R  [0x024]     0000000C1F6DE040 0000003C00000000 0000000C1F6DE040 ffff880c1ab21180
e1000e: R  [0x025]     0000000622599040 0000010300020000 0000000622599040 ffff88062345eec0
e1000e: R  [0x026]     0000000623997040 0000010300020000 0000000623997040 ffff8806230560c0
e1000e: R  [0x027]     00000006187F9040 0000010300020000 00000006187F9040 ffff8806187f8e80
e1000e: R  [0x028]     0000000617C20040 0000010300020000 0000000617C20040 ffff88061db371c0
e1000e: R  [0x029]     0000000C1AA2B040 0000005C00020000 0000000C1AA2B040 ffff880c238b14c0
e1000e: R  [0x02A]     0000000C12077040 0000005C00020000 0000000C12077040 ffff880c238b10c0
e1000e: R  [0x02B]     0000000C1202F040 0000005C00020000 0000000C1202F040 ffff880c238b15c0
e1000e: R  [0x02C]     0000000C1AB72040 0000005C00020000 0000000C1AB72040 ffff880c238b1ec0
e1000e: R  [0x02D]     000000061A2C6040 0000003C00000000 000000061A2C6040 ffff88061db40880
e1000e: R  [0x02E]     000000061E442040 0000003C00000000 000000061E442040 ffff8806230b4c80
e1000e: R  [0x02F]     0000000C239E4040 0000003C00000000 0000000C239E4040 ffff880c238b18c0
e1000e: R  [0x030]     0000000C239E5040 0000003C00000000 0000000C239E5040 ffff880c1aa838c0
e1000e: R  [0x031]     0000000622752040 0000003C00000000 0000000622752040 ffff8806224bb580
e1000e: R  [0x032]     0000000C1AB01040 0000003C00000000 0000000C1AB01040 ffff880c1aa83ac0
e1000e: R  [0x033]     0000000C1E265040 0000003C00000000 0000000C1E265040 ffff880c1aa83dc0
e1000e: R  [0x034]     000000061E63F040 0000003C00000000 000000061E63F040 ffff88061e63eec0
e1000e: R  [0x035]     0000000C1AB00040 0000003C00000000 0000000C1AB00040 ffff880c1aa837c0
e1000e: R  [0x036]     0000000C23EE4040 0000003C00000000 0000000C23EE4040 ffff880c1aa831c0
e1000e: R  [0x037]     0000000623446040 0000003C00000000 0000000623446040 ffff88061c6b6680
e1000e: R  [0x038]     000000061D9AA040 0000005600050000 000000061D9AA040 ffff88061db40580
e1000e: R  [0x039]     0000000C1E272040 0000005600050000 0000000C1E272040 ffff880c1aa836c0
e1000e: R  [0x03A]     000000062365F040 0000005600050000 000000062365F040 ffff880623056cc0
e1000e: R  [0x03B]     0000000C210D4040 0000005600050000 0000000C210D4040 ffff880c1aa834c0
e1000e: R  [0x03C]     0000000C23C9A040 0000005600050000 0000000C23C9A040 ffff880c1aa833c0
e1000e: R  [0x03D]     0000000C21CDD040 0000005600050000 0000000C21CDD040 ffff880c1f4d7e80
e1000e: R  [0x03E]     0000000C21CDC040 0000005600050000 0000000C21CDC040 ffff880c1f4d7d80
e1000e: R  [0x03F]     0000000C1AA19040 0000005600050000 0000000C1AA19040 ffff880c1f4d7c80
e1000e: R  [0x040]     0000000C1AA18040 0000005600050000 0000000C1AA18040 ffff880c1f4d7b80
e1000e: R  [0x041]     0000000622707040 0000005600050000 0000000622707040 ffff8806238318c0
e1000e: R  [0x042]     00000006208E2040 0000005600050000 00000006208E2040 ffff8806239b15c0
e1000e: R  [0x043]     0000000C21387040 0000005600050000 0000000C21387040 ffff880c1f4d7880
e1000e: R  [0x044]     0000000C2128B040 0000005600050000 0000000C2128B040 ffff880c1f4d7780
e1000e: R  [0x045]     0000000C20820040 0000005600050000 0000000C20820040 ffff880c1f4d7680
e1000e: R  [0x046]     0000000C1AB8F040 0000005600050000 0000000C1AB8F040 ffff880c1f4d7580
e1000e: R  [0x047]     0000000C23EE5040 0000005600050000 0000000C23EE5040 ffff880c1f4d7480
e1000e: R  [0x048]     0000000C1E273040 0000003C00000000 0000000C1E273040 ffff880c1f4d7380
e1000e: R  [0x049]     0000000C1DB5E040 0000003C00000000 0000000C1DB5E040 ffff880c1f4d7280
e1000e: R  [0x04A]     0000000C24D54040 0000003C00000000 0000000C24D54040 ffff880c1f4d7180
e1000e: R  [0x04B]     00000006224D9040 0000003C00000000 00000006224D9040 ffff880623831bc0
e1000e: R  [0x04C]     0000000C1E1C5040 0000003C00000000 0000000C1E1C5040 ffff880c20113ec0
e1000e: R  [0x04D]     0000000C1AA52040 0000003C00000000 0000000C1AA52040 ffff880c20113dc0
e1000e: R  [0x04E]     0000000C1A885040 0000003C00000000 0000000C1A885040 ffff880c20113cc0
e1000e: R  [0x04F]     0000000C20094040 0000003C00000000 0000000C20094040 ffff880c20113bc0
e1000e: R  [0x050]     0000000C20BA1040 0000003C00000000 0000000C20BA1040 ffff880c20113ac0
e1000e: R  [0x051]     0000000C210FB040 0000003C00000000 0000000C210FB040 ffff880c201139c0
e1000e: R  [0x052]     0000000C23C75040 0000003C00000000 0000000C23C75040 ffff880c201138c0
e1000e: R  [0x053]     0000000C23C97040 0000003C00000000 0000000C23C97040 ffff880c201137c0
e1000e: R  [0x054]     0000000C121EA040 0000005C00020000 0000000C121EA040 ffff880c201136c0
e1000e: R  [0x055]     0000000C121D7040 0000005C00020000 0000000C121D7040 ffff880c201135c0
e1000e: R  [0x056]     00000006227DD040 0000005C00020000 00000006227DD040 ffff88062362d1c0
e1000e: R  [0x057]     0000000C12154040 0000005C00020000 0000000C12154040 ffff880c201133c0
e1000e: R  [0x058]     00000006239A4040 0000003C00000000 00000006239A4040 ffff88061d8d6080
e1000e: R  [0x059]     0000000622430040 0000003C00000000 0000000622430040 ffff88061e5dcdc0
e1000e: R  [0x05A]     0000000623B1A040 0000003C00000000 0000000623B1A040 ffff880620b6eec0
e1000e: R  [0x05B]     000000061E400040 0000003C00000000 000000061E400040 ffff880623884b80
e1000e: R  [0x05C]     0000000C201A9040 0000003C00000000 0000000C201A9040 ffff880c1e0f2d80
e1000e: R  [0x05D]     0000000C23AB5040 0000003C00000000 0000000C23AB5040 ffff880c1e0f2c80
e1000e: R  [0x05E]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061d8d6580
e1000e: R  [0x05F]     00000006230F3040 0000003C00000000 00000006230F3040 ffff880620b6eac0
e1000e: R  [0x060]     0000000C20B3A040 0000003C00000000 0000000C20B3A040 ffff880c1e0f2980
e1000e: R  [0x061]     0000000C20B3B040 0000003C00000000 0000000C20B3B040 ffff880c1e0f2880
e1000e: R  [0x062]     0000000C12174040 0000003C00000000 0000000C12174040 ffff880c1e0f2780
e1000e: R  [0x063]     0000000C12175040 0000003C00000000 0000000C12175040 ffff880c1e0f2680
e1000e: R  [0x064]     0000000C1E110040 0000003C00000000 0000000C1E110040 ffff880c1e0f2580
e1000e: R  [0x065]     0000000C1E111040 0000003C00000000 0000000C1E111040 ffff880c1e0f2480
e1000e: R  [0x066]     0000000C1DA5A040 0000003C00000000 0000000C1DA5A040 ffff880c1e0f2380
e1000e: R  [0x067]     000000061E5BC040 0000005600050000 000000061E5BC040 ffff880620b6e5c0
e1000e: R  [0x068]     000000061E46E040 0000005600050000 000000061E46E040 ffff88061c6b6b80
e1000e: R  [0x069]     0000000C1ABD9040 0000005600050000 0000000C1ABD9040 ffff880c1e0f2080
e1000e: R  [0x06A]     000000061D8D4040 0000005600050000 000000061D8D4040 ffff88061c6b6e80
e1000e: R  [0x06B]     0000000C120DA040 0000003C00000000 0000000C120DA040 ffff880c23d52dc0
e1000e: R  [0x06C]     0000000C120DB040 0000003C00000000 0000000C120DB040 ffff880c23d52cc0
e1000e: R  [0x06D]     0000000623478040 0000003C00000000 0000000623478040 ffff8806237a2e80
e1000e: R  [0x06E]     0000000C2357F040 0000003C00000000 0000000C2357F040 ffff880c23d52ac0
e1000e: R  [0x06F]     0000000C21244040 0000003C00000000 0000000C21244040 ffff880c23d529c0
e1000e: R  [0x070]     000000061DB1B040 0000005C00020000 000000061DB1B040 ffff880620b6e7c0
e1000e: R  [0x071]     0000000623AFD040 0000005C00020000 0000000623AFD040 ffff88062405b080
e1000e: R  [0x072]     000000061E5C0040 0000005C00020000 000000061E5C0040 ffff88061c6b6d80
e1000e: R  [0x073]     0000000C1213E040 0000005C00020000 0000000C1213E040 ffff880c23d525c0
e1000e: R  [0x074]     000000061DAC5040 0000009D00020000 000000061DAC5040 ffff880617cfab80
e1000e: R  [0x075]     0000000C1E01E040 0000003C00000000 0000000C1E01E040 ffff880c23d523c0
e1000e: R  [0x076]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880623722480
e1000e: R  [0x077]     00000006224BA040 0000003C00000000 00000006224BA040 ffff88061e415280
e1000e: R  [0x078]     0000000C203DD040 0000003C00000000 0000000C203DD040 ffff880c23d520c0
e1000e: R  [0x079]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff88062362ddc0
e1000e: R  [0x07A]     0000000C1AB4C040 0000003C00000000 0000000C1AB4C040 ffff880c211fed80
e1000e: R  [0x07B]     0000000617D02040 0000003C00000000 0000000617D02040 ffff88061e562ec0
e1000e: R  [0x07C]     0000000C239D4040 0000003C00000000 0000000C239D4040 ffff880c211feb80
e1000e: R  [0x07D]     0000000C239D5040 0000003C00000000 0000000C239D5040 ffff880c211fea80
e1000e: R  [0x07E]     0000000C1F794040 0000003C00000000 0000000C1F794040 ffff880c211fe980
e1000e: R  [0x07F]     0000000C1F795040 0000003C00000000 0000000C1F795040 ffff880c211fe880
e1000e: R  [0x080]     0000000C1ABF4040 0000003C00000000 0000000C1ABF4040 ffff880c211fe780
e1000e: R  [0x081]     0000000620A3E040 0000003C00000000 0000000620A3E040 ffff8806187d07c0
e1000e: R  [0x082]     000000061E71B040 0000003C00000000 000000061E71B040 ffff88062405b680
e1000e: R  [0x083]     0000000C202E9040 0000003C00000000 0000000C202E9040 ffff880c211fe480
e1000e: R  [0x084]     0000000C1AAB6040 0000003C00000000 0000000C1AAB6040 ffff880c211fe380
e1000e: R  [0x085]     0000000C1AAB7040 0000003C00000000 0000000C1AAB7040 ffff880c211fe280
e1000e: R  [0x086]     0000000C120A0040 0000003C00000000 0000000C120A0040 ffff880c211fe180
e1000e: R  [0x087]     000000061E7E4040 0000003C00000000 000000061E7E4040 ffff8806187d01c0
e1000e: R  [0x088]     0000000C1209D040 0000003C00000000 0000000C1209D040 ffff880c1209cec0
e1000e: R  [0x089]     0000000C1AB6E040 0000003C00000000 0000000C1AB6E040 ffff880c1209cdc0
e1000e: R  [0x08A]     0000000C1AB6F040 0000003C00000000 0000000C1AB6F040 ffff880c1209ccc0
e1000e: R  [0x08B]     0000000C12040040 0000003C00000000 0000000C12040040 ffff880c1209cbc0
e1000e: R  [0x08C]     0000000C12041040 0000003C00000000 0000000C12041040 ffff880c1209cac0
e1000e: R  [0x08D]     0000000C1211C040 0000003C00000000 0000000C1211C040 ffff880c1209c9c0
e1000e: R  [0x08E]     0000000C1211D040 0000003C00000000 0000000C1211D040 ffff880c1209c8c0
e1000e: R  [0x08F]     000000061D895040 0000003C00000000 000000061D895040 ffff8806224bb180
e1000e: R  [0x090]     000000061E46F040 0000003C00000000 000000061E46F040 ffff8806224bba80
e1000e: R  [0x091]     000000061E4D2040 0000003C00000000 000000061E4D2040 ffff8806227b7780
e1000e: R  [0x092]     0000000C23523040 0000003C00000000 0000000C23523040 ffff880c1209c4c0
e1000e: R  [0x093]     0000000623BF8040 0000003C00000000 0000000623BF8040 ffff88061e46cbc0
e1000e: R  [0x094]     0000000C1203F040 0000003C00000000 0000000C1203F040 ffff880c1209c2c0
e1000e: R  [0x095]     000000061C66B040 0000003C00000000 000000061C66B040 ffff88061e5624c0
e1000e: R  [0x096]     0000000C1DA7D040 0000003C00000000 0000000C1DA7D040 ffff880c1209c0c0
e1000e: R  [0x097]     000000061E651040 0000003C00000000 000000061E651040 ffff88061e5622c0
e1000e: R  [0x098]     000000061C455040 0000003C00000000 000000061C455040 ffff88061e415780
e1000e: R  [0x099]     0000000620B60040 0000003C00000000 0000000620B60040 ffff8806238d8080
e1000e: R  [0x09A]     000000061E572040 0000003C00000000 000000061E572040 ffff880620a79180
e1000e: R  [0x09B]     0000000623641040 0000003C00000000 0000000623641040 ffff880623fcde80
e1000e: R  [0x09C]     0000000C1F5D0040 0000005C00020000 0000000C1F5D0040 ffff880c1a9c8980
e1000e: R  [0x09D]     0000000C1F5D1040 0000005C00020000 0000000C1F5D1040 ffff880c1a9c8880
e1000e: R  [0x09E]     0000000C1A990040 0000005C00020000 0000000C1A990040 ffff880c1a9c8780
e1000e: R  [0x09F]     0000000C1A991040 0000005C00020000 0000000C1A991040 ffff880c1a9c8680
e1000e: R  [0x0A0]     0000000C20946040 0000003C00000000 0000000C20946040 ffff880c1a9c8580
e1000e: R  [0x0A1]     0000000C20947040 0000003C00000000 0000000C20947040 ffff880c1a9c8480
e1000e: R  [0x0A2]     0000000C1AA58040 0000003C00000000 0000000C1AA58040 ffff880c1a9c8380
e1000e: R  [0x0A3]     0000000C1AA59040 0000003C00000000 0000000C1AA59040 ffff880c1a9c8280
e1000e: R  [0x0A4]     0000000C20382040 0000003C00000000 0000000C20382040 ffff880c1a9c8180
e1000e: R  [0x0A5]     000000061E706040 0000003C00000000 000000061E706040 ffff8806224a97c0
e1000e: R  [0x0A6]     0000000623A6A040 0000003C00000000 0000000623A6A040 ffff88062405bd80
e1000e: R  [0x0A7]     0000000C1AA8A040 0000003C00000000 0000000C1AA8A040 ffff880c1ab40dc0
e1000e: R  [0x0A8]     0000000C1AA8B040 0000003C00000000 0000000C1AA8B040 ffff880c1ab40cc0
e1000e: R  [0x0A9]     0000000C1A86C040 0000003C00000000 0000000C1A86C040 ffff880c1ab40bc0
e1000e: R  [0x0AA]     0000000C1A86D040 0000003C00000000 0000000C1A86D040 ffff880c1ab40ac0
e1000e: R  [0x0AB]     00000006227F4040 0000003C00000000 00000006227F4040 ffff8806238a0a80
e1000e: R  [0x0AC]     0000000C1AAAD040 0000003C00000000 0000000C1AAAD040 ffff880c1ab408c0
e1000e: R  [0x0AD]     000000061E534040 0000003C00000000 000000061E534040 ffff88062405b480
e1000e: R  [0x0AE]     0000000C120D5040 0000003C00000000 0000000C120D5040 ffff880c1ab406c0
e1000e: R  [0x0AF]     0000000617E98040 0000003C00000000 0000000617E98040 ffff88062405b380
e1000e: R  [0x0B0]     0000000C201F9040 0000003C00000000 0000000C201F9040 ffff880c1ab404c0
e1000e: R  [0x0B1]     0000000C21E6C040 0000003C00000000 0000000C21E6C040 ffff880c1ab403c0
e1000e: R  [0x0B2]     0000000623F6F040 0000003C00000000 0000000623F6F040 ffff880623884880
e1000e: R  [0x0B3]     0000000C23D16040 0000003C00000000 0000000C23D16040 ffff880c1ab401c0
e1000e: R  [0x0B4]     0000000C23D17040 0000003C00000000 0000000C23D17040 ffff880c1ab400c0
e1000e: R  [0x0B5]     0000000C1AB7D040 0000003C00000000 0000000C1AB7D040 ffff880c1ab7ce80
e1000e: R  [0x0B6]     0000000C21250040 0000003C00000000 0000000C21250040 ffff880c1ab7cd80
e1000e: R  [0x0B7]     BF49000000000000 0000003C00000000 0000000000000000 ffff88061c669dc0 NTU
e1000e: R  [0x0B8]     00000006238F5040 0000003C00000000 00000006238F5040 ffff88061e533580 NTC
e1000e: R  [0x0B9]     000000061DA5D040 0000003C00000000 000000061DA5D040 ffff880619389c80
e1000e: R  [0x0BA]     000000061E553040 0000015600020000 000000061E553040 ffff8806239b14c0
e1000e: R  [0x0BB]     0000000620911040 0000003C00000000 0000000620911040 ffff8806230566c0
e1000e: R  [0x0BC]     0000000C12020040 0000003C00000000 0000000C12020040 ffff880c1ab7c780
e1000e: R  [0x0BD]     0000000623ACD040 0000003C00000000 0000000623ACD040 ffff8806227b7380
e1000e: R  [0x0BE]     0000000C1AFD2040 0000005C00020000 0000000C1AFD2040 ffff880c1ab7c580
e1000e: R  [0x0BF]     000000061C41F040 0000005C00020000 000000061C41F040 ffff880623884380
e1000e: R  [0x0C0]     000000062333A040 0000005C00020000 000000062333A040 ffff880620ba1180
e1000e: R  [0x0C1]     0000000C23A25040 0000005C00020000 0000000C23A25040 ffff880c1ab7c280
e1000e: R  [0x0C2]     0000000C2343A040 0000003C00000000 0000000C2343A040 ffff880c1ab7c180
e1000e: R  [0x0C3]     0000000C2343B040 0000003C00000000 0000000C2343B040 ffff880c1ab7c080
e1000e: R  [0x0C4]     00000006208A7040 0000003C00000000 00000006208A7040 ffff88061c6696c0
e1000e: R  [0x0C5]     000000062096C040 0000003C00000000 000000062096C040 ffff88061d9cc5c0
e1000e: R  [0x0C6]     00000006237DA040 0000003C00000000 00000006237DA040 ffff88061c6b6380
e1000e: R  [0x0C7]     00000006236CE040 0000003C00000000 00000006236CE040 ffff88062274a780
e1000e: R  [0x0C8]     0000000C1AA11040 0000003C00000000 0000000C1AA11040 ffff880c12112ac0
e1000e: R  [0x0C9]     0000000C235B0040 0000003C00000000 0000000C235B0040 ffff880c121129c0
e1000e: R  [0x0CA]     0000000C235B1040 0000003C00000000 0000000C235B1040 ffff880c121128c0
e1000e: R  [0x0CB]     0000000C2360C040 0000003C00000000 0000000C2360C040 ffff880c121127c0
e1000e: R  [0x0CC]     0000000C2360D040 0000003C00000000 0000000C2360D040 ffff880c121126c0
e1000e: R  [0x0CD]     0000000C1A932040 0000003C00000000 0000000C1A932040 ffff880c121125c0
e1000e: R  [0x0CE]     0000000C1A933040 0000003C00000000 0000000C1A933040 ffff880c121124c0
e1000e: R  [0x0CF]     0000000623B87040 0000003C00000000 0000000623B87040 ffff880623808a80
e1000e: R  [0x0D0]     000000061DA24040 0000003C00000000 000000061DA24040 ffff880619389480
e1000e: R  [0x0D1]     0000000C1ABBC040 0000003C00000000 0000000C1ABBC040 ffff880c121121c0
e1000e: R  [0x0D2]     000000062248F040 0000003C00000000 000000062248F040 ffff8806226fc2c0
e1000e: R  [0x0D3]     00000006225C9040 0000003C00000000 00000006225C9040 ffff88061e5620c0
e1000e: R  [0x0D4]     0000000622718040 0000003C00000000 0000000622718040 ffff8806226fcbc0
e1000e: R  [0x0D5]     0000000623AEE040 0000003C00000000 0000000623AEE040 ffff8806226fc5c0
e1000e: R  [0x0D6]     0000000C1E248040 0000003C00000000 0000000C1E248040 ffff880c1ac20b80
e1000e: R  [0x0D7]     0000000C1E249040 0000003C00000000 0000000C1E249040 ffff880c1ac20a80
e1000e: R  [0x0D8]     0000000C12122040 0000003C00000000 0000000C12122040 ffff880c1ac20980
e1000e: R  [0x0D9]     0000000C12123040 0000003C00000000 0000000C12123040 ffff880c1ac20880
e1000e: R  [0x0DA]     0000000C208C8040 0000003C00000000 0000000C208C8040 ffff880c1ac20780
e1000e: R  [0x0DB]     0000000C208C9040 0000005C00020000 0000000C208C9040 ffff880c1ac20680
e1000e: R  [0x0DC]     0000000C1E292040 0000005C00020000 0000000C1E292040 ffff880c1ac20580
e1000e: R  [0x0DD]     0000000C1E293040 0000005C00020000 0000000C1E293040 ffff880c1ac20480
e1000e: R  [0x0DE]     0000000620A09040 0000005C00020000 0000000620A09040 ffff880619389280
e1000e: R  [0x0DF]     0000000C1AB0F040 0000003C00000000 0000000C1AB0F040 ffff880c1ac20280
e1000e: R  [0x0E0]     00000006209F4040 0000004000020000 00000006209F4040 ffff88061e562ac0
e1000e: R  [0x0E1]     00000006227FC040 0000003C00000000 00000006227FC040 ffff88061d8f96c0
e1000e: R  [0x0E2]     0000000620B6F040 0000003C00000000 0000000620B6F040 ffff88061e5626c0
e1000e: R  [0x0E3]     00000006237C5040 0000003C00000000 00000006237C5040 ffff88061d8f94c0
e1000e: R  [0x0E4]     0000000C1ABE5040 0000003C00000000 0000000C1ABE5040 ffff880c12008cc0
e1000e: R  [0x0E5]     000000062097B040 0000003C00000000 000000062097B040 ffff8806239b18c0
e1000e: R  [0x0E6]     0000000C203CB040 0000003C00000000 0000000C203CB040 ffff880c12008ac0
e1000e: R  [0x0E7]     0000000C23DA6040 0000003C00000000 0000000C23DA6040 ffff880c120089c0
e1000e: R  [0x0E8]     000000061E43B040 0000003C00000000 000000061E43B040 ffff8806208dc080
e1000e: R  [0x0E9]     00000006224F5040 0000003C00000000 00000006224F5040 ffff880617d4abc0
e1000e: R  [0x0EA]     0000000C23901040 0000003C00000000 0000000C23901040 ffff880c120086c0
e1000e: R  [0x0EB]     0000000C21F5E040 0000003C00000000 0000000C21F5E040 ffff880c120085c0
e1000e: R  [0x0EC]     0000000C21F5F040 0000003C00000000 0000000C21F5F040 ffff880c120084c0
e1000e: R  [0x0ED]     0000000C1AB0A040 0000003C00000000 0000000C1AB0A040 ffff880c120083c0
e1000e: R  [0x0EE]     000000061E566040 0000003C00000000 000000061E566040 ffff8806238319c0
e1000e: R  [0x0EF]     0000000C23996040 0000003C00000000 0000000C23996040 ffff880c120081c0
e1000e: R  [0x0F0]     0000000C23997040 0000003C00000000 0000000C23997040 ffff880c120080c0
e1000e: R  [0x0F1]     0000000C1AAC1040 0000003C00000000 0000000C1AAC1040 ffff880c1aac0e80
e1000e: R  [0x0F2]     0000000C238D2040 0000003C00000000 0000000C238D2040 ffff880c1aac0d80
e1000e: R  [0x0F3]     000000061C6A5040 0000003C00000000 000000061C6A5040 ffff88061c6a8480
e1000e: R  [0x0F4]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff8806227b7c80
e1000e: R  [0x0F5]     0000000C1AA8D040 0000003C00000000 0000000C1AA8D040 ffff880c1aac0a80
e1000e: R  [0x0F6]     0000000C1ABFC040 0000003C00000000 0000000C1ABFC040 ffff880c1aac0980
e1000e: R  [0x0F7]     00000006209CD040 0000003C00000000 00000006209CD040 ffff8806227b7980
e1000e: R  [0x0F8]     0000000620BDD040 0000003C00000000 0000000620BDD040 ffff880623722380
e1000e: R  [0x0F9]     0000000C203B7040 0000003C00000000 0000000C203B7040 ffff880c1aac0680
e1000e: R  [0x0FA]     00000006224B5040 0000003C00000000 00000006224B5040 ffff880617d4a1c0
e1000e: R  [0x0FB]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880623722e80
e1000e: R  [0x0FC]     0000000C1A9B0040 0000003C00000000 0000000C1A9B0040 ffff880c1aac0380
e1000e: R  [0x0FD]     0000000C1A9B1040 0000003C00000000 0000000C1A9B1040 ffff880c1aac0280
e1000e: R  [0x0FE]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff8806230b4680
e1000e: R  [0x0FF]     0000000623B35040 0000003C00000000 0000000623B35040 ffff8806224bb680
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <9>
  TDT                  <11>
  next_to_use          <11>
  next_to_clean        <7>
buffer_info[next_to_clean]:
  time_stamp           <1034c4fe7>
  next_to_watch        <a>
  jiffies              <1034c5f00>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <9>
  TDT                  <11>
  next_to_use          <11>
  next_to_clean        <7>
buffer_info[next_to_clean]:
  time_stamp           <1034c4fe7>
  next_to_watch        <a>
  jiffies              <1034c6ea0>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 00000001034C4FE7 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000000
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             00000068
e1000e: RDT             00000060
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            00000ff0
e1000e: RDFT            00000ff0
e1000e: RDFHS           00000ff0
e1000e: RDFTS           00000ff0
e1000e: RDFPC           00000000
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000009
e1000e: TDT             00000011
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001540
e1000e: TDFT            00001548
e1000e: TDFHS           00001540
e1000e: TDFTS           00001540
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0    11     7 0000000000000000 0000   A 00000001034C4FE7
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tc[0x000]    0000322200000000 0000000021000000 0000000000000000 0000    2 0000000000000000 (null)
e1000e: Td[0x001]    00000006226FDD0A 0000000022100036 0000000000000000 0036    1 0000000000000000 (null)
e1000e: Td[0x002]    0000000C201E787C 00000000AB1005B4 0000000000000000 05B4    2 0000000000000000 (null)
e1000e: Tc[0x003]    000032220021180E 0000000027000B68 0000000000000000 0000    6 0000000000000000 (null)
e1000e: Td[0x004]    0000000620B9E50A 000000002610003A 0000000000000000 003A    4 0000000000000000 (null)
e1000e: Td[0x005]    000000062407A504 0000000026100AFC 0000000000000000 0AFC    5 0000000000000000 (null)
e1000e: Td[0x006]    0000000620B62000 00000000AF100000 0000000000000000 0068    6 0000000000000000 (null)
e1000e: Tc[0x007]    0000322200000000 0000000021000000 0000000000000000 0000    A 00000001034C4FE7 (null) NTC
e1000e: Td[0x008]    000000061D97E50A 0000020022100036 000000061D97E50A 0036    8 00000001034C4FE7 (null)
e1000e: Td[0x009]    0000000C201E7E30 00000200221001D0 0000000C201E7E30 01D0    9 00000001034C4FE7 (null)
e1000e: Td[0x00A]    0000000620BCE000 00000200AB1003E4 0000000620BCE000 03E4    A 00000001034C4FE7 ffff88062268bd70
e1000e: Tc[0x00B]    0000322200000000 0000000021000000 0000000000000000 0000    D 00000001034C4FE7 (null)
e1000e: Td[0x00C]    0000000623A2150A 0000020022100036 0000000623A2150A 0036    C 00000001034C4FE7 (null)
e1000e: Td[0x00D]    0000000620BCE3E4 00000200AB1005B4 0000000620BCE3E4 05B4    D 00000001034C4FE7 ffff88062268b970
e1000e: Tc[0x00E]    0000322200000000 0000000021000000 0000000000000000 0000   10 00000001034C4FE7 (null)
e1000e: Td[0x00F]    0000000623A21D0A 0000020022100036 0000000623A21D0A 0036    F 00000001034C4FE7 (null)
e1000e: Td[0x010]    0000000620BCE998 00000200AB1005B4 0000000620BCE998 05B4   10 00000001034C4FE7 ffff88062268b370
e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    67    68
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000623B35040 0000003C00000000 0000000623B35040 ffff8806224bb680
e1000e: R  [0x001]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff8806230b4680
e1000e: R  [0x002]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880623722e80
e1000e: R  [0x003]     00000006224B5040 0000003C00000000 00000006224B5040 ffff880617d4a1c0
e1000e: R  [0x004]     0000000620BDD040 0000003C00000000 0000000620BDD040 ffff880623722380
e1000e: R  [0x005]     00000006209CD040 0000003C00000000 00000006209CD040 ffff8806227b7980
e1000e: R  [0x006]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff8806227b7c80
e1000e: R  [0x007]     000000061C6A5040 0000003C00000000 000000061C6A5040 ffff88061c6a8480
e1000e: R  [0x008]     000000061E566040 0000003C00000000 000000061E566040 ffff8806238319c0
e1000e: R  [0x009]     00000006224F5040 0000003C00000000 00000006224F5040 ffff880617d4abc0
e1000e: R  [0x00A]     000000061E43B040 0000003C00000000 000000061E43B040 ffff8806208dc080
e1000e: R  [0x00B]     000000062097B040 0000003C00000000 000000062097B040 ffff8806239b18c0
e1000e: R  [0x00C]     00000006237C5040 0000005C00020000 00000006237C5040 ffff88061d8f94c0
e1000e: R  [0x00D]     0000000620B6F040 0000005C00020000 0000000620B6F040 ffff88061e5626c0
e1000e: R  [0x00E]     00000006227FC040 0000005C00020000 00000006227FC040 ffff88061d8f96c0
e1000e: R  [0x00F]     00000006209F4040 0000005C00020000 00000006209F4040 ffff88061e562ac0
e1000e: R  [0x010]     0000000620A09040 0000005C00020000 0000000620A09040 ffff880619389280
e1000e: R  [0x011]     0000000623AEE040 0000003C00000000 0000000623AEE040 ffff8806226fc5c0
e1000e: R  [0x012]     00000006225C9040 0000003C00000000 00000006225C9040 ffff88061e5620c0
e1000e: R  [0x013]     0000000622718040 0000003C00000000 0000000622718040 ffff8806226fcbc0
e1000e: R  [0x014]     000000062248F040 0000003C00000000 000000062248F040 ffff8806226fc2c0
e1000e: R  [0x015]     000000061DA24040 0000003C00000000 000000061DA24040 ffff880619389480
e1000e: R  [0x016]     0000000623B87040 0000003C00000000 0000000623B87040 ffff880623808a80
e1000e: R  [0x017]     00000006236CE040 0000003C00000000 00000006236CE040 ffff88062274a780
e1000e: R  [0x018]     00000006237DA040 0000003C00000000 00000006237DA040 ffff88061c6b6380
e1000e: R  [0x019]     000000062096C040 0000003C00000000 000000062096C040 ffff88061d9cc5c0
e1000e: R  [0x01A]     00000006208A7040 0000003C00000000 00000006208A7040 ffff88061c6696c0
e1000e: R  [0x01B]     000000062333A040 0000003C00000000 000000062333A040 ffff880620ba1180
e1000e: R  [0x01C]     000000061C41F040 0000003C00000000 000000061C41F040 ffff880623884380
e1000e: R  [0x01D]     0000000623ACD040 0000003C00000000 0000000623ACD040 ffff8806227b7380
e1000e: R  [0x01E]     0000000620911040 0000003C00000000 0000000620911040 ffff8806230566c0
e1000e: R  [0x01F]     000000061E553040 0000003C00000000 000000061E553040 ffff8806239b14c0
e1000e: R  [0x020]     000000061DA5D040 0000003C00000000 000000061DA5D040 ffff880619389c80
e1000e: R  [0x021]     00000006238F5040 0000003C00000000 00000006238F5040 ffff88061e533580
e1000e: R  [0x022]     000000061DBA5040 0000003C00000000 000000061DBA5040 ffff88061c669dc0
e1000e: R  [0x023]     0000000623F6F040 0000003C00000000 0000000623F6F040 ffff880623884880
e1000e: R  [0x024]     0000000617E98040 0000003C00000000 0000000617E98040 ffff88062405b380
e1000e: R  [0x025]     000000061E534040 0000003C00000000 000000061E534040 ffff88062405b480
e1000e: R  [0x026]     00000006227F4040 0000003C00000000 00000006227F4040 ffff8806238a0a80
e1000e: R  [0x027]     0000000623A6A040 0000003C00000000 0000000623A6A040 ffff88062405bd80
e1000e: R  [0x028]     000000061E706040 0000003C00000000 000000061E706040 ffff8806224a97c0
e1000e: R  [0x029]     0000000623641040 0000003C00000000 0000000623641040 ffff880623fcde80
e1000e: R  [0x02A]     000000061E572040 0000003C00000000 000000061E572040 ffff880620a79180
e1000e: R  [0x02B]     0000000620B60040 0000003C00000000 0000000620B60040 ffff8806238d8080
e1000e: R  [0x02C]     000000061C455040 0000003C00000000 000000061C455040 ffff88061e415780
e1000e: R  [0x02D]     0000000623BF8040 0000010300020000 0000000623BF8040 ffff88061e46cbc0
e1000e: R  [0x02E]     000000061C66B040 0000010300020000 000000061C66B040 ffff88061e5624c0
e1000e: R  [0x02F]     000000061E4D2040 0000010300020000 000000061E4D2040 ffff8806227b7780
e1000e: R  [0x030]     000000061E63C040 0000010300020000 000000061E63C040 ffff88061e415c80
e1000e: R  [0x031]     000000061E46F040 0000005C00020000 000000061E46F040 ffff8806224bba80
e1000e: R  [0x032]     000000061D895040 0000005C00020000 000000061D895040 ffff8806224bb180
e1000e: R  [0x033]     000000061E7E4040 0000005C00020000 000000061E7E4040 ffff8806187d01c0
e1000e: R  [0x034]     000000061E71B040 0000005C00020000 000000061E71B040 ffff88062405b680
e1000e: R  [0x035]     0000000620A3E040 0000003C00000000 0000000620A3E040 ffff8806187d07c0
e1000e: R  [0x036]     0000000617D02040 0000003C00000000 0000000617D02040 ffff88061e562ec0
e1000e: R  [0x037]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff88062362ddc0
e1000e: R  [0x038]     00000006224BA040 0000003C00000000 00000006224BA040 ffff88061e415280
e1000e: R  [0x039]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880623722480
e1000e: R  [0x03A]     000000061DAC5040 0000003C00000000 000000061DAC5040 ffff880617cfab80
e1000e: R  [0x03B]     000000061E5C0040 0000003C00000000 000000061E5C0040 ffff88061c6b6d80
e1000e: R  [0x03C]     0000000623AFD040 0000003C00000000 0000000623AFD040 ffff88062405b080
e1000e: R  [0x03D]     000000061DB1B040 0000003C00000000 000000061DB1B040 ffff880620b6e7c0
e1000e: R  [0x03E]     0000000623478040 0000003C00000000 0000000623478040 ffff8806237a2e80
e1000e: R  [0x03F]     000000061D8D4040 0000003C00000000 000000061D8D4040 ffff88061c6b6e80
e1000e: R  [0x040]     000000061E46E040 0000003C00000000 000000061E46E040 ffff88061c6b6b80
e1000e: R  [0x041]     000000061E5BC040 0000003C00000000 000000061E5BC040 ffff880620b6e5c0
e1000e: R  [0x042]     00000006230F3040 0000003C00000000 00000006230F3040 ffff880620b6eac0
e1000e: R  [0x043]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061d8d6580
e1000e: R  [0x044]     000000061E400040 0000003C00000000 000000061E400040 ffff880623884b80
e1000e: R  [0x045]     0000000623B1A040 0000003C00000000 0000000623B1A040 ffff880620b6eec0
e1000e: R  [0x046]     0000000622430040 0000003C00000000 0000000622430040 ffff88061e5dcdc0
e1000e: R  [0x047]     00000006239A4040 0000003C00000000 00000006239A4040 ffff88061d8d6080
e1000e: R  [0x048]     00000006227DD040 0000003C00000000 00000006227DD040 ffff88062362d1c0
e1000e: R  [0x049]     00000006224D9040 0000003C00000000 00000006224D9040 ffff880623831bc0
e1000e: R  [0x04A]     00000006208E2040 0000003C00000000 00000006208E2040 ffff8806239b15c0
e1000e: R  [0x04B]     0000000622707040 0000003C00000000 0000000622707040 ffff8806238318c0
e1000e: R  [0x04C]     000000062365F040 0000003C00000000 000000062365F040 ffff880623056cc0
e1000e: R  [0x04D]     000000061D9AA040 0000003C00000000 000000061D9AA040 ffff88061db40580
e1000e: R  [0x04E]     0000000623446040 0000003C00000000 0000000623446040 ffff88061c6b6680
e1000e: R  [0x04F]     000000061E63F040 0000005C00020000 000000061E63F040 ffff88061e63eec0
e1000e: R  [0x050]     0000000622752040 0000005C00020000 0000000622752040 ffff8806224bb580
e1000e: R  [0x051]     000000061E442040 0000005C00020000 000000061E442040 ffff8806230b4c80
e1000e: R  [0x052]     000000061A2C6040 0000005C00020000 000000061A2C6040 ffff88061db40880
e1000e: R  [0x053]     0000000617C20040 0000003C00000000 0000000617C20040 ffff88061db371c0
e1000e: R  [0x054]     00000006187F9040 0000003C00000000 00000006187F9040 ffff8806187f8e80
e1000e: R  [0x055]     0000000623997040 0000003C00000000 0000000623997040 ffff8806230560c0
e1000e: R  [0x056]     0000000622599040 0000003C00000000 0000000622599040 ffff88062345eec0
e1000e: R  [0x057]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224bbb80
e1000e: R  [0x058]     000000061C417040 0000003C00000000 000000061C417040 ffff88061d8d6480
e1000e: R  [0x059]     000000061DBBA040 0000003C00000000 000000061DBBA040 ffff88061e614880
e1000e: R  [0x05A]     0000000617D61040 0000003C00000000 0000000617D61040 ffff8806224d2280
e1000e: R  [0x05B]     000000062388A040 0000003C00000000 000000062388A040 ffff880622578480
e1000e: R  [0x05C]     000000061D938040 0000003C00000000 000000061D938040 ffff8806224bbd80
e1000e: R  [0x05D]     00000006209B4040 0000003C00000000 00000006209B4040 ffff88061d8d6380
e1000e: R  [0x05E]     000000061DB3F040 0000003C00000000 000000061DB3F040 ffff8806230b4880
e1000e: R  [0x05F]     0000000620917040 0000003C00000000 0000000620917040 ffff88061d8f95c0
e1000e: R  [0x060]     000000061E777040 0000003C00000000 000000061E777040 ffff880623722280
e1000e: R  [0x061]     000000062275F040 0000003C00000000 000000062275F040 ffff88061e5dc4c0
e1000e: R  [0x062]     0000000622659040 0000003C00000000 0000000622659040 ffff88061e46cdc0
e1000e: R  [0x063]     00000006224E5040 0000003C00000000 00000006224E5040 ffff88061e46cec0
e1000e: R  [0x064]     000000061D930040 0000003C00000000 000000061D930040 ffff880623894680
e1000e: R  [0x065]     000000061DBA8040 0000003C00000000 000000061DBA8040 ffff88061e46c9c0
e1000e: R  [0x066]     00000006231E0040 0000003C00000000 00000006231E0040 ffff88061e46c8c0
e1000e: R  [0x067]     BF39000000000000 0000003C00000000 0000000000000000 ffff88061e46c3c0 NTU
e1000e: R  [0x068]     00000006225B7040 0000003C00000000 00000006225B7040 ffff8806187e2ac0 NTC
e1000e: R  [0x069]     0000000623663040 0000003C00000000 0000000623663040 ffff88061db379c0
e1000e: R  [0x06A]     000000061E799040 0000003C00000000 000000061E799040 ffff8806187e28c0
e1000e: R  [0x06B]     00000006237A7040 0000005C00020000 00000006237A7040 ffff8806187e27c0
e1000e: R  [0x06C]     000000061D872040 0000005C00020000 000000061D872040 ffff88061e6c90c0
e1000e: R  [0x06D]     0000000623338040 0000005C00020000 0000000623338040 ffff88061db370c0
e1000e: R  [0x06E]     000000061E408040 0000005C00020000 000000061E408040 ffff88062362d6c0
e1000e: R  [0x06F]     0000000620919040 0000003C00000000 0000000620919040 ffff8806230676c0
e1000e: R  [0x070]     000000061E7E2040 0000003C00000000 000000061E7E2040 ffff8806187e2bc0
e1000e: R  [0x071]     00000006227FB040 0000003C00000000 00000006227FB040 ffff8806237a2b80
e1000e: R  [0x072]     00000006247B8040 0000003C00000000 00000006247B8040 ffff880623894480
e1000e: R  [0x073]     0000000620BCD040 0000003C00000000 0000000620BCD040 ffff880617f3e280
e1000e: R  [0x074]     000000061DA0E040 0000003C00000000 000000061DA0E040 ffff8806237a2a80
e1000e: R  [0x075]     000000061C528040 0000003C00000000 000000061C528040 ffff8806237a2980
e1000e: R  [0x076]     000000062267C040 0000003C00000000 000000062267C040 ffff8806237a2880
e1000e: R  [0x077]     00000006238E0040 0000003C00000000 00000006238E0040 ffff8806237a2780
e1000e: R  [0x078]     000000061E529040 0000003C00000000 000000061E529040 ffff8806237a2680
e1000e: R  [0x079]     000000062091A040 0000015600020000 000000062091A040 ffff8806237a2580
e1000e: R  [0x07A]     000000061DAEC040 0000003C00000000 000000061DAEC040 ffff8806237a2480
e1000e: R  [0x07B]     000000062246C040 0000003C00000000 000000062246C040 ffff8806237a2380
e1000e: R  [0x07C]     0000000620B05040 0000003C00000000 0000000620B05040 ffff8806237a2280
e1000e: R  [0x07D]     00000006225EA040 0000003C00000000 00000006225EA040 ffff8806237a2180
e1000e: R  [0x07E]     000000062279E040 0000003C00000000 000000062279E040 ffff8806237a2080
e1000e: R  [0x07F]     0000000620923040 0000003C00000000 0000000620923040 ffff88061db375c0
e1000e: R  [0x080]     0000000623886040 0000003C00000000 0000000623886040 ffff88061db374c0
e1000e: R  [0x081]     000000062086E040 0000003C00000000 000000062086E040 ffff88061db373c0
e1000e: R  [0x082]     0000000623A11040 0000003C00000000 0000000623A11040 ffff88061db372c0
e1000e: R  [0x083]     0000000620992040 0000003C00000000 0000000620992040 ffff88061db377c0
e1000e: R  [0x084]     000000061E771040 0000003C00000000 000000061E771040 ffff88061d98b0c0
e1000e: R  [0x085]     000000061E41F040 0000003C00000000 000000061E41F040 ffff88061d98b1c0
e1000e: R  [0x086]     0000000623004040 0000005C00020000 0000000623004040 ffff88061d98b2c0
e1000e: R  [0x087]     0000000622442040 0000005C00020000 0000000622442040 ffff88061d98b3c0
e1000e: R  [0x088]     000000062335C040 0000005C00020000 000000062335C040 ffff88061d98b4c0
e1000e: R  [0x089]     0000000623366040 0000005C00020000 0000000623366040 ffff88061d98b5c0
e1000e: R  [0x08A]     000000061E67C040 0000003C00000000 000000061E67C040 ffff88061d98b6c0
e1000e: R  [0x08B]     000000061E74D040 0000003C00000000 000000061E74D040 ffff880617f3e080
e1000e: R  [0x08C]     000000061DB2F040 0000003C00000000 000000061DB2F040 ffff880623894580
e1000e: R  [0x08D]     000000061E7DB040 0000003C00000000 000000061E7DB040 ffff880623894180
e1000e: R  [0x08E]     0000000620867040 0000003C00000000 0000000620867040 ffff8806187e2ec0
e1000e: R  [0x08F]     000000062268E040 0000003C00000000 000000062268E040 ffff88061e6c9ac0
e1000e: R  [0x090]     0000000623093040 0000003C00000000 0000000623093040 ffff8806237a2c80
e1000e: R  [0x091]     000000062330A040 0000003C00000000 000000062330A040 ffff880623fcd880
e1000e: R  [0x092]     000000061D80F040 0000003C00000000 000000061D80F040 ffff880620afbe80
e1000e: R  [0x093]     0000000623F94040 0000003C00000000 0000000623F94040 ffff880620afbd80
e1000e: R  [0x094]     0000000620AA4040 0000003C00000000 0000000620AA4040 ffff880620afbc80
e1000e: R  [0x095]     0000000623364040 0000003C00000000 0000000623364040 ffff880620afbb80
e1000e: R  [0x096]     000000061D97C040 0000003C00000000 000000061D97C040 ffff880620afba80
e1000e: R  [0x097]     0000000623315040 0000003C00000000 0000000623315040 ffff880620afb980
e1000e: R  [0x098]     0000000620882040 0000003C00000000 0000000620882040 ffff880620afb880
e1000e: R  [0x099]     00000006226F8040 0000003C00000000 00000006226F8040 ffff880620afb780
e1000e: R  [0x09A]     0000000620BD4040 0000003C00000000 0000000620BD4040 ffff880620afb680
e1000e: R  [0x09B]     000000062253F040 0000003C00000000 000000062253F040 ffff880620afb580
e1000e: R  [0x09C]     00000006233ED040 0000003C00000000 00000006233ED040 ffff880620afb480
e1000e: R  [0x09D]     00000006237D5040 0000003C00000000 00000006237D5040 ffff880620afb380
e1000e: R  [0x09E]     000000062374F040 0000003C00000000 000000062374F040 ffff880620afb280
e1000e: R  [0x09F]     0000000617D53040 0000003C00000000 0000000617D53040 ffff880620afb180
e1000e: R  [0x0A0]     000000062096B040 0000003C00000000 000000062096B040 ffff880620afb080
e1000e: R  [0x0A1]     0000000620B90040 0000003C00000000 0000000620B90040 ffff88061c532ec0
e1000e: R  [0x0A2]     000000061E486040 0000003C00000000 000000061E486040 ffff88061c532dc0
e1000e: R  [0x0A3]     000000061E4E0040 0000003C00000000 000000061E4E0040 ffff88061c532cc0
e1000e: R  [0x0A4]     0000000623B7B040 0000003C00000000 0000000623B7B040 ffff88061c532bc0
e1000e: R  [0x0A5]     00000006208C8040 0000003C00000000 00000006208C8040 ffff88061c532ac0
e1000e: R  [0x0A6]     0000000623FF7040 0000003C00000000 0000000623FF7040 ffff88061c5329c0
e1000e: R  [0x0A7]     000000061C45C040 0000005C00020000 000000061C45C040 ffff88061c5328c0
e1000e: R  [0x0A8]     00000006227BD040 0000005C00020000 00000006227BD040 ffff88061c5327c0
e1000e: R  [0x0A9]     0000000617C0A040 0000005C00020000 0000000617C0A040 ffff88061c5326c0
e1000e: R  [0x0AA]     0000000620A95040 0000005C00020000 0000000620A95040 ffff88061c5325c0
e1000e: R  [0x0AB]     000000061C454040 0000003C00000000 000000061C454040 ffff88061c5324c0
e1000e: R  [0x0AC]     000000061E4AB040 0000003C00000000 000000061E4AB040 ffff88061c5323c0
e1000e: R  [0x0AD]     0000000623899040 0000003C00000000 0000000623899040 ffff88061c5322c0
e1000e: R  [0x0AE]     000000061D8BF040 0000003C00000000 000000061D8BF040 ffff88061c5321c0
e1000e: R  [0x0AF]     0000000623362040 0000003C00000000 0000000623362040 ffff88061c5320c0
e1000e: R  [0x0B0]     0000000617C86040 0000003C00000000 0000000617C86040 ffff880623363e80
e1000e: R  [0x0B1]     0000000617C87040 0000003C00000000 0000000617C87040 ffff880623363d80
e1000e: R  [0x0B2]     000000061D882040 0000003C00000000 000000061D882040 ffff880623363c80
e1000e: R  [0x0B3]     000000061D883040 0000003C00000000 000000061D883040 ffff880623363b80
e1000e: R  [0x0B4]     000000061C4BA040 0000003C00000000 000000061C4BA040 ffff880623363a80
e1000e: R  [0x0B5]     000000061C4BB040 0000003C00000000 000000061C4BB040 ffff880623363980
e1000e: R  [0x0B6]     00000006209AE040 0000003C00000000 00000006209AE040 ffff880623363880
e1000e: R  [0x0B7]     00000006209AF040 0000003C00000000 00000006209AF040 ffff880623363780
e1000e: R  [0x0B8]     000000061E672040 0000003C00000000 000000061E672040 ffff880623363680
e1000e: R  [0x0B9]     000000061E673040 0000003C00000000 000000061E673040 ffff880623363580
e1000e: R  [0x0BA]     000000061E41C040 0000003C00000000 000000061E41C040 ffff880623363480
e1000e: R  [0x0BB]     000000061E41D040 0000003C00000000 000000061E41D040 ffff880623363380
e1000e: R  [0x0BC]     0000000617C06040 0000003C00000000 0000000617C06040 ffff880623363280
e1000e: R  [0x0BD]     0000000617C07040 0000003C00000000 0000000617C07040 ffff880623363180
e1000e: R  [0x0BE]     0000000620BB4040 0000003C00000000 0000000620BB4040 ffff880623363080
e1000e: R  [0x0BF]     0000000623772040 0000003C00000000 0000000623772040 ffff880620bb5ec0
e1000e: R  [0x0C0]     0000000623773040 0000003C00000000 0000000623773040 ffff880620bb5dc0
e1000e: R  [0x0C1]     0000000623350040 0000003C00000000 0000000623350040 ffff880620bb5cc0
e1000e: R  [0x0C2]     0000000623351040 0000003C00000000 0000000623351040 ffff880620bb5bc0
e1000e: R  [0x0C3]     00000006239D0040 0000003C00000000 00000006239D0040 ffff880620bb5ac0
e1000e: R  [0x0C4]     00000006239D1040 0000003C00000000 00000006239D1040 ffff880620bb59c0
e1000e: R  [0x0C5]     000000061C6CE040 0000003C00000000 000000061C6CE040 ffff880620bb58c0
e1000e: R  [0x0C6]     000000061C6CF040 0000003C00000000 000000061C6CF040 ffff880620bb57c0
e1000e: R  [0x0C7]     0000000620A32040 0000003C00000000 0000000620A32040 ffff880620bb56c0
e1000e: R  [0x0C8]     0000000620A33040 0000003C00000000 0000000620A33040 ffff880620bb55c0
e1000e: R  [0x0C9]     000000061D8A0040 0000003C00000000 000000061D8A0040 ffff880620bb54c0
e1000e: R  [0x0CA]     000000061D8A1040 0000003C00000000 000000061D8A1040 ffff880620bb53c0
e1000e: R  [0x0CB]     000000061DBA6040 0000003C00000000 000000061DBA6040 ffff880620bb52c0
e1000e: R  [0x0CC]     000000061DBA7040 0000003C00000000 000000061DBA7040 ffff880620bb51c0
e1000e: R  [0x0CD]     000000061E7A6040 0000003C00000000 000000061E7A6040 ffff880620bb50c0
e1000e: R  [0x0CE]     0000000623A72040 0000003C00000000 0000000623A72040 ffff88061e7a7e80
e1000e: R  [0x0CF]     0000000623A73040 0000003C00000000 0000000623A73040 ffff88061e7a7d80
e1000e: R  [0x0D0]     000000061D914040 0000005C00020000 000000061D914040 ffff88061e7a7c80
e1000e: R  [0x0D1]     000000061D915040 0000005C00020000 000000061D915040 ffff88061e7a7b80
e1000e: R  [0x0D2]     0000000623320040 0000005C00020000 0000000623320040 ffff88061e7a7a80
e1000e: R  [0x0D3]     0000000623321040 0000005C00020000 0000000623321040 ffff88061e7a7980
e1000e: R  [0x0D4]     0000000620A3A040 0000003C00000000 0000000620A3A040 ffff88061e7a7880
e1000e: R  [0x0D5]     0000000620A3B040 0000003C00000000 0000000620A3B040 ffff88061e7a7780
e1000e: R  [0x0D6]     000000061C4EC040 0000003C00000000 000000061C4EC040 ffff88061e7a7680
e1000e: R  [0x0D7]     000000061C4ED040 0000003C00000000 000000061C4ED040 ffff88061e7a7580
e1000e: R  [0x0D8]     000000061C586040 0000003C00000000 000000061C586040 ffff88061e7a7480
e1000e: R  [0x0D9]     000000061C587040 0000003C00000000 000000061C587040 ffff88061e7a7380
e1000e: R  [0x0DA]     0000000620B1A040 0000003C00000000 0000000620B1A040 ffff88061e7a7280
e1000e: R  [0x0DB]     0000000620B1B040 0000003C00000000 0000000620B1B040 ffff88061e7a7180
e1000e: R  [0x0DC]     00000006224F6040 0000003C00000000 00000006224F6040 ffff88061e7a7080
e1000e: R  [0x0DD]     00000006226B6040 0000003C00000000 00000006226B6040 ffff8806224f7ec0
e1000e: R  [0x0DE]     00000006226B7040 0000003C00000000 00000006226B7040 ffff8806224f7dc0
e1000e: R  [0x0DF]     000000061DB1E040 0000003C00000000 000000061DB1E040 ffff8806224f7cc0
e1000e: R  [0x0E0]     000000061DB1F040 0000003C00000000 000000061DB1F040 ffff8806224f7bc0
e1000e: R  [0x0E1]     000000061C59E040 0000003C00000000 000000061C59E040 ffff8806224f7ac0
e1000e: R  [0x0E2]     000000061C59F040 0000003C00000000 000000061C59F040 ffff8806224f79c0
e1000e: R  [0x0E3]     0000000620A12040 0000003C00000000 0000000620A12040 ffff8806224f78c0
e1000e: R  [0x0E4]     0000000620A13040 0000003C00000000 0000000620A13040 ffff8806224f77c0
e1000e: R  [0x0E5]     000000061C450040 0000003C00000000 000000061C450040 ffff8806224f76c0
e1000e: R  [0x0E6]     000000061C451040 0000005C00020000 000000061C451040 ffff8806224f75c0
e1000e: R  [0x0E7]     000000061E774040 0000003C00000000 000000061E774040 ffff8806224f74c0
e1000e: R  [0x0E8]     000000061E775040 0000003C00000000 000000061E775040 ffff8806224f73c0
e1000e: R  [0x0E9]     0000000623F6C040 0000003C00000000 0000000623F6C040 ffff8806224f72c0
e1000e: R  [0x0EA]     0000000623F6D040 0000003C00000000 0000000623F6D040 ffff8806224f71c0
e1000e: R  [0x0EB]     0000000623308040 0000003C00000000 0000000623308040 ffff8806224f70c0
e1000e: R  [0x0EC]     000000061E7F6040 0000003C00000000 000000061E7F6040 ffff880623309e80
e1000e: R  [0x0ED]     000000061E7F7040 0000005C00020000 000000061E7F7040 ffff880623309d80
e1000e: R  [0x0EE]     00000006224F8040 0000005C00020000 00000006224F8040 ffff880623309c80
e1000e: R  [0x0EF]     00000006224F9040 0000005C00020000 00000006224F9040 ffff880623309b80
e1000e: R  [0x0F0]     000000061C5A6040 0000005C00020000 000000061C5A6040 ffff880623309a80
e1000e: R  [0x0F1]     000000061C5A7040 0000003C00000000 000000061C5A7040 ffff880623309980
e1000e: R  [0x0F2]     0000000620996040 0000003C00000000 0000000620996040 ffff880623309880
e1000e: R  [0x0F3]     0000000620997040 0000003C00000000 0000000620997040 ffff880623309780
e1000e: R  [0x0F4]     0000000622544040 0000003C00000000 0000000622544040 ffff880623309680
e1000e: R  [0x0F5]     0000000622545040 0000003C00000000 0000000622545040 ffff880623309580
e1000e: R  [0x0F6]     000000061D8F4040 0000005600050000 000000061D8F4040 ffff880623309480
e1000e: R  [0x0F7]     000000061D8F5040 0000005600050000 000000061D8F5040 ffff880623309380
e1000e: R  [0x0F8]     0000000623AD8040 0000003C00000000 0000000623AD8040 ffff880623309280
e1000e: R  [0x0F9]     0000000623AD9040 0000003C00000000 0000000623AD9040 ffff880623309180
e1000e: R  [0x0FA]     00000006209CA040 0000003C00000000 00000006209CA040 ffff880623309080
e1000e: R  [0x0FB]     000000061C6BE040 0000003C00000000 000000061C6BE040 ffff8806209cbec0
e1000e: R  [0x0FC]     000000061C6BF040 0000003C00000000 000000061C6BF040 ffff8806209cbdc0
e1000e: R  [0x0FD]     000000062243E040 0000003C00000000 000000062243E040 ffff8806209cbcc0
e1000e: R  [0x0FE]     000000062243F040 0000003C00000000 000000062243F040 ffff8806209cbbc0
e1000e: R  [0x0FF]     0000000620AD2040 0000003C00000000 0000000620AD2040 ffff8806209cb9c0
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  1:44           ` Joe Jin
  (?)
@ 2012-07-11  3:22           ` Dave, Tushar N
  2012-07-11  3:29               ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  3:22 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N



>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 6:44 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 09:18, Dave, Tushar N wrote:
>>> >I tried several drivers included rhel5 the latest, Intel the latest,
>>> >rhel6 the latest, issue see on all those drivers.
>> Also after issue occurs please capture lspci -vvv (run as root)
>>
>
># lspci -s 05:00.0 -vvv
>05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (Copper) (rev 06)
>	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>UTP Low Profile Adapter
>	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>Stepping- SERR- FastB2B- DisINTx+
>	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
><TAbort- <MAbort- >SERR- <PERR- INTx-
>	Latency: 0, Cache Line Size: 256 bytes
>	Interrupt: pin B routed to IRQ 80
>	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>	Region 2: I/O ports at dc00 [size=32]
>	Expansion ROM at fbda0000 [disabled] [size=128K]
>	Capabilities: [c8] Power Management version 2
>		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>,D3hot+,D3cold+)
>		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>		Address: 00000000fee35000  Data: 409e
>	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
><512ns, L1 <64us
>			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>Unsupported-
>			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>			MaxPayload 128 bytes, MaxReadReq 512 bytes
>		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+
>TransPend-
>		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>Latency L0 <4us, L1 <64us
>			ClockPM- Surprise- LLActRep- BwNot-
>		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>CommClk-
>			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>DLActive- BWMgmt- ABWMgmt-
>	Capabilities: [100 v1] Advanced Error Reporting
>		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>ChkEn-
>	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>	Kernel driver in use: e1000e
>	Kernel modules: e1000e
>
>
>Full kernel log with after enable debug.
>
>e1000e: Intel(R) PRO/1000 Network Driver - 2.0.0-NAPI
>e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
>e1000e 0000:05:00.0: Disabling ASPM  L1
>e1000e 0000:05:00.0: PCI INT B -> GSI 38 (level, low) -> IRQ 38
>e1000e 0000:05:00.0: setting latency timer to 64
>e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
>e1000e 0000:05:00.0: eth0: (PCI Express:2.5GT/s:Width x4)
>00:15:17:b9:77:9d
>e1000e 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
>e1000e 0000:05:00.0: eth0: MAC: 1, PHY: 4, PBA No: D90197-004
>e1000e 0000:05:00.1: Disabling ASPM  L1
>e1000e 0000:05:00.1: PCI INT A -> GSI 39 (level, low) -> IRQ 39
>e1000e 0000:05:00.1: setting latency timer to 64
>e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
>e1000e 0000:05:00.1: eth1: (PCI Express:2.5GT/s:Width x4)
>00:15:17:b9:77:9c
>e1000e 0000:05:00.1: eth1: Intel(R) PRO/1000 Network Connection
>e1000e 0000:05:00.1: eth1: MAC: 1, PHY: 4, PBA No: D90197-004
>e1000e 0000:04:00.0: Disabling ASPM  L1
>e1000e 0000:04:00.0: PCI INT B -> GSI 37 (level, low) -> IRQ 37
>e1000e 0000:04:00.0: setting latency timer to 64
>e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
>e1000e 0000:04:00.0: eth2: (PCI Express:2.5GT/s:Width x4)
>00:15:17:b9:77:9f
>e1000e 0000:04:00.0: eth2: Intel(R) PRO/1000 Network Connection
>e1000e 0000:04:00.0: eth2: MAC: 1, PHY: 4, PBA No: D90197-004
>e1000e 0000:04:00.1: Disabling ASPM  L1
>e1000e 0000:04:00.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
>e1000e 0000:04:00.1: setting latency timer to 64
>e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
>e1000e 0000:04:00.1: eth3: (PCI Express:2.5GT/s:Width x4)
>00:15:17:b9:77:9e
>e1000e 0000:04:00.1: eth3: Intel(R) PRO/1000 Network Connection
>e1000e 0000:04:00.1: eth3: MAC: 1, PHY: 4, PBA No: D90197-004
>e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
>e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
>ADDRCONF(NETDEV_UP): eth0: link is not ready
>e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
>e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
>e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
>ADDRCONF(NETDEV_UP): eth1: link is not ready
>e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
>e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
>e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
>ADDRCONF(NETDEV_UP): eth2: link is not ready
>e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
>eth0: no IPv6 routers present
>e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
>e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
>ADDRCONF(NETDEV_UP): eth3: link is not ready
>e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
>eth1: no IPv6 routers present
>ADDRCONF(NETDEV_UP): eth4: link is not ready
>igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
>ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
>eth2: no IPv6 routers present
>eth3: no IPv6 routers present
>eth4: no IPv6 routers present
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <62>
>  TDT                  <74>
>  next_to_use          <74>
>  next_to_clean        <61>
>buffer_info[next_to_clean]:
>  time_stamp           <1034c1c86>
>  next_to_watch        <65>
>  jiffies              <1034c2c38>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <62>
>  TDT                  <74>
>  next_to_use          <74>
>  next_to_clean        <61>
>buffer_info[next_to_clean]:
>  time_stamp           <1034c1c86>
>  next_to_watch        <65>
>  jiffies              <1034c3bd8>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: Net device Info
>e1000e: Device Name     state            trans_start      last_rx
>e1000e: eth0            0000000000000003 00000001034C28A7 0000000000000000
>e1000e 0000:05:00.0: Register Dump
>e1000e:  Register Name   Value
>e1000e: CTRL            180c0241
>e1000e: STATUS          00080387
>e1000e: CTRL_EXT        181400c0
>e1000e: ICR             00000000
>e1000e: RCTL            04048002
>e1000e: RDLEN           00001000
>e1000e: RDH             000000b8
>e1000e: RDT             000000b0
>e1000e: RDTR            00000020
>e1000e: RXDCTL[0-1]     01040420 01040420
>e1000e: ERT             00000000
>e1000e: RDBAL           23852000
>e1000e: RDBAH           0000000c
>e1000e: RDFH            00000c04
>e1000e: RDFT            00000c04
>e1000e: RDFHS           00000c04
>e1000e: RDFTS           00000c04
>e1000e: RDFPC           00000000
>e1000e: TCTL            3003f00a
>e1000e: TDBAL           1210c000
>e1000e: TDBAH           0000000c
>e1000e: TDLEN           00001000
>e1000e: TDH             00000062
>e1000e: TDT             00000074
>e1000e: TIDV            00000008
>e1000e: TXDCTL[0-1]     0145011f 0145011f
>e1000e: TADV            00000020
>e1000e: TARC[0-1]       07a00403 07400403
>e1000e: TDFH            00001404
>e1000e: TDFT            0000140c
>e1000e: TDFHS           00001404
>e1000e: TDFTS           00001404
>e1000e: TDFPC           00000000
>e1000e 0000:05:00.0: Tx Ring Summary
>e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
>e1000e:      0    74    61 0000000000000000 0000  65 00000001034C1C86
>e1000e 0000:05:00.0: Tx Ring Dump
>e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Legacy format
>e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Context format
>e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Data format
>e1000e: Tl[0x000]    0000000623890002 000000008B00005A 0000000000000000
>005A    0 0000000000000000 (null)
>e1000e: Tl[0x001]    0000000623B66402 000000008B00004E 0000000000000000
>004E    1 0000000000000000 (null)
>e1000e: Tl[0x002]    0000000C23A6C002 000000008B00002A 0000000000000000
>002A    2 0000000000000000 (null)
>e1000e: Tl[0x003]    000000061E6DBC02 000000008B000046 0000000000000000
>0046    3 0000000000000000 (null)
>e1000e: Tl[0x004]    000000061D9A0802 000000008B00006E 0000000000000000
>006E    4 0000000000000000 (null)
>e1000e: Tl[0x005]    000000062080040A 000000008B0000B9 0000000000000000
>00B9    5 0000000000000000 (null)
>e1000e: Tl[0x006]    000000062334740A 000000008B00017C 0000000000000000
>017C    6 0000000000000000 (null)
>e1000e: Tl[0x007]    000000062246200A 000000008B00017C 0000000000000000
>017C    7 0000000000000000 (null)
>e1000e: Tl[0x008]    000000061D91C402 000000008B00002A 0000000000000000
>002A    8 0000000000000000 (null)
>e1000e: Tl[0x009]    0000000C12130802 000000008B000036 0000000000000000
>0036    9 0000000000000000 (null)
>e1000e: Tc[0x00A]    0000282200000000 0000000020000000 0000000000000000
>0000    B 0000000000000000 (null)
>e1000e: Td[0x00B]    0000000C23CC6402 00000000AB1000A5 0000000000000000
>00A5    B 0000000000000000 (null)
>e1000e: Tl[0x00C]    0000000C23CCBC0A 000000008B00017C 0000000000000000
>017C    C 0000000000000000 (null)
>e1000e: Tc[0x00D]    0000282200000000 0000000020000000 0000000000000000
>0000    E 0000000000000000 (null)
>e1000e: Td[0x00E]    0000000C1AA49002 00000000AB10012F 0000000000000000
>012F    E 0000000000000000 (null)
>e1000e: Tl[0x00F]    000000061E6DBC0A 000000008B00016A 0000000000000000
>016A    F 0000000000000000 (null)
>e1000e: Tc[0x010]    0000282200000000 0000000020000000 0000000000000000
>0000   11 0000000000000000 (null)
>e1000e: Td[0x011]    000000062391C802 00000000AB10012F 0000000000000000
>012F   11 0000000000000000 (null)
>e1000e: Tc[0x012]    0000282200000000 0000000020000000 0000000000000000
>0000   13 0000000000000000 (null)
>e1000e: Td[0x013]    000000061E6DBC02 00000000AB10012F 0000000000000000
>012F   13 0000000000000000 (null)
>e1000e: Tl[0x014]    0000000623B6640A 000000008B0000B9 0000000000000000
>00B9   14 0000000000000000 (null)
>e1000e: Tc[0x015]    0000282200000000 0000000020000000 0000000000000000
>0000   16 0000000000000000 (null)
>e1000e: Td[0x016]    0000000623B66802 00000000AB10011D 0000000000000000
>011D   16 0000000000000000 (null)
>e1000e: Tc[0x017]    0000282200000000 0000000020000000 0000000000000000
>0000   18 0000000000000000 (null)
>e1000e: Td[0x018]    0000000623B66802 00000000AB1000A5 0000000000000000
>00A5   18 0000000000000000 (null)
>e1000e: Tl[0x019]    0000000623B6640A 000000008B00016A 0000000000000000
>016A   19 0000000000000000 (null)
>e1000e: Tc[0x01A]    0000282200000000 0000000020000000 0000000000000000
>0000   1B 0000000000000000 (null)
>e1000e: Td[0x01B]    000000061E6DBC02 00000000AB10011D 0000000000000000
>011D   1B 0000000000000000 (null)
>e1000e: Tl[0x01C]    0000000C23C68C02 000000008B00002A 0000000000000000
>002A   1C 0000000000000000 (null)
>e1000e: Tl[0x01D]    000000061E6DBC0A 000000008B00012E 0000000000000000
>012E   1D 0000000000000000 (null)
>e1000e: Tl[0x01E]    00000006238DE002 000000008B00005A 0000000000000000
>005A   1E 0000000000000000 (null)
>e1000e: Tc[0x01F]    0000282200000000 0000000020000000 0000000000000000
>0000   20 0000000000000000 (null)
>e1000e: Td[0x020]    00000006226FD802 00000000AB10010E 0000000000000000
>010E   20 0000000000000000 (null)
>e1000e: Tl[0x021]    000000062246200A 000000008B00016A 0000000000000000
>016A   21 0000000000000000 (null)
>e1000e: Tl[0x022]    00000006226FD802 000000008B000046 0000000000000000
>0046   22 0000000000000000 (null)
>e1000e: Tc[0x023]    0000282200000000 0000000020000000 0000000000000000
>0000   24 0000000000000000 (null)
>e1000e: Td[0x024]    0000000623B66802 00000000AB10011D 0000000000000000
>011D   24 0000000000000000 (null)
>e1000e: Tl[0x025]    00000006226FD80A 000000008B000095 0000000000000000
>0095   25 0000000000000000 (null)
>e1000e: Tc[0x026]    0000282200000000 0000000020000000 0000000000000000
>0000   27 0000000000000000 (null)
>e1000e: Td[0x027]    000000061DB85802 00000000AB100075 0000000000000000
>0075   27 0000000000000000 (null)
>e1000e: Tl[0x028]    0000000C1D85A802 000000008B000036 0000000000000000
>0036   28 0000000000000000 (null)
>e1000e: Tl[0x029]    00000006226FD802 000000008B00002A 0000000000000000
>002A   29 0000000000000000 (null)
>e1000e: Tl[0x02A]    0000000623B66802 000000008B000046 0000000000000000
>0046   2A 0000000000000000 (null)
>e1000e: Tl[0x02B]    000000062342A80A 000000008B000095 0000000000000000
>0095   2B 0000000000000000 (null)
>e1000e: Tc[0x02C]    0000282200000000 0000000020000000 0000000000000000
>0000   2D 0000000000000000 (null)
>e1000e: Td[0x02D]    000000062363E802 00000000AB100075 0000000000000000
>0075   2D 0000000000000000 (null)
>e1000e: Tl[0x02E]    00000006227E6C0A 000000008B000095 0000000000000000
>0095   2E 0000000000000000 (null)
>e1000e: Tl[0x02F]    00000006227E6402 000000008B00002A 0000000000000000
>002A   2F 0000000000000000 (null)
>e1000e: Tc[0x030]    0000282200000000 0000000020000000 0000000000000000
>0000   31 0000000000000000 (null)
>e1000e: Td[0x031]    0000000623B7C002 00000000AB10005C 0000000000000000
>005C   31 0000000000000000 (null)
>e1000e: Tl[0x032]    0000000623BAD40A 000000008B000095 0000000000000000
>0095   32 0000000000000000 (null)
>e1000e: Tc[0x033]    0000282200000000 0000000020000000 0000000000000000
>0000   34 0000000000000000 (null)
>e1000e: Td[0x034]    000000061E7C6C02 00000000AB100065 0000000000000000
>0065   34 0000000000000000 (null)
>e1000e: Tl[0x035]    0000000623B7C00A 000000008B000095 0000000000000000
>0095   35 0000000000000000 (null)
>e1000e: Tl[0x036]    000000061D957002 000000008B00002A 0000000000000000
>002A   36 0000000000000000 (null)
>e1000e: Tc[0x037]    0000282200000000 0000000020000000 0000000000000000
>0000   38 0000000000000000 (null)
>e1000e: Td[0x038]    0000000622625802 00000000AB100075 0000000000000000
>0075   38 0000000000000000 (null)
>e1000e: Tl[0x039]    000000061E6E1C0A 000000008B000095 0000000000000000
>0095   39 0000000000000000 (null)
>e1000e: Tl[0x03A]    000000062371ACEE 000000008B000042 0000000000000000
>0042   3A 0000000000000000 (null)
>e1000e: Tl[0x03B]    000000062392E002 000000008B00002A 0000000000000000
>002A   3B 0000000000000000 (null)
>e1000e: Tc[0x03C]    0000322200000000 0000000021000000 0000000000000000
>0000   3E 0000000000000000 (null)
>e1000e: Td[0x03D]    0000000C23B4310A 0000000022100036 0000000000000000
>0036   3D 0000000000000000 (null)
>e1000e: Td[0x03E]    0000000C201E7000 00000000AB100014 0000000000000000
>0014   3E 0000000000000000 (null)
>e1000e: Tl[0x03F]    000000062371ACFA 000000008B000036 0000000000000000
>0036   3F 0000000000000000 (null)
>e1000e: Tc[0x040]    0000322200000000 0000000021000000 0000000000000000
>0000   42 0000000000000000 (null)
>e1000e: Td[0x041]    0000000C23F3D10A 0000000022100036 0000000000000000
>0036   41 0000000000000000 (null)
>e1000e: Td[0x042]    0000000C201E7014 00000000AB1002C0 0000000000000000
>02C0   42 0000000000000000 (null)
>e1000e: Tl[0x043]    00000006233BC8FA 000000008B000036 0000000000000000
>0036   43 0000000000000000 (null)
>e1000e: Tl[0x044]    00000006226FD8FA 000000008B000036 0000000000000000
>0036   44 0000000000000000 (null)
>e1000e: Tc[0x045]    0000322200000000 0000000021000000 0000000000000000
>0000   47 0000000000000000 (null)
>e1000e: Td[0x046]    000000062094750A 0000000022100036 0000000000000000
>0036   46 0000000000000000 (null)
>e1000e: Td[0x047]    0000000C201E72D4 00000000AB100118 0000000000000000
>0118   47 0000000000000000 (null)
>e1000e: Tc[0x048]    0000322200000000 0000000021000000 0000000000000000
>0000   4A 0000000000000000 (null)
>e1000e: Td[0x049]    000000062094750A 0000000022100036 0000000000000000
>0036   49 0000000000000000 (null)
>e1000e: Td[0x04A]    0000000C201E73EC 00000000AB100350 0000000000000000
>0350   4A 0000000000000000 (null)
>e1000e: Tl[0x04B]    00000006226FD8FA 000000008B000036 0000000000000000
>0036   4B 0000000000000000 (null)
>e1000e: Tl[0x04C]    00000006233BC8FA 000000008B000036 0000000000000000
>0036   4C 0000000000000000 (null)
>e1000e: Tc[0x04D]    0000322200000000 0000000021000000 0000000000000000
>0000   4F 0000000000000000 (null)
>e1000e: Td[0x04E]    00000006226FDD0A 0000000022100036 0000000000000000
>0036   4E 0000000000000000 (null)
>e1000e: Td[0x04F]    0000000C201E773C 00000000AB100030 0000000000000000
>0030   4F 0000000000000000 (null)
>e1000e: Tc[0x050]    0000322200000000 0000000021000000 0000000000000000
>0000   52 0000000000000000 (null)
>e1000e: Td[0x051]    00000006247AA10A 0000000022100036 0000000000000000
>0036   51 0000000000000000 (null)
>e1000e: Td[0x052]    0000000C201E776C 00000000AB100050 0000000000000000
>0050   52 0000000000000000 (null)
>e1000e: Tc[0x053]    0000322200000000 0000000021000000 0000000000000000
>0000   55 0000000000000000 (null)
>e1000e: Td[0x054]    00000006226FDD0A 0000000022100036 0000000000000000
>0036   54 0000000000000000 (null)
>e1000e: Td[0x055]    0000000C201E77BC 00000000AB100020 0000000000000000
>0020   55 0000000000000000 (null)
>e1000e: Tl[0x056]    000000062342A8FA 000000008B000036 0000000000000000
>0036   56 0000000000000000 (null)
>e1000e: Tc[0x057]    0000322200000000 0000000021000000 0000000000000000
>0000   59 0000000000000000 (null)
>e1000e: Td[0x058]    00000006247AAD0A 0000000022100036 0000000000000000
>0036   58 0000000000000000 (null)
>e1000e: Td[0x059]    0000000C201E77DC 00000000AB100030 0000000000000000
>0030   59 0000000000000000 (null)
>e1000e: Tl[0x05A]    00000006247AACFA 000000008B000036 0000000000000000
>0036   5A 0000000000000000 (null)
>e1000e: Tc[0x05B]    0000322200000000 0000000021000000 0000000000000000
>0000   5D 0000000000000000 (null)
>e1000e: Td[0x05C]    000000062342A90A 0000000022100036 0000000000000000
>0036   5C 0000000000000000 (null)
>e1000e: Td[0x05D]    0000000C201E780C 00000000AB100030 0000000000000000
>0030   5D 0000000000000000 (null)
>e1000e: Tc[0x05E]    0000322200000000 0000000021000000 0000000000000000
>0000   60 0000000000000000 (null)
>e1000e: Td[0x05F]    00000006226FDD0A 0000000022100036 0000000000000000
>0036   5F 0000000000000000 (null)
>e1000e: Td[0x060]    0000000C201E783C 00000000AB100040 0000000000000000
>0040   60 0000000000000000 (null)
>e1000e: Tc[0x061]    000032220021180E 05B4360027001C84 0000000000000000
>0000   65 00000001034C1C86 (null) NTC
>e1000e: Td[0x062]    00000006227E610A 000003002610003A 00000006227E610A
>003A   62 00000001034C1C86 (null)
>e1000e: Td[0x063]    0000000C201E7880 0000030026100780 0000000C201E7880
>0780   63 00000001034C1C86 (null)
>e1000e: Td[0x064]    0000000620BCE000 0000030026101000 0000000620BCE000
>1000   64 00000001034C1C86 (null)
>e1000e: Td[0x065]    000000062407A000 00000300AF100500 000000062407A000
>0500   65 00000001034C1C86 ffff88062268bb70
>e1000e: Tc[0x066]    0000322200000000 0000000021000000 0000000000000000
>0000   68 00000001034C1D55 (null)
>e1000e: Td[0x067]    00000006226FDD0A 0000020022100036 00000006226FDD0A
>0036   67 00000001034C1D55 (null)
>e1000e: Td[0x068]    0000000C201E787C 00000200AB1005B4 0000000C201E787C
>05B4   68 00000001034C1D55 ffff88061e46c3c0
>e1000e: Tc[0x069]    0000322200000000 0000000021000000 0000000000000000
>0000   6B 00000001034C1EF3 (null)
>e1000e: Td[0x06A]    0000000623A21D0A 0000020022100036 0000000623A21D0A
>0036   6A 00000001034C1EF3 (null)
>e1000e: Td[0x06B]    0000000C201E787C 00000200AB1005B4 0000000C201E787C
>05B4   6B 00000001034C1EF3 ffff88061e46c8c0
>e1000e: Tl[0x06C]    0000000623A214EE 000000008B000042 0000000623A214EE
>0042   6C 00000001034C2016 ffff88061e46c9c0
>e1000e: Tc[0x06D]    0000322200000000 0000000021000000 0000000000000000
>0000   6F 00000001034C222F (null)
>e1000e: Td[0x06E]    0000000623347D0A 0000020022100036 0000000623347D0A
>0036   6E 00000001034C222F (null)
>e1000e: Td[0x06F]    0000000C201E787C 00000200AB1005B4 0000000C201E787C
>05B4   6F 00000001034C222F ffff880623894680
>e1000e: Tl[0x070]    000000061E4820EE 000000008B000042 000000061E4820EE
>0042   70 00000001034C273C ffff88061e46cec0
>e1000e: Tc[0x071]    0000322200000000 0000000021000000 0000000000000000
>0000   73 00000001034C28A7 (null)
>e1000e: Td[0x072]    0000000620B9E50A 0000020022100036 0000000620B9E50A
>0036   72 00000001034C28A7 (null)
>e1000e: Td[0x073]    0000000C201E787C 00000200AB1005B4 0000000C201E787C
>05B4   73 00000001034C28A7 ffff88061e46cdc0
>e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null) NTU
>e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e 0000:05:00.0: Rx Ring Summary
>e1000e: Queue [NTU] [NTC]
>e1000e:      0    B7    B8
>e1000e 0000:05:00.0: Rx Ring Dump
>e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ]
>[bi->skb] <-- Ext (Read) format
>e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext
>(Write-Back) format
>e1000e: R  [0x000]     0000000C1AF66040 0000005C00020000 0000000C1AF66040
>ffff880c238b16c0
>e1000e: R  [0x001]     0000000C2364B040 0000005C00020000 0000000C2364B040
>ffff880c238b12c0
>e1000e: R  [0x002]     000000062275F040 0000005C00020000 000000062275F040
>ffff88061e5dc4c0
>e1000e: R  [0x003]     0000000C1E152040 0000005C00020000 0000000C1E152040
>ffff880c238b19c0
>e1000e: R  [0x004]     0000000C1A9E1040 0000003C00000000 0000000C1A9E1040
>ffff880c21e4f9c0
>e1000e: R  [0x005]     0000000C1AB2E040 0000003C00000000 0000000C1AB2E040
>ffff880c21e4f0c0
>e1000e: R  [0x006]     000000061E777040 0000003C00000000 000000061E777040
>ffff880623722280
>e1000e: R  [0x007]     0000000C1DBCB040 0000003C00000000 0000000C1DBCB040
>ffff880c21e4f8c0
>e1000e: R  [0x008]     0000000620917040 0000003C00000000 0000000620917040
>ffff88061d8f95c0
>e1000e: R  [0x009]     0000000C21F4E040 0000003C00000000 0000000C21F4E040
>ffff880c21e4f4c0
>e1000e: R  [0x00A]     0000000C211EE040 0000003C00000000 0000000C211EE040
>ffff880c21e4f7c0
>e1000e: R  [0x00B]     000000061DB3F040 0000003C00000000 000000061DB3F040
>ffff8806230b4880
>e1000e: R  [0x00C]     0000000C1216D040 0000003C00000000 0000000C1216D040
>ffff880c21e4f1c0
>e1000e: R  [0x00D]     0000000C2361E040 0000003C00000000 0000000C2361E040
>ffff880c21e4fac0
>e1000e: R  [0x00E]     00000006209B4040 0000003C00000000 00000006209B4040
>ffff88061d8d6380
>e1000e: R  [0x00F]     000000061D938040 0000003C00000000 000000061D938040
>ffff8806224bbd80
>e1000e: R  [0x010]     000000062388A040 0000003C00000000 000000062388A040
>ffff880622578480
>e1000e: R  [0x011]     0000000C23CAA040 0000003C00000000 0000000C23CAA040
>ffff880c21e4f5c0
>e1000e: R  [0x012]     0000000617D61040 0000003C00000000 0000000617D61040
>ffff8806224d2280
>e1000e: R  [0x013]     0000000C20055040 0000003C00000000 0000000C20055040
>ffff880c121257c0
>e1000e: R  [0x014]     0000000C239A8040 0000003C00000000 0000000C239A8040
>ffff880c12125ac0
>e1000e: R  [0x015]     0000000C1AF39040 0000003C00000000 0000000C1AF39040
>ffff880c121253c0
>e1000e: R  [0x016]     0000000C20054040 0000003C00000000 0000000C20054040
>ffff880c121258c0
>e1000e: R  [0x017]     0000000C2388D040 0000003C00000000 0000000C2388D040
>ffff880c121256c0
>e1000e: R  [0x018]     0000000C1AA09040 0000003C00000000 0000000C1AA09040
>ffff880c12125dc0
>e1000e: R  [0x019]     000000061DBBA040 0000003C00000000 000000061DBBA040
>ffff88061e614880
>e1000e: R  [0x01A]     0000000C213FF040 0000003C00000000 0000000C213FF040
>ffff880c121252c0
>e1000e: R  [0x01B]     0000000C1E154040 0000003C00000000 0000000C1E154040
>ffff880c12125ec0
>e1000e: R  [0x01C]     0000000C2395B040 0000003C00000000 0000000C2395B040
>ffff880c121254c0
>e1000e: R  [0x01D]     000000061C417040 0000003C00000000 000000061C417040
>ffff88061d8d6480
>e1000e: R  [0x01E]     0000000C1AB6B040 0000003C00000000 0000000C1AB6B040
>ffff880c121250c0
>e1000e: R  [0x01F]     0000000C1ABB4040 0000003C00000000 0000000C1ABB4040
>ffff880c121259c0
>e1000e: R  [0x020]     0000000620963040 0000003C00000000 0000000620963040
>ffff8806224bbb80
>e1000e: R  [0x021]     0000000C2438A040 0000003C00000000 0000000C2438A040
>ffff880c1ab21a80
>e1000e: R  [0x022]     0000000C1D89E040 0000003C00000000 0000000C1D89E040
>ffff880c1ab21880
>e1000e: R  [0x023]     0000000C24394040 0000003C00000000 0000000C24394040
>ffff880c1ab21280
>e1000e: R  [0x024]     0000000C1F6DE040 0000003C00000000 0000000C1F6DE040
>ffff880c1ab21180
>e1000e: R  [0x025]     0000000622599040 0000010300020000 0000000622599040
>ffff88062345eec0
>e1000e: R  [0x026]     0000000623997040 0000010300020000 0000000623997040
>ffff8806230560c0
>e1000e: R  [0x027]     00000006187F9040 0000010300020000 00000006187F9040
>ffff8806187f8e80
>e1000e: R  [0x028]     0000000617C20040 0000010300020000 0000000617C20040
>ffff88061db371c0
>e1000e: R  [0x029]     0000000C1AA2B040 0000005C00020000 0000000C1AA2B040
>ffff880c238b14c0
>e1000e: R  [0x02A]     0000000C12077040 0000005C00020000 0000000C12077040
>ffff880c238b10c0
>e1000e: R  [0x02B]     0000000C1202F040 0000005C00020000 0000000C1202F040
>ffff880c238b15c0
>e1000e: R  [0x02C]     0000000C1AB72040 0000005C00020000 0000000C1AB72040
>ffff880c238b1ec0
>e1000e: R  [0x02D]     000000061A2C6040 0000003C00000000 000000061A2C6040
>ffff88061db40880
>e1000e: R  [0x02E]     000000061E442040 0000003C00000000 000000061E442040
>ffff8806230b4c80
>e1000e: R  [0x02F]     0000000C239E4040 0000003C00000000 0000000C239E4040
>ffff880c238b18c0
>e1000e: R  [0x030]     0000000C239E5040 0000003C00000000 0000000C239E5040
>ffff880c1aa838c0
>e1000e: R  [0x031]     0000000622752040 0000003C00000000 0000000622752040
>ffff8806224bb580
>e1000e: R  [0x032]     0000000C1AB01040 0000003C00000000 0000000C1AB01040
>ffff880c1aa83ac0
>e1000e: R  [0x033]     0000000C1E265040 0000003C00000000 0000000C1E265040
>ffff880c1aa83dc0
>e1000e: R  [0x034]     000000061E63F040 0000003C00000000 000000061E63F040
>ffff88061e63eec0
>e1000e: R  [0x035]     0000000C1AB00040 0000003C00000000 0000000C1AB00040
>ffff880c1aa837c0
>e1000e: R  [0x036]     0000000C23EE4040 0000003C00000000 0000000C23EE4040
>ffff880c1aa831c0
>e1000e: R  [0x037]     0000000623446040 0000003C00000000 0000000623446040
>ffff88061c6b6680
>e1000e: R  [0x038]     000000061D9AA040 0000005600050000 000000061D9AA040
>ffff88061db40580
>e1000e: R  [0x039]     0000000C1E272040 0000005600050000 0000000C1E272040
>ffff880c1aa836c0
>e1000e: R  [0x03A]     000000062365F040 0000005600050000 000000062365F040
>ffff880623056cc0
>e1000e: R  [0x03B]     0000000C210D4040 0000005600050000 0000000C210D4040
>ffff880c1aa834c0
>e1000e: R  [0x03C]     0000000C23C9A040 0000005600050000 0000000C23C9A040
>ffff880c1aa833c0
>e1000e: R  [0x03D]     0000000C21CDD040 0000005600050000 0000000C21CDD040
>ffff880c1f4d7e80
>e1000e: R  [0x03E]     0000000C21CDC040 0000005600050000 0000000C21CDC040
>ffff880c1f4d7d80
>e1000e: R  [0x03F]     0000000C1AA19040 0000005600050000 0000000C1AA19040
>ffff880c1f4d7c80
>e1000e: R  [0x040]     0000000C1AA18040 0000005600050000 0000000C1AA18040
>ffff880c1f4d7b80
>e1000e: R  [0x041]     0000000622707040 0000005600050000 0000000622707040
>ffff8806238318c0
>e1000e: R  [0x042]     00000006208E2040 0000005600050000 00000006208E2040
>ffff8806239b15c0
>e1000e: R  [0x043]     0000000C21387040 0000005600050000 0000000C21387040
>ffff880c1f4d7880
>e1000e: R  [0x044]     0000000C2128B040 0000005600050000 0000000C2128B040
>ffff880c1f4d7780
>e1000e: R  [0x045]     0000000C20820040 0000005600050000 0000000C20820040
>ffff880c1f4d7680
>e1000e: R  [0x046]     0000000C1AB8F040 0000005600050000 0000000C1AB8F040
>ffff880c1f4d7580
>e1000e: R  [0x047]     0000000C23EE5040 0000005600050000 0000000C23EE5040
>ffff880c1f4d7480
>e1000e: R  [0x048]     0000000C1E273040 0000003C00000000 0000000C1E273040
>ffff880c1f4d7380
>e1000e: R  [0x049]     0000000C1DB5E040 0000003C00000000 0000000C1DB5E040
>ffff880c1f4d7280
>e1000e: R  [0x04A]     0000000C24D54040 0000003C00000000 0000000C24D54040
>ffff880c1f4d7180
>e1000e: R  [0x04B]     00000006224D9040 0000003C00000000 00000006224D9040
>ffff880623831bc0
>e1000e: R  [0x04C]     0000000C1E1C5040 0000003C00000000 0000000C1E1C5040
>ffff880c20113ec0
>e1000e: R  [0x04D]     0000000C1AA52040 0000003C00000000 0000000C1AA52040
>ffff880c20113dc0
>e1000e: R  [0x04E]     0000000C1A885040 0000003C00000000 0000000C1A885040
>ffff880c20113cc0
>e1000e: R  [0x04F]     0000000C20094040 0000003C00000000 0000000C20094040
>ffff880c20113bc0
>e1000e: R  [0x050]     0000000C20BA1040 0000003C00000000 0000000C20BA1040
>ffff880c20113ac0
>e1000e: R  [0x051]     0000000C210FB040 0000003C00000000 0000000C210FB040
>ffff880c201139c0
>e1000e: R  [0x052]     0000000C23C75040 0000003C00000000 0000000C23C75040
>ffff880c201138c0
>e1000e: R  [0x053]     0000000C23C97040 0000003C00000000 0000000C23C97040
>ffff880c201137c0
>e1000e: R  [0x054]     0000000C121EA040 0000005C00020000 0000000C121EA040
>ffff880c201136c0
>e1000e: R  [0x055]     0000000C121D7040 0000005C00020000 0000000C121D7040
>ffff880c201135c0
>e1000e: R  [0x056]     00000006227DD040 0000005C00020000 00000006227DD040
>ffff88062362d1c0
>e1000e: R  [0x057]     0000000C12154040 0000005C00020000 0000000C12154040
>ffff880c201133c0
>e1000e: R  [0x058]     00000006239A4040 0000003C00000000 00000006239A4040
>ffff88061d8d6080
>e1000e: R  [0x059]     0000000622430040 0000003C00000000 0000000622430040
>ffff88061e5dcdc0
>e1000e: R  [0x05A]     0000000623B1A040 0000003C00000000 0000000623B1A040
>ffff880620b6eec0
>e1000e: R  [0x05B]     000000061E400040 0000003C00000000 000000061E400040
>ffff880623884b80
>e1000e: R  [0x05C]     0000000C201A9040 0000003C00000000 0000000C201A9040
>ffff880c1e0f2d80
>e1000e: R  [0x05D]     0000000C23AB5040 0000003C00000000 0000000C23AB5040
>ffff880c1e0f2c80
>e1000e: R  [0x05E]     0000000620AFE040 0000003C00000000 0000000620AFE040
>ffff88061d8d6580
>e1000e: R  [0x05F]     00000006230F3040 0000003C00000000 00000006230F3040
>ffff880620b6eac0
>e1000e: R  [0x060]     0000000C20B3A040 0000003C00000000 0000000C20B3A040
>ffff880c1e0f2980
>e1000e: R  [0x061]     0000000C20B3B040 0000003C00000000 0000000C20B3B040
>ffff880c1e0f2880
>e1000e: R  [0x062]     0000000C12174040 0000003C00000000 0000000C12174040
>ffff880c1e0f2780
>e1000e: R  [0x063]     0000000C12175040 0000003C00000000 0000000C12175040
>ffff880c1e0f2680
>e1000e: R  [0x064]     0000000C1E110040 0000003C00000000 0000000C1E110040
>ffff880c1e0f2580
>e1000e: R  [0x065]     0000000C1E111040 0000003C00000000 0000000C1E111040
>ffff880c1e0f2480
>e1000e: R  [0x066]     0000000C1DA5A040 0000003C00000000 0000000C1DA5A040
>ffff880c1e0f2380
>e1000e: R  [0x067]     000000061E5BC040 0000005600050000 000000061E5BC040
>ffff880620b6e5c0
>e1000e: R  [0x068]     000000061E46E040 0000005600050000 000000061E46E040
>ffff88061c6b6b80
>e1000e: R  [0x069]     0000000C1ABD9040 0000005600050000 0000000C1ABD9040
>ffff880c1e0f2080
>e1000e: R  [0x06A]     000000061D8D4040 0000005600050000 000000061D8D4040
>ffff88061c6b6e80
>e1000e: R  [0x06B]     0000000C120DA040 0000003C00000000 0000000C120DA040
>ffff880c23d52dc0
>e1000e: R  [0x06C]     0000000C120DB040 0000003C00000000 0000000C120DB040
>ffff880c23d52cc0
>e1000e: R  [0x06D]     0000000623478040 0000003C00000000 0000000623478040
>ffff8806237a2e80
>e1000e: R  [0x06E]     0000000C2357F040 0000003C00000000 0000000C2357F040
>ffff880c23d52ac0
>e1000e: R  [0x06F]     0000000C21244040 0000003C00000000 0000000C21244040
>ffff880c23d529c0
>e1000e: R  [0x070]     000000061DB1B040 0000005C00020000 000000061DB1B040
>ffff880620b6e7c0
>e1000e: R  [0x071]     0000000623AFD040 0000005C00020000 0000000623AFD040
>ffff88062405b080
>e1000e: R  [0x072]     000000061E5C0040 0000005C00020000 000000061E5C0040
>ffff88061c6b6d80
>e1000e: R  [0x073]     0000000C1213E040 0000005C00020000 0000000C1213E040
>ffff880c23d525c0
>e1000e: R  [0x074]     000000061DAC5040 0000009D00020000 000000061DAC5040
>ffff880617cfab80
>e1000e: R  [0x075]     0000000C1E01E040 0000003C00000000 0000000C1E01E040
>ffff880c23d523c0
>e1000e: R  [0x076]     000000061E78E040 0000003C00000000 000000061E78E040
>ffff880623722480
>e1000e: R  [0x077]     00000006224BA040 0000003C00000000 00000006224BA040
>ffff88061e415280
>e1000e: R  [0x078]     0000000C203DD040 0000003C00000000 0000000C203DD040
>ffff880c23d520c0
>e1000e: R  [0x079]     0000000617EA1040 0000003C00000000 0000000617EA1040
>ffff88062362ddc0
>e1000e: R  [0x07A]     0000000C1AB4C040 0000003C00000000 0000000C1AB4C040
>ffff880c211fed80
>e1000e: R  [0x07B]     0000000617D02040 0000003C00000000 0000000617D02040
>ffff88061e562ec0
>e1000e: R  [0x07C]     0000000C239D4040 0000003C00000000 0000000C239D4040
>ffff880c211feb80
>e1000e: R  [0x07D]     0000000C239D5040 0000003C00000000 0000000C239D5040
>ffff880c211fea80
>e1000e: R  [0x07E]     0000000C1F794040 0000003C00000000 0000000C1F794040
>ffff880c211fe980
>e1000e: R  [0x07F]     0000000C1F795040 0000003C00000000 0000000C1F795040
>ffff880c211fe880
>e1000e: R  [0x080]     0000000C1ABF4040 0000003C00000000 0000000C1ABF4040
>ffff880c211fe780
>e1000e: R  [0x081]     0000000620A3E040 0000003C00000000 0000000620A3E040
>ffff8806187d07c0
>e1000e: R  [0x082]     000000061E71B040 0000003C00000000 000000061E71B040
>ffff88062405b680
>e1000e: R  [0x083]     0000000C202E9040 0000003C00000000 0000000C202E9040
>ffff880c211fe480
>e1000e: R  [0x084]     0000000C1AAB6040 0000003C00000000 0000000C1AAB6040
>ffff880c211fe380
>e1000e: R  [0x085]     0000000C1AAB7040 0000003C00000000 0000000C1AAB7040
>ffff880c211fe280
>e1000e: R  [0x086]     0000000C120A0040 0000003C00000000 0000000C120A0040
>ffff880c211fe180
>e1000e: R  [0x087]     000000061E7E4040 0000003C00000000 000000061E7E4040
>ffff8806187d01c0
>e1000e: R  [0x088]     0000000C1209D040 0000003C00000000 0000000C1209D040
>ffff880c1209cec0
>e1000e: R  [0x089]     0000000C1AB6E040 0000003C00000000 0000000C1AB6E040
>ffff880c1209cdc0
>e1000e: R  [0x08A]     0000000C1AB6F040 0000003C00000000 0000000C1AB6F040
>ffff880c1209ccc0
>e1000e: R  [0x08B]     0000000C12040040 0000003C00000000 0000000C12040040
>ffff880c1209cbc0
>e1000e: R  [0x08C]     0000000C12041040 0000003C00000000 0000000C12041040
>ffff880c1209cac0
>e1000e: R  [0x08D]     0000000C1211C040 0000003C00000000 0000000C1211C040
>ffff880c1209c9c0
>e1000e: R  [0x08E]     0000000C1211D040 0000003C00000000 0000000C1211D040
>ffff880c1209c8c0
>e1000e: R  [0x08F]     000000061D895040 0000003C00000000 000000061D895040
>ffff8806224bb180
>e1000e: R  [0x090]     000000061E46F040 0000003C00000000 000000061E46F040
>ffff8806224bba80
>e1000e: R  [0x091]     000000061E4D2040 0000003C00000000 000000061E4D2040
>ffff8806227b7780
>e1000e: R  [0x092]     0000000C23523040 0000003C00000000 0000000C23523040
>ffff880c1209c4c0
>e1000e: R  [0x093]     0000000623BF8040 0000003C00000000 0000000623BF8040
>ffff88061e46cbc0
>e1000e: R  [0x094]     0000000C1203F040 0000003C00000000 0000000C1203F040
>ffff880c1209c2c0
>e1000e: R  [0x095]     000000061C66B040 0000003C00000000 000000061C66B040
>ffff88061e5624c0
>e1000e: R  [0x096]     0000000C1DA7D040 0000003C00000000 0000000C1DA7D040
>ffff880c1209c0c0
>e1000e: R  [0x097]     000000061E651040 0000003C00000000 000000061E651040
>ffff88061e5622c0
>e1000e: R  [0x098]     000000061C455040 0000003C00000000 000000061C455040
>ffff88061e415780
>e1000e: R  [0x099]     0000000620B60040 0000003C00000000 0000000620B60040
>ffff8806238d8080
>e1000e: R  [0x09A]     000000061E572040 0000003C00000000 000000061E572040
>ffff880620a79180
>e1000e: R  [0x09B]     0000000623641040 0000003C00000000 0000000623641040
>ffff880623fcde80
>e1000e: R  [0x09C]     0000000C1F5D0040 0000005C00020000 0000000C1F5D0040
>ffff880c1a9c8980
>e1000e: R  [0x09D]     0000000C1F5D1040 0000005C00020000 0000000C1F5D1040
>ffff880c1a9c8880
>e1000e: R  [0x09E]     0000000C1A990040 0000005C00020000 0000000C1A990040
>ffff880c1a9c8780
>e1000e: R  [0x09F]     0000000C1A991040 0000005C00020000 0000000C1A991040
>ffff880c1a9c8680
>e1000e: R  [0x0A0]     0000000C20946040 0000003C00000000 0000000C20946040
>ffff880c1a9c8580
>e1000e: R  [0x0A1]     0000000C20947040 0000003C00000000 0000000C20947040
>ffff880c1a9c8480
>e1000e: R  [0x0A2]     0000000C1AA58040 0000003C00000000 0000000C1AA58040
>ffff880c1a9c8380
>e1000e: R  [0x0A3]     0000000C1AA59040 0000003C00000000 0000000C1AA59040
>ffff880c1a9c8280
>e1000e: R  [0x0A4]     0000000C20382040 0000003C00000000 0000000C20382040
>ffff880c1a9c8180
>e1000e: R  [0x0A5]     000000061E706040 0000003C00000000 000000061E706040
>ffff8806224a97c0
>e1000e: R  [0x0A6]     0000000623A6A040 0000003C00000000 0000000623A6A040
>ffff88062405bd80
>e1000e: R  [0x0A7]     0000000C1AA8A040 0000003C00000000 0000000C1AA8A040
>ffff880c1ab40dc0
>e1000e: R  [0x0A8]     0000000C1AA8B040 0000003C00000000 0000000C1AA8B040
>ffff880c1ab40cc0
>e1000e: R  [0x0A9]     0000000C1A86C040 0000003C00000000 0000000C1A86C040
>ffff880c1ab40bc0
>e1000e: R  [0x0AA]     0000000C1A86D040 0000003C00000000 0000000C1A86D040
>ffff880c1ab40ac0
>e1000e: R  [0x0AB]     00000006227F4040 0000003C00000000 00000006227F4040
>ffff8806238a0a80
>e1000e: R  [0x0AC]     0000000C1AAAD040 0000003C00000000 0000000C1AAAD040
>ffff880c1ab408c0
>e1000e: R  [0x0AD]     000000061E534040 0000003C00000000 000000061E534040
>ffff88062405b480
>e1000e: R  [0x0AE]     0000000C120D5040 0000003C00000000 0000000C120D5040
>ffff880c1ab406c0
>e1000e: R  [0x0AF]     0000000617E98040 0000003C00000000 0000000617E98040
>ffff88062405b380
>e1000e: R  [0x0B0]     0000000C201F9040 0000003C00000000 0000000C201F9040
>ffff880c1ab404c0
>e1000e: R  [0x0B1]     0000000C21E6C040 0000003C00000000 0000000C21E6C040
>ffff880c1ab403c0
>e1000e: R  [0x0B2]     0000000623F6F040 0000003C00000000 0000000623F6F040
>ffff880623884880
>e1000e: R  [0x0B3]     0000000C23D16040 0000003C00000000 0000000C23D16040
>ffff880c1ab401c0
>e1000e: R  [0x0B4]     0000000C23D17040 0000003C00000000 0000000C23D17040
>ffff880c1ab400c0
>e1000e: R  [0x0B5]     0000000C1AB7D040 0000003C00000000 0000000C1AB7D040
>ffff880c1ab7ce80
>e1000e: R  [0x0B6]     0000000C21250040 0000003C00000000 0000000C21250040
>ffff880c1ab7cd80
>e1000e: R  [0x0B7]     BF49000000000000 0000003C00000000 0000000000000000
>ffff88061c669dc0 NTU
>e1000e: R  [0x0B8]     00000006238F5040 0000003C00000000 00000006238F5040
>ffff88061e533580 NTC
>e1000e: R  [0x0B9]     000000061DA5D040 0000003C00000000 000000061DA5D040
>ffff880619389c80
>e1000e: R  [0x0BA]     000000061E553040 0000015600020000 000000061E553040
>ffff8806239b14c0
>e1000e: R  [0x0BB]     0000000620911040 0000003C00000000 0000000620911040
>ffff8806230566c0
>e1000e: R  [0x0BC]     0000000C12020040 0000003C00000000 0000000C12020040
>ffff880c1ab7c780
>e1000e: R  [0x0BD]     0000000623ACD040 0000003C00000000 0000000623ACD040
>ffff8806227b7380
>e1000e: R  [0x0BE]     0000000C1AFD2040 0000005C00020000 0000000C1AFD2040
>ffff880c1ab7c580
>e1000e: R  [0x0BF]     000000061C41F040 0000005C00020000 000000061C41F040
>ffff880623884380
>e1000e: R  [0x0C0]     000000062333A040 0000005C00020000 000000062333A040
>ffff880620ba1180
>e1000e: R  [0x0C1]     0000000C23A25040 0000005C00020000 0000000C23A25040
>ffff880c1ab7c280
>e1000e: R  [0x0C2]     0000000C2343A040 0000003C00000000 0000000C2343A040
>ffff880c1ab7c180
>e1000e: R  [0x0C3]     0000000C2343B040 0000003C00000000 0000000C2343B040
>ffff880c1ab7c080
>e1000e: R  [0x0C4]     00000006208A7040 0000003C00000000 00000006208A7040
>ffff88061c6696c0
>e1000e: R  [0x0C5]     000000062096C040 0000003C00000000 000000062096C040
>ffff88061d9cc5c0
>e1000e: R  [0x0C6]     00000006237DA040 0000003C00000000 00000006237DA040
>ffff88061c6b6380
>e1000e: R  [0x0C7]     00000006236CE040 0000003C00000000 00000006236CE040
>ffff88062274a780
>e1000e: R  [0x0C8]     0000000C1AA11040 0000003C00000000 0000000C1AA11040
>ffff880c12112ac0
>e1000e: R  [0x0C9]     0000000C235B0040 0000003C00000000 0000000C235B0040
>ffff880c121129c0
>e1000e: R  [0x0CA]     0000000C235B1040 0000003C00000000 0000000C235B1040
>ffff880c121128c0
>e1000e: R  [0x0CB]     0000000C2360C040 0000003C00000000 0000000C2360C040
>ffff880c121127c0
>e1000e: R  [0x0CC]     0000000C2360D040 0000003C00000000 0000000C2360D040
>ffff880c121126c0
>e1000e: R  [0x0CD]     0000000C1A932040 0000003C00000000 0000000C1A932040
>ffff880c121125c0
>e1000e: R  [0x0CE]     0000000C1A933040 0000003C00000000 0000000C1A933040
>ffff880c121124c0
>e1000e: R  [0x0CF]     0000000623B87040 0000003C00000000 0000000623B87040
>ffff880623808a80
>e1000e: R  [0x0D0]     000000061DA24040 0000003C00000000 000000061DA24040
>ffff880619389480
>e1000e: R  [0x0D1]     0000000C1ABBC040 0000003C00000000 0000000C1ABBC040
>ffff880c121121c0
>e1000e: R  [0x0D2]     000000062248F040 0000003C00000000 000000062248F040
>ffff8806226fc2c0
>e1000e: R  [0x0D3]     00000006225C9040 0000003C00000000 00000006225C9040
>ffff88061e5620c0
>e1000e: R  [0x0D4]     0000000622718040 0000003C00000000 0000000622718040
>ffff8806226fcbc0
>e1000e: R  [0x0D5]     0000000623AEE040 0000003C00000000 0000000623AEE040
>ffff8806226fc5c0
>e1000e: R  [0x0D6]     0000000C1E248040 0000003C00000000 0000000C1E248040
>ffff880c1ac20b80
>e1000e: R  [0x0D7]     0000000C1E249040 0000003C00000000 0000000C1E249040
>ffff880c1ac20a80
>e1000e: R  [0x0D8]     0000000C12122040 0000003C00000000 0000000C12122040
>ffff880c1ac20980
>e1000e: R  [0x0D9]     0000000C12123040 0000003C00000000 0000000C12123040
>ffff880c1ac20880
>e1000e: R  [0x0DA]     0000000C208C8040 0000003C00000000 0000000C208C8040
>ffff880c1ac20780
>e1000e: R  [0x0DB]     0000000C208C9040 0000005C00020000 0000000C208C9040
>ffff880c1ac20680
>e1000e: R  [0x0DC]     0000000C1E292040 0000005C00020000 0000000C1E292040
>ffff880c1ac20580
>e1000e: R  [0x0DD]     0000000C1E293040 0000005C00020000 0000000C1E293040
>ffff880c1ac20480
>e1000e: R  [0x0DE]     0000000620A09040 0000005C00020000 0000000620A09040
>ffff880619389280
>e1000e: R  [0x0DF]     0000000C1AB0F040 0000003C00000000 0000000C1AB0F040
>ffff880c1ac20280
>e1000e: R  [0x0E0]     00000006209F4040 0000004000020000 00000006209F4040
>ffff88061e562ac0
>e1000e: R  [0x0E1]     00000006227FC040 0000003C00000000 00000006227FC040
>ffff88061d8f96c0
>e1000e: R  [0x0E2]     0000000620B6F040 0000003C00000000 0000000620B6F040
>ffff88061e5626c0
>e1000e: R  [0x0E3]     00000006237C5040 0000003C00000000 00000006237C5040
>ffff88061d8f94c0
>e1000e: R  [0x0E4]     0000000C1ABE5040 0000003C00000000 0000000C1ABE5040
>ffff880c12008cc0
>e1000e: R  [0x0E5]     000000062097B040 0000003C00000000 000000062097B040
>ffff8806239b18c0
>e1000e: R  [0x0E6]     0000000C203CB040 0000003C00000000 0000000C203CB040
>ffff880c12008ac0
>e1000e: R  [0x0E7]     0000000C23DA6040 0000003C00000000 0000000C23DA6040
>ffff880c120089c0
>e1000e: R  [0x0E8]     000000061E43B040 0000003C00000000 000000061E43B040
>ffff8806208dc080
>e1000e: R  [0x0E9]     00000006224F5040 0000003C00000000 00000006224F5040
>ffff880617d4abc0
>e1000e: R  [0x0EA]     0000000C23901040 0000003C00000000 0000000C23901040
>ffff880c120086c0
>e1000e: R  [0x0EB]     0000000C21F5E040 0000003C00000000 0000000C21F5E040
>ffff880c120085c0
>e1000e: R  [0x0EC]     0000000C21F5F040 0000003C00000000 0000000C21F5F040
>ffff880c120084c0
>e1000e: R  [0x0ED]     0000000C1AB0A040 0000003C00000000 0000000C1AB0A040
>ffff880c120083c0
>e1000e: R  [0x0EE]     000000061E566040 0000003C00000000 000000061E566040
>ffff8806238319c0
>e1000e: R  [0x0EF]     0000000C23996040 0000003C00000000 0000000C23996040
>ffff880c120081c0
>e1000e: R  [0x0F0]     0000000C23997040 0000003C00000000 0000000C23997040
>ffff880c120080c0
>e1000e: R  [0x0F1]     0000000C1AAC1040 0000003C00000000 0000000C1AAC1040
>ffff880c1aac0e80
>e1000e: R  [0x0F2]     0000000C238D2040 0000003C00000000 0000000C238D2040
>ffff880c1aac0d80
>e1000e: R  [0x0F3]     000000061C6A5040 0000003C00000000 000000061C6A5040
>ffff88061c6a8480
>e1000e: R  [0x0F4]     0000000620A8B040 0000003C00000000 0000000620A8B040
>ffff8806227b7c80
>e1000e: R  [0x0F5]     0000000C1AA8D040 0000003C00000000 0000000C1AA8D040
>ffff880c1aac0a80
>e1000e: R  [0x0F6]     0000000C1ABFC040 0000003C00000000 0000000C1ABFC040
>ffff880c1aac0980
>e1000e: R  [0x0F7]     00000006209CD040 0000003C00000000 00000006209CD040
>ffff8806227b7980
>e1000e: R  [0x0F8]     0000000620BDD040 0000003C00000000 0000000620BDD040
>ffff880623722380
>e1000e: R  [0x0F9]     0000000C203B7040 0000003C00000000 0000000C203B7040
>ffff880c1aac0680
>e1000e: R  [0x0FA]     00000006224B5040 0000003C00000000 00000006224B5040
>ffff880617d4a1c0
>e1000e: R  [0x0FB]     000000061C5F2040 0000003C00000000 000000061C5F2040
>ffff880623722e80
>e1000e: R  [0x0FC]     0000000C1A9B0040 0000003C00000000 0000000C1A9B0040
>ffff880c1aac0380
>e1000e: R  [0x0FD]     0000000C1A9B1040 0000003C00000000 0000000C1A9B1040
>ffff880c1aac0280
>e1000e: R  [0x0FE]     0000000623A9B040 0000003C00000000 0000000623A9B040
>ffff8806230b4680
>e1000e: R  [0x0FF]     0000000623B35040 0000003C00000000 0000000623B35040
>ffff8806224bb680
>e1000e 0000:05:00.0: eth0: Reset adapter
>e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <9>
>  TDT                  <11>
>  next_to_use          <11>
>  next_to_clean        <7>
>buffer_info[next_to_clean]:
>  time_stamp           <1034c4fe7>
>  next_to_watch        <a>
>  jiffies              <1034c5f00>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <9>
>  TDT                  <11>
>  next_to_use          <11>
>  next_to_clean        <7>
>buffer_info[next_to_clean]:
>  time_stamp           <1034c4fe7>
>  next_to_watch        <a>
>  jiffies              <1034c6ea0>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: Net device Info
>e1000e: Device Name     state            trans_start      last_rx
>e1000e: eth0            0000000000000003 00000001034C4FE7 0000000000000000
>e1000e 0000:05:00.0: Register Dump
>e1000e:  Register Name   Value
>e1000e: CTRL            180c0241
>e1000e: STATUS          00080387
>e1000e: CTRL_EXT        181400c0
>e1000e: ICR             00000000
>e1000e: RCTL            04048002
>e1000e: RDLEN           00001000
>e1000e: RDH             00000068
>e1000e: RDT             00000060
>e1000e: RDTR            00000020
>e1000e: RXDCTL[0-1]     01040420 01040420
>e1000e: ERT             00000000
>e1000e: RDBAL           23852000
>e1000e: RDBAH           0000000c
>e1000e: RDFH            00000ff0
>e1000e: RDFT            00000ff0
>e1000e: RDFHS           00000ff0
>e1000e: RDFTS           00000ff0
>e1000e: RDFPC           00000000
>e1000e: TCTL            3003f00a
>e1000e: TDBAL           1210c000
>e1000e: TDBAH           0000000c
>e1000e: TDLEN           00001000
>e1000e: TDH             00000009
>e1000e: TDT             00000011
>e1000e: TIDV            00000008
>e1000e: TXDCTL[0-1]     0145011f 0145011f
>e1000e: TADV            00000020
>e1000e: TARC[0-1]       07a00403 07400403
>e1000e: TDFH            00001540
>e1000e: TDFT            00001548
>e1000e: TDFHS           00001540
>e1000e: TDFTS           00001540
>e1000e: TDFPC           00000000
>e1000e 0000:05:00.0: Tx Ring Summary
>e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
>e1000e:      0    11     7 0000000000000000 0000   A 00000001034C4FE7
>e1000e 0000:05:00.0: Tx Ring Dump
>e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Legacy format
>e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Context format
>e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Data format
>e1000e: Tc[0x000]    0000322200000000 0000000021000000 0000000000000000
>0000    2 0000000000000000 (null)
>e1000e: Td[0x001]    00000006226FDD0A 0000000022100036 0000000000000000
>0036    1 0000000000000000 (null)
>e1000e: Td[0x002]    0000000C201E787C 00000000AB1005B4 0000000000000000
>05B4    2 0000000000000000 (null)
>e1000e: Tc[0x003]    000032220021180E 0000000027000B68 0000000000000000
>0000    6 0000000000000000 (null)
>e1000e: Td[0x004]    0000000620B9E50A 000000002610003A 0000000000000000
>003A    4 0000000000000000 (null)
>e1000e: Td[0x005]    000000062407A504 0000000026100AFC 0000000000000000
>0AFC    5 0000000000000000 (null)
>e1000e: Td[0x006]    0000000620B62000 00000000AF100000 0000000000000000
>0068    6 0000000000000000 (null)
>e1000e: Tc[0x007]    0000322200000000 0000000021000000 0000000000000000
>0000    A 00000001034C4FE7 (null) NTC
>e1000e: Td[0x008]    000000061D97E50A 0000020022100036 000000061D97E50A
>0036    8 00000001034C4FE7 (null)
>e1000e: Td[0x009]    0000000C201E7E30 00000200221001D0 0000000C201E7E30
>01D0    9 00000001034C4FE7 (null)
>e1000e: Td[0x00A]    0000000620BCE000 00000200AB1003E4 0000000620BCE000
>03E4    A 00000001034C4FE7 ffff88062268bd70
>e1000e: Tc[0x00B]    0000322200000000 0000000021000000 0000000000000000
>0000    D 00000001034C4FE7 (null)
>e1000e: Td[0x00C]    0000000623A2150A 0000020022100036 0000000623A2150A
>0036    C 00000001034C4FE7 (null)
>e1000e: Td[0x00D]    0000000620BCE3E4 00000200AB1005B4 0000000620BCE3E4
>05B4    D 00000001034C4FE7 ffff88062268b970
>e1000e: Tc[0x00E]    0000322200000000 0000000021000000 0000000000000000
>0000   10 00000001034C4FE7 (null)
>e1000e: Td[0x00F]    0000000623A21D0A 0000020022100036 0000000623A21D0A
>0036    F 00000001034C4FE7 (null)
>e1000e: Td[0x010]    0000000620BCE998 00000200AB1005B4 0000000620BCE998
>05B4   10 00000001034C4FE7 ffff88062268b370
>e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null) NTU
>e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e 0000:05:00.0: Rx Ring Summary
>e1000e: Queue [NTU] [NTC]
>e1000e:      0    67    68
>e1000e 0000:05:00.0: Rx Ring Dump
>e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ]
>[bi->skb] <-- Ext (Read) format
>e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext
>(Write-Back) format
>e1000e: R  [0x000]     0000000623B35040 0000003C00000000 0000000623B35040
>ffff8806224bb680
>e1000e: R  [0x001]     0000000623A9B040 0000003C00000000 0000000623A9B040
>ffff8806230b4680
>e1000e: R  [0x002]     000000061C5F2040 0000003C00000000 000000061C5F2040
>ffff880623722e80
>e1000e: R  [0x003]     00000006224B5040 0000003C00000000 00000006224B5040
>ffff880617d4a1c0
>e1000e: R  [0x004]     0000000620BDD040 0000003C00000000 0000000620BDD040
>ffff880623722380
>e1000e: R  [0x005]     00000006209CD040 0000003C00000000 00000006209CD040
>ffff8806227b7980
>e1000e: R  [0x006]     0000000620A8B040 0000003C00000000 0000000620A8B040
>ffff8806227b7c80
>e1000e: R  [0x007]     000000061C6A5040 0000003C00000000 000000061C6A5040
>ffff88061c6a8480
>e1000e: R  [0x008]     000000061E566040 0000003C00000000 000000061E566040
>ffff8806238319c0
>e1000e: R  [0x009]     00000006224F5040 0000003C00000000 00000006224F5040
>ffff880617d4abc0
>e1000e: R  [0x00A]     000000061E43B040 0000003C00000000 000000061E43B040
>ffff8806208dc080
>e1000e: R  [0x00B]     000000062097B040 0000003C00000000 000000062097B040
>ffff8806239b18c0
>e1000e: R  [0x00C]     00000006237C5040 0000005C00020000 00000006237C5040
>ffff88061d8f94c0
>e1000e: R  [0x00D]     0000000620B6F040 0000005C00020000 0000000620B6F040
>ffff88061e5626c0
>e1000e: R  [0x00E]     00000006227FC040 0000005C00020000 00000006227FC040
>ffff88061d8f96c0
>e1000e: R  [0x00F]     00000006209F4040 0000005C00020000 00000006209F4040
>ffff88061e562ac0
>e1000e: R  [0x010]     0000000620A09040 0000005C00020000 0000000620A09040
>ffff880619389280
>e1000e: R  [0x011]     0000000623AEE040 0000003C00000000 0000000623AEE040
>ffff8806226fc5c0
>e1000e: R  [0x012]     00000006225C9040 0000003C00000000 00000006225C9040
>ffff88061e5620c0
>e1000e: R  [0x013]     0000000622718040 0000003C00000000 0000000622718040
>ffff8806226fcbc0
>e1000e: R  [0x014]     000000062248F040 0000003C00000000 000000062248F040
>ffff8806226fc2c0
>e1000e: R  [0x015]     000000061DA24040 0000003C00000000 000000061DA24040
>ffff880619389480
>e1000e: R  [0x016]     0000000623B87040 0000003C00000000 0000000623B87040
>ffff880623808a80
>e1000e: R  [0x017]     00000006236CE040 0000003C00000000 00000006236CE040
>ffff88062274a780
>e1000e: R  [0x018]     00000006237DA040 0000003C00000000 00000006237DA040
>ffff88061c6b6380
>e1000e: R  [0x019]     000000062096C040 0000003C00000000 000000062096C040
>ffff88061d9cc5c0
>e1000e: R  [0x01A]     00000006208A7040 0000003C00000000 00000006208A7040
>ffff88061c6696c0
>e1000e: R  [0x01B]     000000062333A040 0000003C00000000 000000062333A040
>ffff880620ba1180
>e1000e: R  [0x01C]     000000061C41F040 0000003C00000000 000000061C41F040
>ffff880623884380
>e1000e: R  [0x01D]     0000000623ACD040 0000003C00000000 0000000623ACD040
>ffff8806227b7380
>e1000e: R  [0x01E]     0000000620911040 0000003C00000000 0000000620911040
>ffff8806230566c0
>e1000e: R  [0x01F]     000000061E553040 0000003C00000000 000000061E553040
>ffff8806239b14c0
>e1000e: R  [0x020]     000000061DA5D040 0000003C00000000 000000061DA5D040
>ffff880619389c80
>e1000e: R  [0x021]     00000006238F5040 0000003C00000000 00000006238F5040
>ffff88061e533580
>e1000e: R  [0x022]     000000061DBA5040 0000003C00000000 000000061DBA5040
>ffff88061c669dc0
>e1000e: R  [0x023]     0000000623F6F040 0000003C00000000 0000000623F6F040
>ffff880623884880
>e1000e: R  [0x024]     0000000617E98040 0000003C00000000 0000000617E98040
>ffff88062405b380
>e1000e: R  [0x025]     000000061E534040 0000003C00000000 000000061E534040
>ffff88062405b480
>e1000e: R  [0x026]     00000006227F4040 0000003C00000000 00000006227F4040
>ffff8806238a0a80
>e1000e: R  [0x027]     0000000623A6A040 0000003C00000000 0000000623A6A040
>ffff88062405bd80
>e1000e: R  [0x028]     000000061E706040 0000003C00000000 000000061E706040
>ffff8806224a97c0
>e1000e: R  [0x029]     0000000623641040 0000003C00000000 0000000623641040
>ffff880623fcde80
>e1000e: R  [0x02A]     000000061E572040 0000003C00000000 000000061E572040
>ffff880620a79180
>e1000e: R  [0x02B]     0000000620B60040 0000003C00000000 0000000620B60040
>ffff8806238d8080
>e1000e: R  [0x02C]     000000061C455040 0000003C00000000 000000061C455040
>ffff88061e415780
>e1000e: R  [0x02D]     0000000623BF8040 0000010300020000 0000000623BF8040
>ffff88061e46cbc0
>e1000e: R  [0x02E]     000000061C66B040 0000010300020000 000000061C66B040
>ffff88061e5624c0
>e1000e: R  [0x02F]     000000061E4D2040 0000010300020000 000000061E4D2040
>ffff8806227b7780
>e1000e: R  [0x030]     000000061E63C040 0000010300020000 000000061E63C040
>ffff88061e415c80
>e1000e: R  [0x031]     000000061E46F040 0000005C00020000 000000061E46F040
>ffff8806224bba80
>e1000e: R  [0x032]     000000061D895040 0000005C00020000 000000061D895040
>ffff8806224bb180
>e1000e: R  [0x033]     000000061E7E4040 0000005C00020000 000000061E7E4040
>ffff8806187d01c0
>e1000e: R  [0x034]     000000061E71B040 0000005C00020000 000000061E71B040
>ffff88062405b680
>e1000e: R  [0x035]     0000000620A3E040 0000003C00000000 0000000620A3E040
>ffff8806187d07c0
>e1000e: R  [0x036]     0000000617D02040 0000003C00000000 0000000617D02040
>ffff88061e562ec0
>e1000e: R  [0x037]     0000000617EA1040 0000003C00000000 0000000617EA1040
>ffff88062362ddc0
>e1000e: R  [0x038]     00000006224BA040 0000003C00000000 00000006224BA040
>ffff88061e415280
>e1000e: R  [0x039]     000000061E78E040 0000003C00000000 000000061E78E040
>ffff880623722480
>e1000e: R  [0x03A]     000000061DAC5040 0000003C00000000 000000061DAC5040
>ffff880617cfab80
>e1000e: R  [0x03B]     000000061E5C0040 0000003C00000000 000000061E5C0040
>ffff88061c6b6d80
>e1000e: R  [0x03C]     0000000623AFD040 0000003C00000000 0000000623AFD040
>ffff88062405b080
>e1000e: R  [0x03D]     000000061DB1B040 0000003C00000000 000000061DB1B040
>ffff880620b6e7c0
>e1000e: R  [0x03E]     0000000623478040 0000003C00000000 0000000623478040
>ffff8806237a2e80
>e1000e: R  [0x03F]     000000061D8D4040 0000003C00000000 000000061D8D4040
>ffff88061c6b6e80
>e1000e: R  [0x040]     000000061E46E040 0000003C00000000 000000061E46E040
>ffff88061c6b6b80
>e1000e: R  [0x041]     000000061E5BC040 0000003C00000000 000000061E5BC040
>ffff880620b6e5c0
>e1000e: R  [0x042]     00000006230F3040 0000003C00000000 00000006230F3040
>ffff880620b6eac0
>e1000e: R  [0x043]     0000000620AFE040 0000003C00000000 0000000620AFE040
>ffff88061d8d6580
>e1000e: R  [0x044]     000000061E400040 0000003C00000000 000000061E400040
>ffff880623884b80
>e1000e: R  [0x045]     0000000623B1A040 0000003C00000000 0000000623B1A040
>ffff880620b6eec0
>e1000e: R  [0x046]     0000000622430040 0000003C00000000 0000000622430040
>ffff88061e5dcdc0
>e1000e: R  [0x047]     00000006239A4040 0000003C00000000 00000006239A4040
>ffff88061d8d6080
>e1000e: R  [0x048]     00000006227DD040 0000003C00000000 00000006227DD040
>ffff88062362d1c0
>e1000e: R  [0x049]     00000006224D9040 0000003C00000000 00000006224D9040
>ffff880623831bc0
>e1000e: R  [0x04A]     00000006208E2040 0000003C00000000 00000006208E2040
>ffff8806239b15c0
>e1000e: R  [0x04B]     0000000622707040 0000003C00000000 0000000622707040
>ffff8806238318c0
>e1000e: R  [0x04C]     000000062365F040 0000003C00000000 000000062365F040
>ffff880623056cc0
>e1000e: R  [0x04D]     000000061D9AA040 0000003C00000000 000000061D9AA040
>ffff88061db40580
>e1000e: R  [0x04E]     0000000623446040 0000003C00000000 0000000623446040
>ffff88061c6b6680
>e1000e: R  [0x04F]     000000061E63F040 0000005C00020000 000000061E63F040
>ffff88061e63eec0
>e1000e: R  [0x050]     0000000622752040 0000005C00020000 0000000622752040
>ffff8806224bb580
>e1000e: R  [0x051]     000000061E442040 0000005C00020000 000000061E442040
>ffff8806230b4c80
>e1000e: R  [0x052]     000000061A2C6040 0000005C00020000 000000061A2C6040
>ffff88061db40880
>e1000e: R  [0x053]     0000000617C20040 0000003C00000000 0000000617C20040
>ffff88061db371c0
>e1000e: R  [0x054]     00000006187F9040 0000003C00000000 00000006187F9040
>ffff8806187f8e80
>e1000e: R  [0x055]     0000000623997040 0000003C00000000 0000000623997040
>ffff8806230560c0
>e1000e: R  [0x056]     0000000622599040 0000003C00000000 0000000622599040
>ffff88062345eec0
>e1000e: R  [0x057]     0000000620963040 0000003C00000000 0000000620963040
>ffff8806224bbb80
>e1000e: R  [0x058]     000000061C417040 0000003C00000000 000000061C417040
>ffff88061d8d6480
>e1000e: R  [0x059]     000000061DBBA040 0000003C00000000 000000061DBBA040
>ffff88061e614880
>e1000e: R  [0x05A]     0000000617D61040 0000003C00000000 0000000617D61040
>ffff8806224d2280
>e1000e: R  [0x05B]     000000062388A040 0000003C00000000 000000062388A040
>ffff880622578480
>e1000e: R  [0x05C]     000000061D938040 0000003C00000000 000000061D938040
>ffff8806224bbd80
>e1000e: R  [0x05D]     00000006209B4040 0000003C00000000 00000006209B4040
>ffff88061d8d6380
>e1000e: R  [0x05E]     000000061DB3F040 0000003C00000000 000000061DB3F040
>ffff8806230b4880
>e1000e: R  [0x05F]     0000000620917040 0000003C00000000 0000000620917040
>ffff88061d8f95c0
>e1000e: R  [0x060]     000000061E777040 0000003C00000000 000000061E777040
>ffff880623722280
>e1000e: R  [0x061]     000000062275F040 0000003C00000000 000000062275F040
>ffff88061e5dc4c0
>e1000e: R  [0x062]     0000000622659040 0000003C00000000 0000000622659040
>ffff88061e46cdc0
>e1000e: R  [0x063]     00000006224E5040 0000003C00000000 00000006224E5040
>ffff88061e46cec0
>e1000e: R  [0x064]     000000061D930040 0000003C00000000 000000061D930040
>ffff880623894680
>e1000e: R  [0x065]     000000061DBA8040 0000003C00000000 000000061DBA8040
>ffff88061e46c9c0
>e1000e: R  [0x066]     00000006231E0040 0000003C00000000 00000006231E0040
>ffff88061e46c8c0
>e1000e: R  [0x067]     BF39000000000000 0000003C00000000 0000000000000000
>ffff88061e46c3c0 NTU
>e1000e: R  [0x068]     00000006225B7040 0000003C00000000 00000006225B7040
>ffff8806187e2ac0 NTC
>e1000e: R  [0x069]     0000000623663040 0000003C00000000 0000000623663040
>ffff88061db379c0
>e1000e: R  [0x06A]     000000061E799040 0000003C00000000 000000061E799040
>ffff8806187e28c0
>e1000e: R  [0x06B]     00000006237A7040 0000005C00020000 00000006237A7040
>ffff8806187e27c0
>e1000e: R  [0x06C]     000000061D872040 0000005C00020000 000000061D872040
>ffff88061e6c90c0
>e1000e: R  [0x06D]     0000000623338040 0000005C00020000 0000000623338040
>ffff88061db370c0
>e1000e: R  [0x06E]     000000061E408040 0000005C00020000 000000061E408040
>ffff88062362d6c0
>e1000e: R  [0x06F]     0000000620919040 0000003C00000000 0000000620919040
>ffff8806230676c0
>e1000e: R  [0x070]     000000061E7E2040 0000003C00000000 000000061E7E2040
>ffff8806187e2bc0
>e1000e: R  [0x071]     00000006227FB040 0000003C00000000 00000006227FB040
>ffff8806237a2b80
>e1000e: R  [0x072]     00000006247B8040 0000003C00000000 00000006247B8040
>ffff880623894480
>e1000e: R  [0x073]     0000000620BCD040 0000003C00000000 0000000620BCD040
>ffff880617f3e280
>e1000e: R  [0x074]     000000061DA0E040 0000003C00000000 000000061DA0E040
>ffff8806237a2a80
>e1000e: R  [0x075]     000000061C528040 0000003C00000000 000000061C528040
>ffff8806237a2980
>e1000e: R  [0x076]     000000062267C040 0000003C00000000 000000062267C040
>ffff8806237a2880
>e1000e: R  [0x077]     00000006238E0040 0000003C00000000 00000006238E0040
>ffff8806237a2780
>e1000e: R  [0x078]     000000061E529040 0000003C00000000 000000061E529040
>ffff8806237a2680
>e1000e: R  [0x079]     000000062091A040 0000015600020000 000000062091A040
>ffff8806237a2580
>e1000e: R  [0x07A]     000000061DAEC040 0000003C00000000 000000061DAEC040
>ffff8806237a2480
>e1000e: R  [0x07B]     000000062246C040 0000003C00000000 000000062246C040
>ffff8806237a2380
>e1000e: R  [0x07C]     0000000620B05040 0000003C00000000 0000000620B05040
>ffff8806237a2280
>e1000e: R  [0x07D]     00000006225EA040 0000003C00000000 00000006225EA040
>ffff8806237a2180
>e1000e: R  [0x07E]     000000062279E040 0000003C00000000 000000062279E040
>ffff8806237a2080
>e1000e: R  [0x07F]     0000000620923040 0000003C00000000 0000000620923040
>ffff88061db375c0
>e1000e: R  [0x080]     0000000623886040 0000003C00000000 0000000623886040
>ffff88061db374c0
>e1000e: R  [0x081]     000000062086E040 0000003C00000000 000000062086E040
>ffff88061db373c0
>e1000e: R  [0x082]     0000000623A11040 0000003C00000000 0000000623A11040
>ffff88061db372c0
>e1000e: R  [0x083]     0000000620992040 0000003C00000000 0000000620992040
>ffff88061db377c0
>e1000e: R  [0x084]     000000061E771040 0000003C00000000 000000061E771040
>ffff88061d98b0c0
>e1000e: R  [0x085]     000000061E41F040 0000003C00000000 000000061E41F040
>ffff88061d98b1c0
>e1000e: R  [0x086]     0000000623004040 0000005C00020000 0000000623004040
>ffff88061d98b2c0
>e1000e: R  [0x087]     0000000622442040 0000005C00020000 0000000622442040
>ffff88061d98b3c0
>e1000e: R  [0x088]     000000062335C040 0000005C00020000 000000062335C040
>ffff88061d98b4c0
>e1000e: R  [0x089]     0000000623366040 0000005C00020000 0000000623366040
>ffff88061d98b5c0
>e1000e: R  [0x08A]     000000061E67C040 0000003C00000000 000000061E67C040
>ffff88061d98b6c0
>e1000e: R  [0x08B]     000000061E74D040 0000003C00000000 000000061E74D040
>ffff880617f3e080
>e1000e: R  [0x08C]     000000061DB2F040 0000003C00000000 000000061DB2F040
>ffff880623894580
>e1000e: R  [0x08D]     000000061E7DB040 0000003C00000000 000000061E7DB040
>ffff880623894180
>e1000e: R  [0x08E]     0000000620867040 0000003C00000000 0000000620867040
>ffff8806187e2ec0
>e1000e: R  [0x08F]     000000062268E040 0000003C00000000 000000062268E040
>ffff88061e6c9ac0
>e1000e: R  [0x090]     0000000623093040 0000003C00000000 0000000623093040
>ffff8806237a2c80
>e1000e: R  [0x091]     000000062330A040 0000003C00000000 000000062330A040
>ffff880623fcd880
>e1000e: R  [0x092]     000000061D80F040 0000003C00000000 000000061D80F040
>ffff880620afbe80
>e1000e: R  [0x093]     0000000623F94040 0000003C00000000 0000000623F94040
>ffff880620afbd80
>e1000e: R  [0x094]     0000000620AA4040 0000003C00000000 0000000620AA4040
>ffff880620afbc80
>e1000e: R  [0x095]     0000000623364040 0000003C00000000 0000000623364040
>ffff880620afbb80
>e1000e: R  [0x096]     000000061D97C040 0000003C00000000 000000061D97C040
>ffff880620afba80
>e1000e: R  [0x097]     0000000623315040 0000003C00000000 0000000623315040
>ffff880620afb980
>e1000e: R  [0x098]     0000000620882040 0000003C00000000 0000000620882040
>ffff880620afb880
>e1000e: R  [0x099]     00000006226F8040 0000003C00000000 00000006226F8040
>ffff880620afb780
>e1000e: R  [0x09A]     0000000620BD4040 0000003C00000000 0000000620BD4040
>ffff880620afb680
>e1000e: R  [0x09B]     000000062253F040 0000003C00000000 000000062253F040
>ffff880620afb580
>e1000e: R  [0x09C]     00000006233ED040 0000003C00000000 00000006233ED040
>ffff880620afb480
>e1000e: R  [0x09D]     00000006237D5040 0000003C00000000 00000006237D5040
>ffff880620afb380
>e1000e: R  [0x09E]     000000062374F040 0000003C00000000 000000062374F040
>ffff880620afb280
>e1000e: R  [0x09F]     0000000617D53040 0000003C00000000 0000000617D53040
>ffff880620afb180
>e1000e: R  [0x0A0]     000000062096B040 0000003C00000000 000000062096B040
>ffff880620afb080
>e1000e: R  [0x0A1]     0000000620B90040 0000003C00000000 0000000620B90040
>ffff88061c532ec0
>e1000e: R  [0x0A2]     000000061E486040 0000003C00000000 000000061E486040
>ffff88061c532dc0
>e1000e: R  [0x0A3]     000000061E4E0040 0000003C00000000 000000061E4E0040
>ffff88061c532cc0
>e1000e: R  [0x0A4]     0000000623B7B040 0000003C00000000 0000000623B7B040
>ffff88061c532bc0
>e1000e: R  [0x0A5]     00000006208C8040 0000003C00000000 00000006208C8040
>ffff88061c532ac0
>e1000e: R  [0x0A6]     0000000623FF7040 0000003C00000000 0000000623FF7040
>ffff88061c5329c0
>e1000e: R  [0x0A7]     000000061C45C040 0000005C00020000 000000061C45C040
>ffff88061c5328c0
>e1000e: R  [0x0A8]     00000006227BD040 0000005C00020000 00000006227BD040
>ffff88061c5327c0
>e1000e: R  [0x0A9]     0000000617C0A040 0000005C00020000 0000000617C0A040
>ffff88061c5326c0
>e1000e: R  [0x0AA]     0000000620A95040 0000005C00020000 0000000620A95040
>ffff88061c5325c0
>e1000e: R  [0x0AB]     000000061C454040 0000003C00000000 000000061C454040
>ffff88061c5324c0
>e1000e: R  [0x0AC]     000000061E4AB040 0000003C00000000 000000061E4AB040
>ffff88061c5323c0
>e1000e: R  [0x0AD]     0000000623899040 0000003C00000000 0000000623899040
>ffff88061c5322c0
>e1000e: R  [0x0AE]     000000061D8BF040 0000003C00000000 000000061D8BF040
>ffff88061c5321c0
>e1000e: R  [0x0AF]     0000000623362040 0000003C00000000 0000000623362040
>ffff88061c5320c0
>e1000e: R  [0x0B0]     0000000617C86040 0000003C00000000 0000000617C86040
>ffff880623363e80
>e1000e: R  [0x0B1]     0000000617C87040 0000003C00000000 0000000617C87040
>ffff880623363d80
>e1000e: R  [0x0B2]     000000061D882040 0000003C00000000 000000061D882040
>ffff880623363c80
>e1000e: R  [0x0B3]     000000061D883040 0000003C00000000 000000061D883040
>ffff880623363b80
>e1000e: R  [0x0B4]     000000061C4BA040 0000003C00000000 000000061C4BA040
>ffff880623363a80
>e1000e: R  [0x0B5]     000000061C4BB040 0000003C00000000 000000061C4BB040
>ffff880623363980
>e1000e: R  [0x0B6]     00000006209AE040 0000003C00000000 00000006209AE040
>ffff880623363880
>e1000e: R  [0x0B7]     00000006209AF040 0000003C00000000 00000006209AF040
>ffff880623363780
>e1000e: R  [0x0B8]     000000061E672040 0000003C00000000 000000061E672040
>ffff880623363680
>e1000e: R  [0x0B9]     000000061E673040 0000003C00000000 000000061E673040
>ffff880623363580
>e1000e: R  [0x0BA]     000000061E41C040 0000003C00000000 000000061E41C040
>ffff880623363480
>e1000e: R  [0x0BB]     000000061E41D040 0000003C00000000 000000061E41D040
>ffff880623363380
>e1000e: R  [0x0BC]     0000000617C06040 0000003C00000000 0000000617C06040
>ffff880623363280
>e1000e: R  [0x0BD]     0000000617C07040 0000003C00000000 0000000617C07040
>ffff880623363180
>e1000e: R  [0x0BE]     0000000620BB4040 0000003C00000000 0000000620BB4040
>ffff880623363080
>e1000e: R  [0x0BF]     0000000623772040 0000003C00000000 0000000623772040
>ffff880620bb5ec0
>e1000e: R  [0x0C0]     0000000623773040 0000003C00000000 0000000623773040
>ffff880620bb5dc0
>e1000e: R  [0x0C1]     0000000623350040 0000003C00000000 0000000623350040
>ffff880620bb5cc0
>e1000e: R  [0x0C2]     0000000623351040 0000003C00000000 0000000623351040
>ffff880620bb5bc0
>e1000e: R  [0x0C3]     00000006239D0040 0000003C00000000 00000006239D0040
>ffff880620bb5ac0
>e1000e: R  [0x0C4]     00000006239D1040 0000003C00000000 00000006239D1040
>ffff880620bb59c0
>e1000e: R  [0x0C5]     000000061C6CE040 0000003C00000000 000000061C6CE040
>ffff880620bb58c0
>e1000e: R  [0x0C6]     000000061C6CF040 0000003C00000000 000000061C6CF040
>ffff880620bb57c0
>e1000e: R  [0x0C7]     0000000620A32040 0000003C00000000 0000000620A32040
>ffff880620bb56c0
>e1000e: R  [0x0C8]     0000000620A33040 0000003C00000000 0000000620A33040
>ffff880620bb55c0
>e1000e: R  [0x0C9]     000000061D8A0040 0000003C00000000 000000061D8A0040
>ffff880620bb54c0
>e1000e: R  [0x0CA]     000000061D8A1040 0000003C00000000 000000061D8A1040
>ffff880620bb53c0
>e1000e: R  [0x0CB]     000000061DBA6040 0000003C00000000 000000061DBA6040
>ffff880620bb52c0
>e1000e: R  [0x0CC]     000000061DBA7040 0000003C00000000 000000061DBA7040
>ffff880620bb51c0
>e1000e: R  [0x0CD]     000000061E7A6040 0000003C00000000 000000061E7A6040
>ffff880620bb50c0
>e1000e: R  [0x0CE]     0000000623A72040 0000003C00000000 0000000623A72040
>ffff88061e7a7e80
>e1000e: R  [0x0CF]     0000000623A73040 0000003C00000000 0000000623A73040
>ffff88061e7a7d80
>e1000e: R  [0x0D0]     000000061D914040 0000005C00020000 000000061D914040
>ffff88061e7a7c80
>e1000e: R  [0x0D1]     000000061D915040 0000005C00020000 000000061D915040
>ffff88061e7a7b80
>e1000e: R  [0x0D2]     0000000623320040 0000005C00020000 0000000623320040
>ffff88061e7a7a80
>e1000e: R  [0x0D3]     0000000623321040 0000005C00020000 0000000623321040
>ffff88061e7a7980
>e1000e: R  [0x0D4]     0000000620A3A040 0000003C00000000 0000000620A3A040
>ffff88061e7a7880
>e1000e: R  [0x0D5]     0000000620A3B040 0000003C00000000 0000000620A3B040
>ffff88061e7a7780
>e1000e: R  [0x0D6]     000000061C4EC040 0000003C00000000 000000061C4EC040
>ffff88061e7a7680
>e1000e: R  [0x0D7]     000000061C4ED040 0000003C00000000 000000061C4ED040
>ffff88061e7a7580
>e1000e: R  [0x0D8]     000000061C586040 0000003C00000000 000000061C586040
>ffff88061e7a7480
>e1000e: R  [0x0D9]     000000061C587040 0000003C00000000 000000061C587040
>ffff88061e7a7380
>e1000e: R  [0x0DA]     0000000620B1A040 0000003C00000000 0000000620B1A040
>ffff88061e7a7280
>e1000e: R  [0x0DB]     0000000620B1B040 0000003C00000000 0000000620B1B040
>ffff88061e7a7180
>e1000e: R  [0x0DC]     00000006224F6040 0000003C00000000 00000006224F6040
>ffff88061e7a7080
>e1000e: R  [0x0DD]     00000006226B6040 0000003C00000000 00000006226B6040
>ffff8806224f7ec0
>e1000e: R  [0x0DE]     00000006226B7040 0000003C00000000 00000006226B7040
>ffff8806224f7dc0
>e1000e: R  [0x0DF]     000000061DB1E040 0000003C00000000 000000061DB1E040
>ffff8806224f7cc0
>e1000e: R  [0x0E0]     000000061DB1F040 0000003C00000000 000000061DB1F040
>ffff8806224f7bc0
>e1000e: R  [0x0E1]     000000061C59E040 0000003C00000000 000000061C59E040
>ffff8806224f7ac0
>e1000e: R  [0x0E2]     000000061C59F040 0000003C00000000 000000061C59F040
>ffff8806224f79c0
>e1000e: R  [0x0E3]     0000000620A12040 0000003C00000000 0000000620A12040
>ffff8806224f78c0
>e1000e: R  [0x0E4]     0000000620A13040 0000003C00000000 0000000620A13040
>ffff8806224f77c0
>e1000e: R  [0x0E5]     000000061C450040 0000003C00000000 000000061C450040
>ffff8806224f76c0
>e1000e: R  [0x0E6]     000000061C451040 0000005C00020000 000000061C451040
>ffff8806224f75c0
>e1000e: R  [0x0E7]     000000061E774040 0000003C00000000 000000061E774040
>ffff8806224f74c0
>e1000e: R  [0x0E8]     000000061E775040 0000003C00000000 000000061E775040
>ffff8806224f73c0
>e1000e: R  [0x0E9]     0000000623F6C040 0000003C00000000 0000000623F6C040
>ffff8806224f72c0
>e1000e: R  [0x0EA]     0000000623F6D040 0000003C00000000 0000000623F6D040
>ffff8806224f71c0
>e1000e: R  [0x0EB]     0000000623308040 0000003C00000000 0000000623308040
>ffff8806224f70c0
>e1000e: R  [0x0EC]     000000061E7F6040 0000003C00000000 000000061E7F6040
>ffff880623309e80
>e1000e: R  [0x0ED]     000000061E7F7040 0000005C00020000 000000061E7F7040
>ffff880623309d80
>e1000e: R  [0x0EE]     00000006224F8040 0000005C00020000 00000006224F8040
>ffff880623309c80
>e1000e: R  [0x0EF]     00000006224F9040 0000005C00020000 00000006224F9040
>ffff880623309b80
>e1000e: R  [0x0F0]     000000061C5A6040 0000005C00020000 000000061C5A6040
>ffff880623309a80
>e1000e: R  [0x0F1]     000000061C5A7040 0000003C00000000 000000061C5A7040
>ffff880623309980
>e1000e: R  [0x0F2]     0000000620996040 0000003C00000000 0000000620996040
>ffff880623309880
>e1000e: R  [0x0F3]     0000000620997040 0000003C00000000 0000000620997040
>ffff880623309780
>e1000e: R  [0x0F4]     0000000622544040 0000003C00000000 0000000622544040
>ffff880623309680
>e1000e: R  [0x0F5]     0000000622545040 0000003C00000000 0000000622545040
>ffff880623309580
>e1000e: R  [0x0F6]     000000061D8F4040 0000005600050000 000000061D8F4040
>ffff880623309480
>e1000e: R  [0x0F7]     000000061D8F5040 0000005600050000 000000061D8F5040
>ffff880623309380
>e1000e: R  [0x0F8]     0000000623AD8040 0000003C00000000 0000000623AD8040
>ffff880623309280
>e1000e: R  [0x0F9]     0000000623AD9040 0000003C00000000 0000000623AD9040
>ffff880623309180
>e1000e: R  [0x0FA]     00000006209CA040 0000003C00000000 00000006209CA040
>ffff880623309080
>e1000e: R  [0x0FB]     000000061C6BE040 0000003C00000000 000000061C6BE040
>ffff8806209cbec0
>e1000e: R  [0x0FC]     000000061C6BF040 0000003C00000000 000000061C6BF040
>ffff8806209cbdc0
>e1000e: R  [0x0FD]     000000062243E040 0000003C00000000 000000062243E040
>ffff8806209cbcc0
>e1000e: R  [0x0FE]     000000062243F040 0000003C00000000 000000062243F040
>ffff8806209cbbc0
>e1000e: R  [0x0FF]     0000000620AD2040 0000003C00000000 0000000620AD2040
>ffff8806209cb9c0
>e1000e 0000:05:00.0: eth0: Reset adapter
>e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>

Thanks for info. I see that hang occurs right when HW processing first TX descriptor with TSO.
Would you be able to reproduce issue with TSO off?  Disable TSO by 'ethtool -K ethx tso off'
Let all debug enabled as it is,  that will help us debug further if issue occurs with TSO off.

-Tushar


>
>--
>Oracle <http://www.oracle.com>
>Joe Jin | Software Development Senior Manager | +8610.6106.5624
>ORACLE | Linux and Virtualization
>No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing
>




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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  3:22           ` Dave, Tushar N
@ 2012-07-11  3:29               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  3:29 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 11:22, Dave, Tushar N wrote:
> Thanks for info. I see that hang occurs right when HW processing first TX descriptor with TSO.
> Would you be able to reproduce issue with TSO off?  Disable TSO by 'ethtool -K ethx tso off'
> Let all debug enabled as it is,  that will help us debug further if issue occurs with TSO off.

Hi Tushar,

Thanks for you quick reply but disabled tso no help for this issue:

# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: off
udp fragmentation offload: off
generic segmentation offload: on
generic-receive-offload: on

kernel log after disable tso:

e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <1>
  TDT                  <4>
  next_to_use          <4>
  next_to_clean        <1>
buffer_info[next_to_clean]:
  time_stamp           <103ae0aba>
  next_to_watch        <1>
  jiffies              <103ae16a0>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <1>
  TDT                  <4>
  next_to_use          <4>
  next_to_clean        <1>
buffer_info[next_to_clean]:
  time_stamp           <103ae0aba>
  next_to_watch        <1>
  jiffies              <103ae2640>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 0000000103AE128A 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000040
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             00000090
e1000e: RDT             00000080
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            0000075a
e1000e: RDFT            00000752
e1000e: RDFHS           00000758
e1000e: RDFTS           00000752
e1000e: RDFPC           000001b4
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000001
e1000e: TDT             00000004
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001308
e1000e: TDFT            00001308
e1000e: TDFHS           00001308
e1000e: TDFTS           00001308
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0     4     1 0000000620800C02 002A   1 0000000103AE0ABA
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tl[0x000]    0000000C1AA0F002 000000008B00002A 0000000000000000 002A    0 0000000000000000 (null)
e1000e: Tl[0x001]    0000000620800C02 000000008B00002A 0000000620800C02 002A    1 0000000103AE0ABA ffff88061c6b6980 NTC
e1000e: Tl[0x002]    000000061E6DBC02 000000008B00002A 000000061E6DBC02 002A    2 0000000103AE0EA2 ffff88061c6b6880
e1000e: Tl[0x003]    0000000620A6C402 000000008B00002A 0000000620A6C402 002A    3 0000000103AE128A ffff8806230b4080
e1000e: Tl[0x004]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x005]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x006]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x007]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x008]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x009]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x010]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    8F    90
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000620AD2040 0000003C00000000 0000000620AD2040 ffff8806209cb9c0
e1000e: R  [0x001]     000000062243F040 0000003C00000000 000000062243F040 ffff8806209cbbc0
e1000e: R  [0x002]     0000000C1AC2D040 0000003C00000000 0000000C1AC2D040 ffff880bbfd1a880
e1000e: R  [0x003]     0000000C1D852040 0000003C00000000 0000000C1D852040 ffff880c1d97dec0
e1000e: R  [0x004]     000000061C6BE040 0000003C00000000 000000061C6BE040 ffff8806209cbec0
e1000e: R  [0x005]     0000000C1AAA4040 0000003C00000000 0000000C1AAA4040 ffff880c120c03c0
e1000e: R  [0x006]     0000000C1AF3B040 0000003C00000000 0000000C1AF3B040 ffff880c1ab65780
e1000e: R  [0x007]     0000000623AD8040 0000003C00000000 0000000623AD8040 ffff880623309280
e1000e: R  [0x008]     000000061D8F5040 0000003C00000000 000000061D8F5040 ffff880623309380
e1000e: R  [0x009]     000000061D8F4040 0000003C00000000 000000061D8F4040 ffff880623309480
e1000e: R  [0x00A]     0000000C23520040 0000003C00000000 0000000C23520040 ffff880c122c90c0
e1000e: R  [0x00B]     0000000622544040 0000003C00000000 0000000622544040 ffff880623309680
e1000e: R  [0x00C]     0000000620997040 0000003C00000000 0000000620997040 ffff880623309780
e1000e: R  [0x00D]     0000000C1AB33040 0000003C00000000 0000000C1AB33040 ffff880c1ab21a80
e1000e: R  [0x00E]     0000000BBFF60040 0000003C00000000 0000000BBFF60040 ffff880c120c02c0
e1000e: R  [0x00F]     000000061C5A6040 0000003C00000000 000000061C5A6040 ffff880623309a80
e1000e: R  [0x010]     00000006224F9040 0000003C00000000 00000006224F9040 ffff880623309b80
e1000e: R  [0x011]     0000000C1AA1A040 0000003C00000000 0000000C1AA1A040 ffff880c1ab65980
e1000e: R  [0x012]     00000006209B4040 0000003C00000000 00000006209B4040 ffff880623309d80
e1000e: R  [0x013]     0000000C1A994040 0000003C00000000 0000000C1A994040 ffff880c1d97d5c0
e1000e: R  [0x014]     0000000C1E22A040 0000003C00000000 0000000C1E22A040 ffff880c1d97d3c0
e1000e: R  [0x015]     0000000C20B1F040 0000012200020000 0000000C20B1F040 ffff880c238b7080
e1000e: R  [0x016]     0000000C1AAE5040 0000003C00000000 0000000C1AAE5040 ffff880c122c9bc0
e1000e: R  [0x017]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224f74c0
e1000e: R  [0x018]     0000000623A83040 0000005600050000 0000000623A83040 ffff88061e46c0c0
e1000e: R  [0x019]     0000000C120E8040 0000005600050000 0000000C120E8040 ffff880c1e1f6b80
e1000e: R  [0x01A]     0000000C1A911040 0000005600050000 0000000C1A911040 ffff880c1aa831c0
e1000e: R  [0x01B]     0000000C1207B040 0000005600050000 0000000C1207B040 ffff880c1ac20680
e1000e: R  [0x01C]     0000000C1AC47040 0000005600050000 0000000C1AC47040 ffff880c234789c0
e1000e: R  [0x01D]     0000000C2388B040 0000005600050000 0000000C2388B040 ffff880c120b91c0
e1000e: R  [0x01E]     0000000C21E96040 0000005600050000 0000000C21E96040 ffff880c120c08c0
e1000e: R  [0x01F]     0000000622752040 0000005600050000 0000000622752040 ffff8806224f7bc0
e1000e: R  [0x020]     0000000C121DA040 0000003C00000000 0000000C121DA040 ffff880bbfc061c0
e1000e: R  [0x021]     0000000623446040 0000003C00000000 0000000623446040 ffff8806224f7dc0
e1000e: R  [0x022]     0000000C1AABC040 0000003C00000000 0000000C1AABC040 ffff880c122435c0
e1000e: R  [0x023]     000000062365F040 0000005600050000 000000062365F040 ffff88061e7a7080
e1000e: R  [0x024]     0000000C12105040 0000005600050000 0000000C12105040 ffff880c120c0ac0
e1000e: R  [0x025]     0000000C1AB62040 0000005600050000 0000000C1AB62040 ffff880bbfc06cc0
e1000e: R  [0x026]     00000006224D9040 0000005600050000 00000006224D9040 ffff88061e7a7380
e1000e: R  [0x027]     00000006227DD040 0000005600050000 00000006227DD040 ffff88061e7a7480
e1000e: R  [0x028]     00000006239A4040 0000005600050000 00000006239A4040 ffff88061e7a7580
e1000e: R  [0x029]     0000000622430040 0000005600050000 0000000622430040 ffff88061e7a7680
e1000e: R  [0x02A]     0000000C1C036040 0000005600050000 0000000C1C036040 ffff880c120c07c0
e1000e: R  [0x02B]     0000000C1A97C040 0000003C00000000 0000000C1A97C040 ffff880c1214a5c0
e1000e: R  [0x02C]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061e7a7980
e1000e: R  [0x02D]     00000006230F3040 0000003C00000000 00000006230F3040 ffff88061e7a7a80
e1000e: R  [0x02E]     000000061E5BC040 0000003C00000000 000000061E5BC040 ffff88061e7a7b80
e1000e: R  [0x02F]     000000061E46E040 0000003C00000000 000000061E46E040 ffff88061e7a7c80
e1000e: R  [0x030]     0000000C200A0040 0000003C00000000 0000000C200A0040 ffff880c1aa833c0
e1000e: R  [0x031]     0000000C20081040 0000003C00000000 0000000C20081040 ffff880c1aa836c0
e1000e: R  [0x032]     0000000C21D67040 0000003C00000000 0000000C21D67040 ffff880c12243cc0
e1000e: R  [0x033]     0000000623AFD040 0000003C00000000 0000000623AFD040 ffff880620bb51c0
e1000e: R  [0x034]     000000061E5C0040 0000003C00000000 000000061E5C0040 ffff880620bb52c0
e1000e: R  [0x035]     000000061DAC5040 0000003C00000000 000000061DAC5040 ffff880620bb53c0
e1000e: R  [0x036]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880620bb54c0
e1000e: R  [0x037]     00000006224BA040 0000003C00000000 00000006224BA040 ffff880620bb55c0
e1000e: R  [0x038]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff880620bb56c0
e1000e: R  [0x039]     0000000617D02040 0000003C00000000 0000000617D02040 ffff880620bb57c0
e1000e: R  [0x03A]     0000000C21133040 0000003C00000000 0000000C21133040 ffff880c122438c0
e1000e: R  [0x03B]     000000061E71B040 0000003C00000000 000000061E71B040 ffff880620bb59c0
e1000e: R  [0x03C]     000000061E7E4040 0000003C00000000 000000061E7E4040 ffff880620bb5ac0
e1000e: R  [0x03D]     000000061D895040 0000003C00000000 000000061D895040 ffff880620bb5bc0
e1000e: R  [0x03E]     000000061E46F040 0000003C00000000 000000061E46F040 ffff880620bb5cc0
e1000e: R  [0x03F]     000000061E63C040 000000C900020000 000000061E63C040 ffff880620bb5dc0
e1000e: R  [0x040]     000000061E4D2040 0000003C00000000 000000061E4D2040 ffff880620bb5ec0
e1000e: R  [0x041]     000000061C66B040 0000003C00000000 000000061C66B040 ffff880623363080
e1000e: R  [0x042]     0000000C1AB4A040 0000003C00000000 0000000C1AB4A040 ffff880c1214a9c0
e1000e: R  [0x043]     0000000C24386040 0000003C00000000 0000000C24386040 ffff880c123f5080
e1000e: R  [0x044]     0000000C21F2F040 0000003C00000000 0000000C21F2F040 ffff880c122439c0
e1000e: R  [0x045]     0000000623641040 0000003C00000000 0000000623641040 ffff880623363580
e1000e: R  [0x046]     0000000C23ADC040 0000005600050000 0000000C23ADC040 ffff880c122c98c0
e1000e: R  [0x047]     0000000C239CB040 0000005600050000 0000000C239CB040 ffff880c238b17c0
e1000e: R  [0x048]     0000000C21024040 0000005600050000 0000000C21024040 ffff880c12112dc0
e1000e: R  [0x049]     0000000C24439040 0000005600050000 0000000C24439040 ffff880c1ab21e80
e1000e: R  [0x04A]     0000000C1AA82040 0000005600050000 0000000C1AA82040 ffff880c1ab21d80
e1000e: R  [0x04B]     0000000617E98040 0000005600050000 0000000617E98040 ffff880623363a80
e1000e: R  [0x04C]     0000000C1A902040 0000005600050000 0000000C1A902040 ffff880c1aa834c0
e1000e: R  [0x04D]     000000061DBA5040 0000005600050000 000000061DBA5040 ffff880623363c80
e1000e: R  [0x04E]     0000000C2347B040 0000005600050000 0000000C2347B040 ffff880c12125ac0
e1000e: R  [0x04F]     000000061DA5D040 0000005600050000 000000061DA5D040 ffff880623363e80
e1000e: R  [0x050]     0000000C202E3040 0000005600050000 0000000C202E3040 ffff880c121252c0
e1000e: R  [0x051]     0000000620911040 0000005600050000 0000000620911040 ffff88061c5321c0
e1000e: R  [0x052]     0000000C12176040 0000005600050000 0000000C12176040 ffff880bbfd5b280
e1000e: R  [0x053]     0000000C209AF040 0000005600050000 0000000C209AF040 ffff880c12125bc0
e1000e: R  [0x054]     0000000C1E0B7040 0000005600050000 0000000C1E0B7040 ffff880c122434c0
e1000e: R  [0x055]     0000000C1214D040 0000005600050000 0000000C1214D040 ffff880c1d97dcc0
e1000e: R  [0x056]     000000062096C040 0000003C00000000 000000062096C040 ffff88061c5326c0
e1000e: R  [0x057]     0000000C20B76040 0000003C00000000 0000000C20B76040 ffff880c238b1bc0
e1000e: R  [0x058]     0000000BBFD96040 0000003C00000000 0000000BBFD96040 ffff880c121f2680
e1000e: R  [0x059]     0000000C1F660040 0000003C00000000 0000000C1F660040 ffff880c121f2780
e1000e: R  [0x05A]     0000000C1201D040 0000003C00000000 0000000C1201D040 ffff880c1aa835c0
e1000e: R  [0x05B]     0000000C21E5E040 0000003C00000000 0000000C21E5E040 ffff880c1ab21580
e1000e: R  [0x05C]     0000000622718040 0000003C00000000 0000000622718040 ffff88061c532cc0
e1000e: R  [0x05D]     0000000C1AB05040 0000003C00000000 0000000C1AB05040 ffff880c238b1cc0
e1000e: R  [0x05E]     0000000C1DB3C040 0000003C00000000 0000000C1DB3C040 ffff880c120c0bc0
e1000e: R  [0x05F]     0000000C1F439040 0000003C00000000 0000000C1F439040 ffff880c122437c0
e1000e: R  [0x060]     0000000C1AAF2040 0000003C00000000 0000000C1AAF2040 ffff880c12243ac0
e1000e: R  [0x061]     00000006227FC040 0000003C00000000 00000006227FC040 ffff880620afb280
e1000e: R  [0x062]     0000000620B6F040 0000003C00000000 0000000620B6F040 ffff880620afb380
e1000e: R  [0x063]     00000006237C5040 0000003C00000000 00000006237C5040 ffff880620afb480
e1000e: R  [0x064]     0000000C23EB2040 0000003C00000000 0000000C23EB2040 ffff880c1aa83ac0
e1000e: R  [0x065]     0000000C2135F040 0000003C00000000 0000000C2135F040 ffff880c1d97ddc0
e1000e: R  [0x066]     0000000C1215E040 0000003C00000000 0000000C1215E040 ffff880c1ac20280
e1000e: R  [0x067]     0000000C1DAA2040 0000003C00000000 0000000C1DAA2040 ffff880bbfc064c0
e1000e: R  [0x068]     0000000C1F612040 0000003C00000000 0000000C1F612040 ffff880c1a904a80
e1000e: R  [0x069]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff880620afba80
e1000e: R  [0x06A]     0000000623A82040 0000003C00000000 0000000623A82040 ffff8806239289c0
e1000e: R  [0x06B]     0000000C1A9E8040 0000003C00000000 0000000C1A9E8040 ffff880c120c0cc0
e1000e: R  [0x06C]     0000000C21F0A040 0000003C00000000 0000000C21F0A040 ffff880c1e1f6280
e1000e: R  [0x06D]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880620afbe80
e1000e: R  [0x06E]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff880623fcd880
e1000e: R  [0x06F]     0000000C23A50040 0000003C00000000 0000000C23A50040 ffff880bbfc06bc0
e1000e: R  [0x070]     0000000622567040 0000003C00000000 0000000622567040 ffff88061e6c9ac0
e1000e: R  [0x071]     0000000C121F4040 0000003C00000000 0000000C121F4040 ffff880c122d2e80
e1000e: R  [0x072]     0000000620A13040 0000003C00000000 0000000620A13040 ffff880623894180
e1000e: R  [0x073]     0000000C1D9CD040 0000003C00000000 0000000C1D9CD040 ffff880c238b1dc0
e1000e: R  [0x074]     000000061C451040 0000003C00000000 000000061C451040 ffff880617f3e080
e1000e: R  [0x075]     000000061E774040 0000003C00000000 000000061E774040 ffff88061d98b6c0
e1000e: R  [0x076]     0000000C1DA01040 0000003C00000000 0000000C1DA01040 ffff880c121f2a80
e1000e: R  [0x077]     0000000C1AB6A040 0000003C00000000 0000000C1AB6A040 ffff880c121254c0
e1000e: R  [0x078]     0000000C21CD0040 0000003C00000000 0000000C21CD0040 ffff880c1a904480
e1000e: R  [0x079]     0000000C1238B040 0000003C00000000 0000000C1238B040 ffff880c1a904c80
e1000e: R  [0x07A]     0000000C1E227040 0000003C00000000 0000000C1E227040 ffff880c122d2980
e1000e: R  [0x07B]     000000061E7F7040 0000003C00000000 000000061E7F7040 ffff88061d98b0c0
e1000e: R  [0x07C]     0000000C1A9F6040 0000003C00000000 0000000C1A9F6040 ffff880c1aa838c0
e1000e: R  [0x07D]     0000000BBFD0E040 0000003C00000000 0000000BBFD0E040 ffff880c120b9cc0
e1000e: R  [0x07E]     0000000C1AB44040 0000003C00000000 0000000C1AB44040 ffff880c12125cc0
e1000e: R  [0x07F]     0000000C23F04040 0000003C00000000 0000000C23F04040 ffff880c122432c0
e1000e: R  [0x080]     0000000620B1A040 0000003C00000000 0000000620B1A040 ffff88061db375c0
e1000e: R  [0x081]     0000000C20A6A040 0000003C00000000 0000000C20A6A040 ffff880c121255c0
e1000e: R  [0x082]     0000000C20B49040 0000003C00000000 0000000C20B49040 ffff880c122433c0
e1000e: R  [0x083]     0000000C20931040 0000003C00000000 0000000C20931040 ffff880c122430c0
e1000e: R  [0x084]     0000000C210FA040 0000003C00000000 0000000C210FA040 ffff880c121250c0
e1000e: R  [0x085]     0000000C1D995040 0000003C00000000 0000000C1D995040 ffff880c121d9e80
e1000e: R  [0x086]     0000000C21F0C040 0000003C00000000 0000000C21F0C040 ffff880c120c00c0
e1000e: R  [0x087]     0000000C21180040 0000003C00000000 0000000C21180040 ffff880c1e1f6d80
e1000e: R  [0x088]     0000000C122DD040 0000003C00000000 0000000C122DD040 ffff880bbfc77680
e1000e: R  [0x089]     0000000C1DB0D040 0000003C00000000 0000000C1DB0D040 ffff880c1aae4180
e1000e: R  [0x08A]     0000000C120E9040 0000003C00000000 0000000C120E9040 ffff880c1e1f6880
e1000e: R  [0x08B]     0000000C1E1EA040 0000003C00000000 0000000C1E1EA040 ffff880c1e1f6480
e1000e: R  [0x08C]     0000000C235D2040 0000003C00000000 0000000C235D2040 ffff880c121d9280
e1000e: R  [0x08D]     0000000C12097040 0000003C00000000 0000000C12097040 ffff880c121d9780
e1000e: R  [0x08E]     000000061D914040 0000003C00000000 000000061D914040 ffff8806237a2b80
e1000e: R  [0x08F]     171E000000000000 0000003C00000000 0000000000000000 ffff880c121c22c0 NTU
e1000e: R  [0x090]     0000000C1A979040 0000003C00000000 0000000C1A979040 ffff880c120c06c0 NTC
e1000e: R  [0x091]     0000000C20347040 0000003C00000000 0000000C20347040 ffff880bbfd8cac0
e1000e: R  [0x092]     0000000C1AA5E040 0000003C00000000 0000000C1AA5E040 ffff880c123f5d80
e1000e: R  [0x093]     0000000620A3B040 0000003C00000000 0000000620A3B040 ffff88061e6c90c0
e1000e: R  [0x094]     0000000C1DB5A040 0000003C00000000 0000000C1DB5A040 ffff880bbfd8c5c0
e1000e: R  [0x095]     0000000C2117E040 0000003C00000000 0000000C2117E040 ffff880c121c29c0
e1000e: R  [0x096]     0000000C23949040 0000003C00000000 0000000C23949040 ffff880bbfc069c0
e1000e: R  [0x097]     0000000623350040 0000003C00000000 0000000623350040 ffff8806187e2ac0
e1000e: R  [0x098]     0000000623351040 0000003C00000000 0000000623351040 ffff88061e46c3c0
e1000e: R  [0x099]     00000006239D0040 0000003C00000000 00000006239D0040 ffff88061e46c8c0
e1000e: R  [0x09A]     0000000C12081040 0000003C00000000 0000000C12081040 ffff880c1ab21280
e1000e: R  [0x09B]     0000000C212E8040 0000003C00000000 0000000C212E8040 ffff880c122c92c0
e1000e: R  [0x09C]     000000061C6CF040 0000003C00000000 000000061C6CF040 ffff88061e46cec0
e1000e: R  [0x09D]     0000000620A32040 0000003C00000000 0000000620A32040 ffff88061e46cdc0
e1000e: R  [0x09E]     0000000620A33040 0000003C00000000 0000000620A33040 ffff88061e5dc4c0
e1000e: R  [0x09F]     000000061D8A0040 0000003C00000000 000000061D8A0040 ffff880623722280
e1000e: R  [0x0A0]     0000000C23443040 0000003C00000000 0000000C23443040 ffff880c1a904680
e1000e: R  [0x0A1]     000000061D883040 0000003C00000000 000000061D883040 ffff8806230b4880
e1000e: R  [0x0A2]     000000061C4BA040 0000003C00000000 000000061C4BA040 ffff88061d8d6380
e1000e: R  [0x0A3]     000000061C4BB040 0000003C00000000 000000061C4BB040 ffff8806224bbd80
e1000e: R  [0x0A4]     0000000C1E0F3040 0000003C00000000 0000000C1E0F3040 ffff880c1ac20d80
e1000e: R  [0x0A5]     00000006209AF040 0000003C00000000 00000006209AF040 ffff8806224d2280
e1000e: R  [0x0A6]     000000061E672040 0000003C00000000 000000061E672040 ffff88061e614880
e1000e: R  [0x0A7]     000000061E673040 0000003C00000000 000000061E673040 ffff88061d8d6480
e1000e: R  [0x0A8]     0000000BBFD97040 0000003C00000000 0000000BBFD97040 ffff880c121f2580
e1000e: R  [0x0A9]     0000000C1DA15040 0000003C00000000 0000000C1DA15040 ffff880bbfc060c0
e1000e: R  [0x0AA]     0000000BBFF7C040 0000003C00000000 0000000BBFF7C040 ffff880c234787c0
e1000e: R  [0x0AB]     0000000C122D8040 0000003C00000000 0000000C122D8040 ffff880c121256c0
e1000e: R  [0x0AC]     0000000C1214F040 0000003C00000000 0000000C1214F040 ffff880bbfd5b380
e1000e: R  [0x0AD]     0000000C1AA08040 0000003C00000000 0000000C1AA08040 ffff880c1d97d4c0
e1000e: R  [0x0AE]     00000006227BD040 0000003C00000000 00000006227BD040 ffff8806230b4c80
e1000e: R  [0x0AF]     0000000617C0A040 0000003C00000000 0000000617C0A040 ffff8806224bb580
e1000e: R  [0x0B0]     0000000C201F4040 0000003C00000000 0000000C201F4040 ffff880bbfc06dc0
e1000e: R  [0x0B1]     0000000C213D7040 0000003C00000000 0000000C213D7040 ffff880bbfc067c0
e1000e: R  [0x0B2]     0000000C1A9FD040 0000003C00000000 0000000C1A9FD040 ffff880c120c05c0
e1000e: R  [0x0B3]     0000000623899040 0000003C00000000 0000000623899040 ffff880623056cc0
e1000e: R  [0x0B4]     0000000C1E0D5040 0000003C00000000 0000000C1E0D5040 ffff880c120c04c0
e1000e: R  [0x0B5]     0000000C21C10040 0000003C00000000 0000000C21C10040 ffff880c1214aec0
e1000e: R  [0x0B6]     0000000C121CF040 0000003C00000000 0000000C121CF040 ffff880c121c24c0
e1000e: R  [0x0B7]     0000000C1AC34040 0000003C00000000 0000000C1AC34040 ffff880bbfc06ec0
e1000e: R  [0x0B8]     0000000C210A0040 0000003C00000000 0000000C210A0040 ffff880c123f5380
e1000e: R  [0x0B9]     000000062253F040 0000003C00000000 000000062253F040 ffff88061e5dcdc0
e1000e: R  [0x0BA]     0000000C24CB6040 0000003C00000000 0000000C24CB6040 ffff880c120b97c0
e1000e: R  [0x0BB]     0000000BBFC60040 0000003C00000000 0000000BBFC60040 ffff880bbfcf9080
e1000e: R  [0x0BC]     000000062374F040 0000003C00000000 000000062374F040 ffff88061d8d6580
e1000e: R  [0x0BD]     0000000C201C3040 0000003C00000000 0000000C201C3040 ffff880c1e1f6580
e1000e: R  [0x0BE]     0000000C1D9C3040 0000003C00000000 0000000C1D9C3040 ffff880c120b92c0
e1000e: R  [0x0BF]     0000000620B90040 0000003C00000000 0000000620B90040 ffff88061c6b6b80
e1000e: R  [0x0C0]     000000061E486040 0000003C00000000 000000061E486040 ffff88061c6b6e80
e1000e: R  [0x0C1]     0000000C20A48040 0000003C00000000 0000000C20A48040 ffff880c1ab21880
e1000e: R  [0x0C2]     0000000623B7B040 0000003C00000000 0000000623B7B040 ffff880620b6e7c0
e1000e: R  [0x0C3]     0000000C1DB3D040 0000003C00000000 0000000C1DB3D040 ffff880c12125dc0
e1000e: R  [0x0C4]     0000000C21384040 0000003C00000000 0000000C21384040 ffff880c120b9ac0
e1000e: R  [0x0C5]     000000062268E040 0000003C00000000 000000062268E040 ffff880617cfab80
e1000e: R  [0x0C6]     0000000C23637040 0000003C00000000 0000000C23637040 ffff880c1ab21c80
e1000e: R  [0x0C7]     000000062330A040 0000003C00000000 000000062330A040 ffff88061e415280
e1000e: R  [0x0C8]     000000061D80F040 0000003C00000000 000000061D80F040 ffff88062362ddc0
e1000e: R  [0x0C9]     0000000C1A915040 0000003C00000000 0000000C1A915040 ffff880c123f5480
e1000e: R  [0x0CA]     0000000C122F6040 0000003C00000000 0000000C122F6040 ffff880bbfd3a780
e1000e: R  [0x0CB]     0000000C20067040 0000003C00000000 0000000C20067040 ffff880c123f5180
e1000e: R  [0x0CC]     0000000C1AA15040 0000003C00000000 0000000C1AA15040 ffff880c123f5280
e1000e: R  [0x0CD]     0000000C20A51040 0000003C00000000 0000000C20A51040 ffff880c121c23c0
e1000e: R  [0x0CE]     0000000620882040 0000003C00000000 0000000620882040 ffff8806224bba80
e1000e: R  [0x0CF]     00000006226F8040 0000003C00000000 00000006226F8040 ffff88061e415c80
e1000e: R  [0x0D0]     0000000620BD4040 0000003C00000000 0000000620BD4040 ffff8806227b7780
e1000e: R  [0x0D1]     0000000620992040 0000003C00000000 0000000620992040 ffff88061e5624c0
e1000e: R  [0x0D2]     000000061E771040 0000003C00000000 000000061E771040 ffff88061e46cbc0
e1000e: R  [0x0D3]     000000061E41F040 0000003C00000000 000000061E41F040 ffff88061e415780
e1000e: R  [0x0D4]     0000000623004040 0000003C00000000 0000000623004040 ffff8806238d8080
e1000e: R  [0x0D5]     0000000C1AB92040 0000003C00000000 0000000C1AB92040 ffff880c1ab21180
e1000e: R  [0x0D6]     0000000C122DF040 0000003C00000000 0000000C122DF040 ffff880c1214a4c0
e1000e: R  [0x0D7]     0000000C23448040 0000003C00000000 0000000C23448040 ffff880bbfc068c0
e1000e: R  [0x0D8]     0000000C1227E040 0000003C00000000 0000000C1227E040 ffff880c121129c0
e1000e: R  [0x0D9]     000000061E74D040 0000003C00000000 000000061E74D040 ffff8806238a0a80
e1000e: R  [0x0DA]     0000000BBFD6C040 0000003C00000000 0000000BBFD6C040 ffff880c236513c0
e1000e: R  [0x0DB]     000000061E7DB040 0000003C00000000 000000061E7DB040 ffff88062405b380
e1000e: R  [0x0DC]     0000000620867040 0000003C00000000 0000000620867040 ffff880623884880
e1000e: R  [0x0DD]     00000006238E0040 0000003C00000000 00000006238E0040 ffff88061c669dc0
e1000e: R  [0x0DE]     0000000C23A1E040 0000003C00000000 0000000C23A1E040 ffff880c121128c0
e1000e: R  [0x0DF]     0000000C1E219040 0000015600020000 0000000C1E219040 ffff880c122d2c80
e1000e: R  [0x0E0]     000000061DAEC040 0000003C00000000 000000061DAEC040 ffff8806239b14c0
e1000e: R  [0x0E1]     0000000C21358040 0000003C00000000 0000000C21358040 ffff880bbfc063c0
e1000e: R  [0x0E2]     0000000C12157040 0000003C00000000 0000000C12157040 ffff880c23651ec0
e1000e: R  [0x0E3]     0000000C20895040 0000003C00000000 0000000C20895040 ffff880c123f5780
e1000e: R  [0x0E4]     0000000C1A939040 0000003C00000000 0000000C1A939040 ffff880c122431c0
e1000e: R  [0x0E5]     0000000C238B0040 0000003C00000000 0000000C238B0040 ffff880c1214a2c0
e1000e: R  [0x0E6]     0000000C1AF3A040 0000003C00000000 0000000C1AF3A040 ffff880c123f5580
e1000e: R  [0x0E7]     000000062086E040 0000003C00000000 000000062086E040 ffff88061c6b6380
e1000e: R  [0x0E8]     0000000623A11040 0000003C00000000 0000000623A11040 ffff88062274a780
e1000e: R  [0x0E9]     00000006237A7040 0000003C00000000 00000006237A7040 ffff880623808a80
e1000e: R  [0x0EA]     0000000C21380040 0000003C00000000 0000000C21380040 ffff880bbfc77b80
e1000e: R  [0x0EB]     0000000C21C71040 0000003C00000000 0000000C21C71040 ffff880bbfc062c0
e1000e: R  [0x0EC]     000000061E408040 0000003C00000000 000000061E408040 ffff8806226fcbc0
e1000e: R  [0x0ED]     0000000620919040 0000003C00000000 0000000620919040 ffff88061e5620c0
e1000e: R  [0x0EE]     0000000C20975040 0000003C00000000 0000000C20975040 ffff880c12243dc0
e1000e: R  [0x0EF]     00000006227FB040 0000003C00000000 00000006227FB040 ffff880619389280
e1000e: R  [0x0F0]     0000000C1F4E6040 0000003C00000000 0000000C1F4E6040 ffff880c23651bc0
e1000e: R  [0x0F1]     0000000620BCD040 0000003C00000000 0000000620BCD040 ffff88061d8f96c0
e1000e: R  [0x0F2]     0000000C21221040 0000003C00000000 0000000C21221040 ffff880c1a904080
e1000e: R  [0x0F3]     0000000BBFD91040 0000003C00000000 0000000BBFD91040 ffff880c1d97d6c0
e1000e: R  [0x0F4]     000000062267C040 0000003C00000000 000000062267C040 ffff8806239b18c0
e1000e: R  [0x0F5]     0000000C20A59040 0000003C00000000 0000000C20A59040 ffff880c1d97d0c0
e1000e: R  [0x0F6]     000000061E777040 0000003C00000000 000000061E777040 ffff880617d4abc0
e1000e: R  [0x0F7]     0000000C121F7040 0000003C00000000 0000000C121F7040 ffff880c121258c0
e1000e: R  [0x0F8]     0000000622659040 0000003C00000000 0000000622659040 ffff88061c6a8480
e1000e: R  [0x0F9]     00000006224E5040 0000003C00000000 00000006224E5040 ffff8806227b7c80
e1000e: R  [0x0FA]     0000000C12084040 0000003C00000000 0000000C12084040 ffff880c121253c0
e1000e: R  [0x0FB]     000000061DBA8040 0000003C00000000 000000061DBA8040 ffff880623722380
e1000e: R  [0x0FC]     0000000C1AA98040 0000003C00000000 0000000C1AA98040 ffff880c12243bc0
e1000e: R  [0x0FD]     0000000C1AABD040 0000003C00000000 0000000C1AABD040 ffff880c1aa837c0
e1000e: R  [0x0FE]     0000000C2398E040 0000003C00000000 0000000C2398E040 ffff880c120b9bc0
e1000e: R  [0x0FF]     0000000C20079040 0000003C00000000 0000000C20079040 ffff880c121f2d80
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  3:29               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  3:29 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 11:22, Dave, Tushar N wrote:
> Thanks for info. I see that hang occurs right when HW processing first TX descriptor with TSO.
> Would you be able to reproduce issue with TSO off?  Disable TSO by 'ethtool -K ethx tso off'
> Let all debug enabled as it is,  that will help us debug further if issue occurs with TSO off.

Hi Tushar,

Thanks for you quick reply but disabled tso no help for this issue:

# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: off
udp fragmentation offload: off
generic segmentation offload: on
generic-receive-offload: on

kernel log after disable tso:

e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <1>
  TDT                  <4>
  next_to_use          <4>
  next_to_clean        <1>
buffer_info[next_to_clean]:
  time_stamp           <103ae0aba>
  next_to_watch        <1>
  jiffies              <103ae16a0>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
  TDH                  <1>
  TDT                  <4>
  next_to_use          <4>
  next_to_clean        <1>
buffer_info[next_to_clean]:
  time_stamp           <103ae0aba>
  next_to_watch        <1>
  jiffies              <103ae2640>
  next_to_watch.status <0>
MAC Status             <80387>
PHY Status             <792d>
PHY 1000BASE-T Status  <3c00>
PHY Extended Status    <3000>
PCI Status             <10>
e1000e 0000:05:00.0: Net device Info
e1000e: Device Name     state            trans_start      last_rx
e1000e: eth0            0000000000000003 0000000103AE128A 0000000000000000
e1000e 0000:05:00.0: Register Dump
e1000e:  Register Name   Value
e1000e: CTRL            180c0241
e1000e: STATUS          00080387
e1000e: CTRL_EXT        181400c0
e1000e: ICR             00000040
e1000e: RCTL            04048002
e1000e: RDLEN           00001000
e1000e: RDH             00000090
e1000e: RDT             00000080
e1000e: RDTR            00000020
e1000e: RXDCTL[0-1]     01040420 01040420
e1000e: ERT             00000000
e1000e: RDBAL           23852000
e1000e: RDBAH           0000000c
e1000e: RDFH            0000075a
e1000e: RDFT            00000752
e1000e: RDFHS           00000758
e1000e: RDFTS           00000752
e1000e: RDFPC           000001b4
e1000e: TCTL            3003f00a
e1000e: TDBAL           1210c000
e1000e: TDBAH           0000000c
e1000e: TDLEN           00001000
e1000e: TDH             00000001
e1000e: TDT             00000004
e1000e: TIDV            00000008
e1000e: TXDCTL[0-1]     0145011f 0145011f
e1000e: TADV            00000020
e1000e: TARC[0-1]       07a00403 07400403
e1000e: TDFH            00001308
e1000e: TDFT            00001308
e1000e: TDFHS           00001308
e1000e: TDFTS           00001308
e1000e: TDFPC           00000000
e1000e 0000:05:00.0: Tx Ring Summary
e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
e1000e:      0     4     1 0000000620800C02 002A   1 0000000103AE0ABA
e1000e 0000:05:00.0: Tx Ring Dump
e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Legacy format
e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Context format
e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ] leng  ntw timestamp        bi->skb <-- Ext Data format
e1000e: Tl[0x000]    0000000C1AA0F002 000000008B00002A 0000000000000000 002A    0 0000000000000000 (null)
e1000e: Tl[0x001]    0000000620800C02 000000008B00002A 0000000620800C02 002A    1 0000000103AE0ABA ffff88061c6b6980 NTC
e1000e: Tl[0x002]    000000061E6DBC02 000000008B00002A 000000061E6DBC02 002A    2 0000000103AE0EA2 ffff88061c6b6880
e1000e: Tl[0x003]    0000000620A6C402 000000008B00002A 0000000620A6C402 002A    3 0000000103AE128A ffff8806230b4080
e1000e: Tl[0x004]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null) NTU
e1000e: Tl[0x005]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x006]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x007]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x008]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x009]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x00F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x010]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000 0000    0 0000000000000000 (null)
e1000e 0000:05:00.0: Rx Ring Summary
e1000e: Queue [NTU] [NTC]
e1000e:      0    8F    90
e1000e 0000:05:00.0: Rx Ring Dump
e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ] [bi->skb] <-- Ext (Read) format
e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext (Write-Back) format
e1000e: R  [0x000]     0000000620AD2040 0000003C00000000 0000000620AD2040 ffff8806209cb9c0
e1000e: R  [0x001]     000000062243F040 0000003C00000000 000000062243F040 ffff8806209cbbc0
e1000e: R  [0x002]     0000000C1AC2D040 0000003C00000000 0000000C1AC2D040 ffff880bbfd1a880
e1000e: R  [0x003]     0000000C1D852040 0000003C00000000 0000000C1D852040 ffff880c1d97dec0
e1000e: R  [0x004]     000000061C6BE040 0000003C00000000 000000061C6BE040 ffff8806209cbec0
e1000e: R  [0x005]     0000000C1AAA4040 0000003C00000000 0000000C1AAA4040 ffff880c120c03c0
e1000e: R  [0x006]     0000000C1AF3B040 0000003C00000000 0000000C1AF3B040 ffff880c1ab65780
e1000e: R  [0x007]     0000000623AD8040 0000003C00000000 0000000623AD8040 ffff880623309280
e1000e: R  [0x008]     000000061D8F5040 0000003C00000000 000000061D8F5040 ffff880623309380
e1000e: R  [0x009]     000000061D8F4040 0000003C00000000 000000061D8F4040 ffff880623309480
e1000e: R  [0x00A]     0000000C23520040 0000003C00000000 0000000C23520040 ffff880c122c90c0
e1000e: R  [0x00B]     0000000622544040 0000003C00000000 0000000622544040 ffff880623309680
e1000e: R  [0x00C]     0000000620997040 0000003C00000000 0000000620997040 ffff880623309780
e1000e: R  [0x00D]     0000000C1AB33040 0000003C00000000 0000000C1AB33040 ffff880c1ab21a80
e1000e: R  [0x00E]     0000000BBFF60040 0000003C00000000 0000000BBFF60040 ffff880c120c02c0
e1000e: R  [0x00F]     000000061C5A6040 0000003C00000000 000000061C5A6040 ffff880623309a80
e1000e: R  [0x010]     00000006224F9040 0000003C00000000 00000006224F9040 ffff880623309b80
e1000e: R  [0x011]     0000000C1AA1A040 0000003C00000000 0000000C1AA1A040 ffff880c1ab65980
e1000e: R  [0x012]     00000006209B4040 0000003C00000000 00000006209B4040 ffff880623309d80
e1000e: R  [0x013]     0000000C1A994040 0000003C00000000 0000000C1A994040 ffff880c1d97d5c0
e1000e: R  [0x014]     0000000C1E22A040 0000003C00000000 0000000C1E22A040 ffff880c1d97d3c0
e1000e: R  [0x015]     0000000C20B1F040 0000012200020000 0000000C20B1F040 ffff880c238b7080
e1000e: R  [0x016]     0000000C1AAE5040 0000003C00000000 0000000C1AAE5040 ffff880c122c9bc0
e1000e: R  [0x017]     0000000620963040 0000003C00000000 0000000620963040 ffff8806224f74c0
e1000e: R  [0x018]     0000000623A83040 0000005600050000 0000000623A83040 ffff88061e46c0c0
e1000e: R  [0x019]     0000000C120E8040 0000005600050000 0000000C120E8040 ffff880c1e1f6b80
e1000e: R  [0x01A]     0000000C1A911040 0000005600050000 0000000C1A911040 ffff880c1aa831c0
e1000e: R  [0x01B]     0000000C1207B040 0000005600050000 0000000C1207B040 ffff880c1ac20680
e1000e: R  [0x01C]     0000000C1AC47040 0000005600050000 0000000C1AC47040 ffff880c234789c0
e1000e: R  [0x01D]     0000000C2388B040 0000005600050000 0000000C2388B040 ffff880c120b91c0
e1000e: R  [0x01E]     0000000C21E96040 0000005600050000 0000000C21E96040 ffff880c120c08c0
e1000e: R  [0x01F]     0000000622752040 0000005600050000 0000000622752040 ffff8806224f7bc0
e1000e: R  [0x020]     0000000C121DA040 0000003C00000000 0000000C121DA040 ffff880bbfc061c0
e1000e: R  [0x021]     0000000623446040 0000003C00000000 0000000623446040 ffff8806224f7dc0
e1000e: R  [0x022]     0000000C1AABC040 0000003C00000000 0000000C1AABC040 ffff880c122435c0
e1000e: R  [0x023]     000000062365F040 0000005600050000 000000062365F040 ffff88061e7a7080
e1000e: R  [0x024]     0000000C12105040 0000005600050000 0000000C12105040 ffff880c120c0ac0
e1000e: R  [0x025]     0000000C1AB62040 0000005600050000 0000000C1AB62040 ffff880bbfc06cc0
e1000e: R  [0x026]     00000006224D9040 0000005600050000 00000006224D9040 ffff88061e7a7380
e1000e: R  [0x027]     00000006227DD040 0000005600050000 00000006227DD040 ffff88061e7a7480
e1000e: R  [0x028]     00000006239A4040 0000005600050000 00000006239A4040 ffff88061e7a7580
e1000e: R  [0x029]     0000000622430040 0000005600050000 0000000622430040 ffff88061e7a7680
e1000e: R  [0x02A]     0000000C1C036040 0000005600050000 0000000C1C036040 ffff880c120c07c0
e1000e: R  [0x02B]     0000000C1A97C040 0000003C00000000 0000000C1A97C040 ffff880c1214a5c0
e1000e: R  [0x02C]     0000000620AFE040 0000003C00000000 0000000620AFE040 ffff88061e7a7980
e1000e: R  [0x02D]     00000006230F3040 0000003C00000000 00000006230F3040 ffff88061e7a7a80
e1000e: R  [0x02E]     000000061E5BC040 0000003C00000000 000000061E5BC040 ffff88061e7a7b80
e1000e: R  [0x02F]     000000061E46E040 0000003C00000000 000000061E46E040 ffff88061e7a7c80
e1000e: R  [0x030]     0000000C200A0040 0000003C00000000 0000000C200A0040 ffff880c1aa833c0
e1000e: R  [0x031]     0000000C20081040 0000003C00000000 0000000C20081040 ffff880c1aa836c0
e1000e: R  [0x032]     0000000C21D67040 0000003C00000000 0000000C21D67040 ffff880c12243cc0
e1000e: R  [0x033]     0000000623AFD040 0000003C00000000 0000000623AFD040 ffff880620bb51c0
e1000e: R  [0x034]     000000061E5C0040 0000003C00000000 000000061E5C0040 ffff880620bb52c0
e1000e: R  [0x035]     000000061DAC5040 0000003C00000000 000000061DAC5040 ffff880620bb53c0
e1000e: R  [0x036]     000000061E78E040 0000003C00000000 000000061E78E040 ffff880620bb54c0
e1000e: R  [0x037]     00000006224BA040 0000003C00000000 00000006224BA040 ffff880620bb55c0
e1000e: R  [0x038]     0000000617EA1040 0000003C00000000 0000000617EA1040 ffff880620bb56c0
e1000e: R  [0x039]     0000000617D02040 0000003C00000000 0000000617D02040 ffff880620bb57c0
e1000e: R  [0x03A]     0000000C21133040 0000003C00000000 0000000C21133040 ffff880c122438c0
e1000e: R  [0x03B]     000000061E71B040 0000003C00000000 000000061E71B040 ffff880620bb59c0
e1000e: R  [0x03C]     000000061E7E4040 0000003C00000000 000000061E7E4040 ffff880620bb5ac0
e1000e: R  [0x03D]     000000061D895040 0000003C00000000 000000061D895040 ffff880620bb5bc0
e1000e: R  [0x03E]     000000061E46F040 0000003C00000000 000000061E46F040 ffff880620bb5cc0
e1000e: R  [0x03F]     000000061E63C040 000000C900020000 000000061E63C040 ffff880620bb5dc0
e1000e: R  [0x040]     000000061E4D2040 0000003C00000000 000000061E4D2040 ffff880620bb5ec0
e1000e: R  [0x041]     000000061C66B040 0000003C00000000 000000061C66B040 ffff880623363080
e1000e: R  [0x042]     0000000C1AB4A040 0000003C00000000 0000000C1AB4A040 ffff880c1214a9c0
e1000e: R  [0x043]     0000000C24386040 0000003C00000000 0000000C24386040 ffff880c123f5080
e1000e: R  [0x044]     0000000C21F2F040 0000003C00000000 0000000C21F2F040 ffff880c122439c0
e1000e: R  [0x045]     0000000623641040 0000003C00000000 0000000623641040 ffff880623363580
e1000e: R  [0x046]     0000000C23ADC040 0000005600050000 0000000C23ADC040 ffff880c122c98c0
e1000e: R  [0x047]     0000000C239CB040 0000005600050000 0000000C239CB040 ffff880c238b17c0
e1000e: R  [0x048]     0000000C21024040 0000005600050000 0000000C21024040 ffff880c12112dc0
e1000e: R  [0x049]     0000000C24439040 0000005600050000 0000000C24439040 ffff880c1ab21e80
e1000e: R  [0x04A]     0000000C1AA82040 0000005600050000 0000000C1AA82040 ffff880c1ab21d80
e1000e: R  [0x04B]     0000000617E98040 0000005600050000 0000000617E98040 ffff880623363a80
e1000e: R  [0x04C]     0000000C1A902040 0000005600050000 0000000C1A902040 ffff880c1aa834c0
e1000e: R  [0x04D]     000000061DBA5040 0000005600050000 000000061DBA5040 ffff880623363c80
e1000e: R  [0x04E]     0000000C2347B040 0000005600050000 0000000C2347B040 ffff880c12125ac0
e1000e: R  [0x04F]     000000061DA5D040 0000005600050000 000000061DA5D040 ffff880623363e80
e1000e: R  [0x050]     0000000C202E3040 0000005600050000 0000000C202E3040 ffff880c121252c0
e1000e: R  [0x051]     0000000620911040 0000005600050000 0000000620911040 ffff88061c5321c0
e1000e: R  [0x052]     0000000C12176040 0000005600050000 0000000C12176040 ffff880bbfd5b280
e1000e: R  [0x053]     0000000C209AF040 0000005600050000 0000000C209AF040 ffff880c12125bc0
e1000e: R  [0x054]     0000000C1E0B7040 0000005600050000 0000000C1E0B7040 ffff880c122434c0
e1000e: R  [0x055]     0000000C1214D040 0000005600050000 0000000C1214D040 ffff880c1d97dcc0
e1000e: R  [0x056]     000000062096C040 0000003C00000000 000000062096C040 ffff88061c5326c0
e1000e: R  [0x057]     0000000C20B76040 0000003C00000000 0000000C20B76040 ffff880c238b1bc0
e1000e: R  [0x058]     0000000BBFD96040 0000003C00000000 0000000BBFD96040 ffff880c121f2680
e1000e: R  [0x059]     0000000C1F660040 0000003C00000000 0000000C1F660040 ffff880c121f2780
e1000e: R  [0x05A]     0000000C1201D040 0000003C00000000 0000000C1201D040 ffff880c1aa835c0
e1000e: R  [0x05B]     0000000C21E5E040 0000003C00000000 0000000C21E5E040 ffff880c1ab21580
e1000e: R  [0x05C]     0000000622718040 0000003C00000000 0000000622718040 ffff88061c532cc0
e1000e: R  [0x05D]     0000000C1AB05040 0000003C00000000 0000000C1AB05040 ffff880c238b1cc0
e1000e: R  [0x05E]     0000000C1DB3C040 0000003C00000000 0000000C1DB3C040 ffff880c120c0bc0
e1000e: R  [0x05F]     0000000C1F439040 0000003C00000000 0000000C1F439040 ffff880c122437c0
e1000e: R  [0x060]     0000000C1AAF2040 0000003C00000000 0000000C1AAF2040 ffff880c12243ac0
e1000e: R  [0x061]     00000006227FC040 0000003C00000000 00000006227FC040 ffff880620afb280
e1000e: R  [0x062]     0000000620B6F040 0000003C00000000 0000000620B6F040 ffff880620afb380
e1000e: R  [0x063]     00000006237C5040 0000003C00000000 00000006237C5040 ffff880620afb480
e1000e: R  [0x064]     0000000C23EB2040 0000003C00000000 0000000C23EB2040 ffff880c1aa83ac0
e1000e: R  [0x065]     0000000C2135F040 0000003C00000000 0000000C2135F040 ffff880c1d97ddc0
e1000e: R  [0x066]     0000000C1215E040 0000003C00000000 0000000C1215E040 ffff880c1ac20280
e1000e: R  [0x067]     0000000C1DAA2040 0000003C00000000 0000000C1DAA2040 ffff880bbfc064c0
e1000e: R  [0x068]     0000000C1F612040 0000003C00000000 0000000C1F612040 ffff880c1a904a80
e1000e: R  [0x069]     0000000620A8B040 0000003C00000000 0000000620A8B040 ffff880620afba80
e1000e: R  [0x06A]     0000000623A82040 0000003C00000000 0000000623A82040 ffff8806239289c0
e1000e: R  [0x06B]     0000000C1A9E8040 0000003C00000000 0000000C1A9E8040 ffff880c120c0cc0
e1000e: R  [0x06C]     0000000C21F0A040 0000003C00000000 0000000C21F0A040 ffff880c1e1f6280
e1000e: R  [0x06D]     000000061C5F2040 0000003C00000000 000000061C5F2040 ffff880620afbe80
e1000e: R  [0x06E]     0000000623A9B040 0000003C00000000 0000000623A9B040 ffff880623fcd880
e1000e: R  [0x06F]     0000000C23A50040 0000003C00000000 0000000C23A50040 ffff880bbfc06bc0
e1000e: R  [0x070]     0000000622567040 0000003C00000000 0000000622567040 ffff88061e6c9ac0
e1000e: R  [0x071]     0000000C121F4040 0000003C00000000 0000000C121F4040 ffff880c122d2e80
e1000e: R  [0x072]     0000000620A13040 0000003C00000000 0000000620A13040 ffff880623894180
e1000e: R  [0x073]     0000000C1D9CD040 0000003C00000000 0000000C1D9CD040 ffff880c238b1dc0
e1000e: R  [0x074]     000000061C451040 0000003C00000000 000000061C451040 ffff880617f3e080
e1000e: R  [0x075]     000000061E774040 0000003C00000000 000000061E774040 ffff88061d98b6c0
e1000e: R  [0x076]     0000000C1DA01040 0000003C00000000 0000000C1DA01040 ffff880c121f2a80
e1000e: R  [0x077]     0000000C1AB6A040 0000003C00000000 0000000C1AB6A040 ffff880c121254c0
e1000e: R  [0x078]     0000000C21CD0040 0000003C00000000 0000000C21CD0040 ffff880c1a904480
e1000e: R  [0x079]     0000000C1238B040 0000003C00000000 0000000C1238B040 ffff880c1a904c80
e1000e: R  [0x07A]     0000000C1E227040 0000003C00000000 0000000C1E227040 ffff880c122d2980
e1000e: R  [0x07B]     000000061E7F7040 0000003C00000000 000000061E7F7040 ffff88061d98b0c0
e1000e: R  [0x07C]     0000000C1A9F6040 0000003C00000000 0000000C1A9F6040 ffff880c1aa838c0
e1000e: R  [0x07D]     0000000BBFD0E040 0000003C00000000 0000000BBFD0E040 ffff880c120b9cc0
e1000e: R  [0x07E]     0000000C1AB44040 0000003C00000000 0000000C1AB44040 ffff880c12125cc0
e1000e: R  [0x07F]     0000000C23F04040 0000003C00000000 0000000C23F04040 ffff880c122432c0
e1000e: R  [0x080]     0000000620B1A040 0000003C00000000 0000000620B1A040 ffff88061db375c0
e1000e: R  [0x081]     0000000C20A6A040 0000003C00000000 0000000C20A6A040 ffff880c121255c0
e1000e: R  [0x082]     0000000C20B49040 0000003C00000000 0000000C20B49040 ffff880c122433c0
e1000e: R  [0x083]     0000000C20931040 0000003C00000000 0000000C20931040 ffff880c122430c0
e1000e: R  [0x084]     0000000C210FA040 0000003C00000000 0000000C210FA040 ffff880c121250c0
e1000e: R  [0x085]     0000000C1D995040 0000003C00000000 0000000C1D995040 ffff880c121d9e80
e1000e: R  [0x086]     0000000C21F0C040 0000003C00000000 0000000C21F0C040 ffff880c120c00c0
e1000e: R  [0x087]     0000000C21180040 0000003C00000000 0000000C21180040 ffff880c1e1f6d80
e1000e: R  [0x088]     0000000C122DD040 0000003C00000000 0000000C122DD040 ffff880bbfc77680
e1000e: R  [0x089]     0000000C1DB0D040 0000003C00000000 0000000C1DB0D040 ffff880c1aae4180
e1000e: R  [0x08A]     0000000C120E9040 0000003C00000000 0000000C120E9040 ffff880c1e1f6880
e1000e: R  [0x08B]     0000000C1E1EA040 0000003C00000000 0000000C1E1EA040 ffff880c1e1f6480
e1000e: R  [0x08C]     0000000C235D2040 0000003C00000000 0000000C235D2040 ffff880c121d9280
e1000e: R  [0x08D]     0000000C12097040 0000003C00000000 0000000C12097040 ffff880c121d9780
e1000e: R  [0x08E]     000000061D914040 0000003C00000000 000000061D914040 ffff8806237a2b80
e1000e: R  [0x08F]     171E000000000000 0000003C00000000 0000000000000000 ffff880c121c22c0 NTU
e1000e: R  [0x090]     0000000C1A979040 0000003C00000000 0000000C1A979040 ffff880c120c06c0 NTC
e1000e: R  [0x091]     0000000C20347040 0000003C00000000 0000000C20347040 ffff880bbfd8cac0
e1000e: R  [0x092]     0000000C1AA5E040 0000003C00000000 0000000C1AA5E040 ffff880c123f5d80
e1000e: R  [0x093]     0000000620A3B040 0000003C00000000 0000000620A3B040 ffff88061e6c90c0
e1000e: R  [0x094]     0000000C1DB5A040 0000003C00000000 0000000C1DB5A040 ffff880bbfd8c5c0
e1000e: R  [0x095]     0000000C2117E040 0000003C00000000 0000000C2117E040 ffff880c121c29c0
e1000e: R  [0x096]     0000000C23949040 0000003C00000000 0000000C23949040 ffff880bbfc069c0
e1000e: R  [0x097]     0000000623350040 0000003C00000000 0000000623350040 ffff8806187e2ac0
e1000e: R  [0x098]     0000000623351040 0000003C00000000 0000000623351040 ffff88061e46c3c0
e1000e: R  [0x099]     00000006239D0040 0000003C00000000 00000006239D0040 ffff88061e46c8c0
e1000e: R  [0x09A]     0000000C12081040 0000003C00000000 0000000C12081040 ffff880c1ab21280
e1000e: R  [0x09B]     0000000C212E8040 0000003C00000000 0000000C212E8040 ffff880c122c92c0
e1000e: R  [0x09C]     000000061C6CF040 0000003C00000000 000000061C6CF040 ffff88061e46cec0
e1000e: R  [0x09D]     0000000620A32040 0000003C00000000 0000000620A32040 ffff88061e46cdc0
e1000e: R  [0x09E]     0000000620A33040 0000003C00000000 0000000620A33040 ffff88061e5dc4c0
e1000e: R  [0x09F]     000000061D8A0040 0000003C00000000 000000061D8A0040 ffff880623722280
e1000e: R  [0x0A0]     0000000C23443040 0000003C00000000 0000000C23443040 ffff880c1a904680
e1000e: R  [0x0A1]     000000061D883040 0000003C00000000 000000061D883040 ffff8806230b4880
e1000e: R  [0x0A2]     000000061C4BA040 0000003C00000000 000000061C4BA040 ffff88061d8d6380
e1000e: R  [0x0A3]     000000061C4BB040 0000003C00000000 000000061C4BB040 ffff8806224bbd80
e1000e: R  [0x0A4]     0000000C1E0F3040 0000003C00000000 0000000C1E0F3040 ffff880c1ac20d80
e1000e: R  [0x0A5]     00000006209AF040 0000003C00000000 00000006209AF040 ffff8806224d2280
e1000e: R  [0x0A6]     000000061E672040 0000003C00000000 000000061E672040 ffff88061e614880
e1000e: R  [0x0A7]     000000061E673040 0000003C00000000 000000061E673040 ffff88061d8d6480
e1000e: R  [0x0A8]     0000000BBFD97040 0000003C00000000 0000000BBFD97040 ffff880c121f2580
e1000e: R  [0x0A9]     0000000C1DA15040 0000003C00000000 0000000C1DA15040 ffff880bbfc060c0
e1000e: R  [0x0AA]     0000000BBFF7C040 0000003C00000000 0000000BBFF7C040 ffff880c234787c0
e1000e: R  [0x0AB]     0000000C122D8040 0000003C00000000 0000000C122D8040 ffff880c121256c0
e1000e: R  [0x0AC]     0000000C1214F040 0000003C00000000 0000000C1214F040 ffff880bbfd5b380
e1000e: R  [0x0AD]     0000000C1AA08040 0000003C00000000 0000000C1AA08040 ffff880c1d97d4c0
e1000e: R  [0x0AE]     00000006227BD040 0000003C00000000 00000006227BD040 ffff8806230b4c80
e1000e: R  [0x0AF]     0000000617C0A040 0000003C00000000 0000000617C0A040 ffff8806224bb580
e1000e: R  [0x0B0]     0000000C201F4040 0000003C00000000 0000000C201F4040 ffff880bbfc06dc0
e1000e: R  [0x0B1]     0000000C213D7040 0000003C00000000 0000000C213D7040 ffff880bbfc067c0
e1000e: R  [0x0B2]     0000000C1A9FD040 0000003C00000000 0000000C1A9FD040 ffff880c120c05c0
e1000e: R  [0x0B3]     0000000623899040 0000003C00000000 0000000623899040 ffff880623056cc0
e1000e: R  [0x0B4]     0000000C1E0D5040 0000003C00000000 0000000C1E0D5040 ffff880c120c04c0
e1000e: R  [0x0B5]     0000000C21C10040 0000003C00000000 0000000C21C10040 ffff880c1214aec0
e1000e: R  [0x0B6]     0000000C121CF040 0000003C00000000 0000000C121CF040 ffff880c121c24c0
e1000e: R  [0x0B7]     0000000C1AC34040 0000003C00000000 0000000C1AC34040 ffff880bbfc06ec0
e1000e: R  [0x0B8]     0000000C210A0040 0000003C00000000 0000000C210A0040 ffff880c123f5380
e1000e: R  [0x0B9]     000000062253F040 0000003C00000000 000000062253F040 ffff88061e5dcdc0
e1000e: R  [0x0BA]     0000000C24CB6040 0000003C00000000 0000000C24CB6040 ffff880c120b97c0
e1000e: R  [0x0BB]     0000000BBFC60040 0000003C00000000 0000000BBFC60040 ffff880bbfcf9080
e1000e: R  [0x0BC]     000000062374F040 0000003C00000000 000000062374F040 ffff88061d8d6580
e1000e: R  [0x0BD]     0000000C201C3040 0000003C00000000 0000000C201C3040 ffff880c1e1f6580
e1000e: R  [0x0BE]     0000000C1D9C3040 0000003C00000000 0000000C1D9C3040 ffff880c120b92c0
e1000e: R  [0x0BF]     0000000620B90040 0000003C00000000 0000000620B90040 ffff88061c6b6b80
e1000e: R  [0x0C0]     000000061E486040 0000003C00000000 000000061E486040 ffff88061c6b6e80
e1000e: R  [0x0C1]     0000000C20A48040 0000003C00000000 0000000C20A48040 ffff880c1ab21880
e1000e: R  [0x0C2]     0000000623B7B040 0000003C00000000 0000000623B7B040 ffff880620b6e7c0
e1000e: R  [0x0C3]     0000000C1DB3D040 0000003C00000000 0000000C1DB3D040 ffff880c12125dc0
e1000e: R  [0x0C4]     0000000C21384040 0000003C00000000 0000000C21384040 ffff880c120b9ac0
e1000e: R  [0x0C5]     000000062268E040 0000003C00000000 000000062268E040 ffff880617cfab80
e1000e: R  [0x0C6]     0000000C23637040 0000003C00000000 0000000C23637040 ffff880c1ab21c80
e1000e: R  [0x0C7]     000000062330A040 0000003C00000000 000000062330A040 ffff88061e415280
e1000e: R  [0x0C8]     000000061D80F040 0000003C00000000 000000061D80F040 ffff88062362ddc0
e1000e: R  [0x0C9]     0000000C1A915040 0000003C00000000 0000000C1A915040 ffff880c123f5480
e1000e: R  [0x0CA]     0000000C122F6040 0000003C00000000 0000000C122F6040 ffff880bbfd3a780
e1000e: R  [0x0CB]     0000000C20067040 0000003C00000000 0000000C20067040 ffff880c123f5180
e1000e: R  [0x0CC]     0000000C1AA15040 0000003C00000000 0000000C1AA15040 ffff880c123f5280
e1000e: R  [0x0CD]     0000000C20A51040 0000003C00000000 0000000C20A51040 ffff880c121c23c0
e1000e: R  [0x0CE]     0000000620882040 0000003C00000000 0000000620882040 ffff8806224bba80
e1000e: R  [0x0CF]     00000006226F8040 0000003C00000000 00000006226F8040 ffff88061e415c80
e1000e: R  [0x0D0]     0000000620BD4040 0000003C00000000 0000000620BD4040 ffff8806227b7780
e1000e: R  [0x0D1]     0000000620992040 0000003C00000000 0000000620992040 ffff88061e5624c0
e1000e: R  [0x0D2]     000000061E771040 0000003C00000000 000000061E771040 ffff88061e46cbc0
e1000e: R  [0x0D3]     000000061E41F040 0000003C00000000 000000061E41F040 ffff88061e415780
e1000e: R  [0x0D4]     0000000623004040 0000003C00000000 0000000623004040 ffff8806238d8080
e1000e: R  [0x0D5]     0000000C1AB92040 0000003C00000000 0000000C1AB92040 ffff880c1ab21180
e1000e: R  [0x0D6]     0000000C122DF040 0000003C00000000 0000000C122DF040 ffff880c1214a4c0
e1000e: R  [0x0D7]     0000000C23448040 0000003C00000000 0000000C23448040 ffff880bbfc068c0
e1000e: R  [0x0D8]     0000000C1227E040 0000003C00000000 0000000C1227E040 ffff880c121129c0
e1000e: R  [0x0D9]     000000061E74D040 0000003C00000000 000000061E74D040 ffff8806238a0a80
e1000e: R  [0x0DA]     0000000BBFD6C040 0000003C00000000 0000000BBFD6C040 ffff880c236513c0
e1000e: R  [0x0DB]     000000061E7DB040 0000003C00000000 000000061E7DB040 ffff88062405b380
e1000e: R  [0x0DC]     0000000620867040 0000003C00000000 0000000620867040 ffff880623884880
e1000e: R  [0x0DD]     00000006238E0040 0000003C00000000 00000006238E0040 ffff88061c669dc0
e1000e: R  [0x0DE]     0000000C23A1E040 0000003C00000000 0000000C23A1E040 ffff880c121128c0
e1000e: R  [0x0DF]     0000000C1E219040 0000015600020000 0000000C1E219040 ffff880c122d2c80
e1000e: R  [0x0E0]     000000061DAEC040 0000003C00000000 000000061DAEC040 ffff8806239b14c0
e1000e: R  [0x0E1]     0000000C21358040 0000003C00000000 0000000C21358040 ffff880bbfc063c0
e1000e: R  [0x0E2]     0000000C12157040 0000003C00000000 0000000C12157040 ffff880c23651ec0
e1000e: R  [0x0E3]     0000000C20895040 0000003C00000000 0000000C20895040 ffff880c123f5780
e1000e: R  [0x0E4]     0000000C1A939040 0000003C00000000 0000000C1A939040 ffff880c122431c0
e1000e: R  [0x0E5]     0000000C238B0040 0000003C00000000 0000000C238B0040 ffff880c1214a2c0
e1000e: R  [0x0E6]     0000000C1AF3A040 0000003C00000000 0000000C1AF3A040 ffff880c123f5580
e1000e: R  [0x0E7]     000000062086E040 0000003C00000000 000000062086E040 ffff88061c6b6380
e1000e: R  [0x0E8]     0000000623A11040 0000003C00000000 0000000623A11040 ffff88062274a780
e1000e: R  [0x0E9]     00000006237A7040 0000003C00000000 00000006237A7040 ffff880623808a80
e1000e: R  [0x0EA]     0000000C21380040 0000003C00000000 0000000C21380040 ffff880bbfc77b80
e1000e: R  [0x0EB]     0000000C21C71040 0000003C00000000 0000000C21C71040 ffff880bbfc062c0
e1000e: R  [0x0EC]     000000061E408040 0000003C00000000 000000061E408040 ffff8806226fcbc0
e1000e: R  [0x0ED]     0000000620919040 0000003C00000000 0000000620919040 ffff88061e5620c0
e1000e: R  [0x0EE]     0000000C20975040 0000003C00000000 0000000C20975040 ffff880c12243dc0
e1000e: R  [0x0EF]     00000006227FB040 0000003C00000000 00000006227FB040 ffff880619389280
e1000e: R  [0x0F0]     0000000C1F4E6040 0000003C00000000 0000000C1F4E6040 ffff880c23651bc0
e1000e: R  [0x0F1]     0000000620BCD040 0000003C00000000 0000000620BCD040 ffff88061d8f96c0
e1000e: R  [0x0F2]     0000000C21221040 0000003C00000000 0000000C21221040 ffff880c1a904080
e1000e: R  [0x0F3]     0000000BBFD91040 0000003C00000000 0000000BBFD91040 ffff880c1d97d6c0
e1000e: R  [0x0F4]     000000062267C040 0000003C00000000 000000062267C040 ffff8806239b18c0
e1000e: R  [0x0F5]     0000000C20A59040 0000003C00000000 0000000C20A59040 ffff880c1d97d0c0
e1000e: R  [0x0F6]     000000061E777040 0000003C00000000 000000061E777040 ffff880617d4abc0
e1000e: R  [0x0F7]     0000000C121F7040 0000003C00000000 0000000C121F7040 ffff880c121258c0
e1000e: R  [0x0F8]     0000000622659040 0000003C00000000 0000000622659040 ffff88061c6a8480
e1000e: R  [0x0F9]     00000006224E5040 0000003C00000000 00000006224E5040 ffff8806227b7c80
e1000e: R  [0x0FA]     0000000C12084040 0000003C00000000 0000000C12084040 ffff880c121253c0
e1000e: R  [0x0FB]     000000061DBA8040 0000003C00000000 000000061DBA8040 ffff880623722380
e1000e: R  [0x0FC]     0000000C1AA98040 0000003C00000000 0000000C1AA98040 ffff880c12243bc0
e1000e: R  [0x0FD]     0000000C1AABD040 0000003C00000000 0000000C1AABD040 ffff880c1aa837c0
e1000e: R  [0x0FE]     0000000C2398E040 0000003C00000000 0000000C2398E040 ffff880c120b9bc0
e1000e: R  [0x0FF]     0000000C20079040 0000003C00000000 0000000C20079040 ffff880c121f2d80
e1000e 0000:05:00.0: eth0: Reset adapter
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx

Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  3:29               ` Joe Jin
@ 2012-07-11  4:05                 ` Dave, Tushar N
  -1 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  4:05 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 8:29 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 11:22, Dave, Tushar N wrote:
>> Thanks for info. I see that hang occurs right when HW processing first
>TX descriptor with TSO.
>> Would you be able to reproduce issue with TSO off?  Disable TSO by
>'ethtool -K ethx tso off'
>> Let all debug enabled as it is,  that will help us debug further if
>issue occurs with TSO off.
>
>Hi Tushar,
>
>Thanks for you quick reply but disabled tso no help for this issue:

Thanks for running a quick test. I don't find anything obvious wrong in descriptor dump.

When you said you had this issue with RHEL5 and RHEL6 drivers, have you install RHEl5/6 kernel and reproduced it? If so I think I should install RHEL6 and try reproduce it locally!

-Tushar


>
># ethtool -k eth0
>Offload parameters for eth0:
>rx-checksumming: on
>tx-checksumming: on
>scatter-gather: on
>tcp segmentation offload: off
>udp fragmentation offload: off
>generic segmentation offload: on
>generic-receive-offload: on
>
>kernel log after disable tso:
>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <1>
>  TDT                  <4>
>  next_to_use          <4>
>  next_to_clean        <1>
>buffer_info[next_to_clean]:
>  time_stamp           <103ae0aba>
>  next_to_watch        <1>
>  jiffies              <103ae16a0>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <1>
>  TDT                  <4>
>  next_to_use          <4>
>  next_to_clean        <1>
>buffer_info[next_to_clean]:
>  time_stamp           <103ae0aba>
>  next_to_watch        <1>
>  jiffies              <103ae2640>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: Net device Info
>e1000e: Device Name     state            trans_start      last_rx
>e1000e: eth0            0000000000000003 0000000103AE128A 0000000000000000
>e1000e 0000:05:00.0: Register Dump
>e1000e:  Register Name   Value
>e1000e: CTRL            180c0241
>e1000e: STATUS          00080387
>e1000e: CTRL_EXT        181400c0
>e1000e: ICR             00000040
>e1000e: RCTL            04048002
>e1000e: RDLEN           00001000
>e1000e: RDH             00000090
>e1000e: RDT             00000080
>e1000e: RDTR            00000020
>e1000e: RXDCTL[0-1]     01040420 01040420
>e1000e: ERT             00000000
>e1000e: RDBAL           23852000
>e1000e: RDBAH           0000000c
>e1000e: RDFH            0000075a
>e1000e: RDFT            00000752
>e1000e: RDFHS           00000758
>e1000e: RDFTS           00000752
>e1000e: RDFPC           000001b4
>e1000e: TCTL            3003f00a
>e1000e: TDBAL           1210c000
>e1000e: TDBAH           0000000c
>e1000e: TDLEN           00001000
>e1000e: TDH             00000001
>e1000e: TDT             00000004
>e1000e: TIDV            00000008
>e1000e: TXDCTL[0-1]     0145011f 0145011f
>e1000e: TADV            00000020
>e1000e: TARC[0-1]       07a00403 07400403
>e1000e: TDFH            00001308
>e1000e: TDFT            00001308
>e1000e: TDFHS           00001308
>e1000e: TDFTS           00001308
>e1000e: TDFPC           00000000
>e1000e 0000:05:00.0: Tx Ring Summary
>e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
>e1000e:      0     4     1 0000000620800C02 002A   1 0000000103AE0ABA
>e1000e 0000:05:00.0: Tx Ring Dump
>e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Legacy format
>e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Context format
>e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Data format
>e1000e: Tl[0x000]    0000000C1AA0F002 000000008B00002A 0000000000000000
>002A    0 0000000000000000 (null)
>e1000e: Tl[0x001]    0000000620800C02 000000008B00002A 0000000620800C02
>002A    1 0000000103AE0ABA ffff88061c6b6980 NTC
>e1000e: Tl[0x002]    000000061E6DBC02 000000008B00002A 000000061E6DBC02
>002A    2 0000000103AE0EA2 ffff88061c6b6880
>e1000e: Tl[0x003]    0000000620A6C402 000000008B00002A 0000000620A6C402
>002A    3 0000000103AE128A ffff8806230b4080
>e1000e: Tl[0x004]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null) NTU
>e1000e: Tl[0x005]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x006]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x007]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x008]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x009]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x010]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e 0000:05:00.0: Rx Ring Summary
>e1000e: Queue [NTU] [NTC]
>e1000e:      0    8F    90
>e1000e 0000:05:00.0: Rx Ring Dump
>e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ]
>[bi->skb] <-- Ext (Read) format
>e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext
>(Write-Back) format
>e1000e: R  [0x000]     0000000620AD2040 0000003C00000000 0000000620AD2040
>ffff8806209cb9c0
>e1000e: R  [0x001]     000000062243F040 0000003C00000000 000000062243F040
>ffff8806209cbbc0
>e1000e: R  [0x002]     0000000C1AC2D040 0000003C00000000 0000000C1AC2D040
>ffff880bbfd1a880
>e1000e: R  [0x003]     0000000C1D852040 0000003C00000000 0000000C1D852040
>ffff880c1d97dec0
>e1000e: R  [0x004]     000000061C6BE040 0000003C00000000 000000061C6BE040
>ffff8806209cbec0
>e1000e: R  [0x005]     0000000C1AAA4040 0000003C00000000 0000000C1AAA4040
>ffff880c120c03c0
>e1000e: R  [0x006]     0000000C1AF3B040 0000003C00000000 0000000C1AF3B040
>ffff880c1ab65780
>e1000e: R  [0x007]     0000000623AD8040 0000003C00000000 0000000623AD8040
>ffff880623309280
>e1000e: R  [0x008]     000000061D8F5040 0000003C00000000 000000061D8F5040
>ffff880623309380
>e1000e: R  [0x009]     000000061D8F4040 0000003C00000000 000000061D8F4040
>ffff880623309480
>e1000e: R  [0x00A]     0000000C23520040 0000003C00000000 0000000C23520040
>ffff880c122c90c0
>e1000e: R  [0x00B]     0000000622544040 0000003C00000000 0000000622544040
>ffff880623309680
>e1000e: R  [0x00C]     0000000620997040 0000003C00000000 0000000620997040
>ffff880623309780
>e1000e: R  [0x00D]     0000000C1AB33040 0000003C00000000 0000000C1AB33040
>ffff880c1ab21a80
>e1000e: R  [0x00E]     0000000BBFF60040 0000003C00000000 0000000BBFF60040
>ffff880c120c02c0
>e1000e: R  [0x00F]     000000061C5A6040 0000003C00000000 000000061C5A6040
>ffff880623309a80
>e1000e: R  [0x010]     00000006224F9040 0000003C00000000 00000006224F9040
>ffff880623309b80
>e1000e: R  [0x011]     0000000C1AA1A040 0000003C00000000 0000000C1AA1A040
>ffff880c1ab65980
>e1000e: R  [0x012]     00000006209B4040 0000003C00000000 00000006209B4040
>ffff880623309d80
>e1000e: R  [0x013]     0000000C1A994040 0000003C00000000 0000000C1A994040
>ffff880c1d97d5c0
>e1000e: R  [0x014]     0000000C1E22A040 0000003C00000000 0000000C1E22A040
>ffff880c1d97d3c0
>e1000e: R  [0x015]     0000000C20B1F040 0000012200020000 0000000C20B1F040
>ffff880c238b7080
>e1000e: R  [0x016]     0000000C1AAE5040 0000003C00000000 0000000C1AAE5040
>ffff880c122c9bc0
>e1000e: R  [0x017]     0000000620963040 0000003C00000000 0000000620963040
>ffff8806224f74c0
>e1000e: R  [0x018]     0000000623A83040 0000005600050000 0000000623A83040
>ffff88061e46c0c0
>e1000e: R  [0x019]     0000000C120E8040 0000005600050000 0000000C120E8040
>ffff880c1e1f6b80
>e1000e: R  [0x01A]     0000000C1A911040 0000005600050000 0000000C1A911040
>ffff880c1aa831c0
>e1000e: R  [0x01B]     0000000C1207B040 0000005600050000 0000000C1207B040
>ffff880c1ac20680
>e1000e: R  [0x01C]     0000000C1AC47040 0000005600050000 0000000C1AC47040
>ffff880c234789c0
>e1000e: R  [0x01D]     0000000C2388B040 0000005600050000 0000000C2388B040
>ffff880c120b91c0
>e1000e: R  [0x01E]     0000000C21E96040 0000005600050000 0000000C21E96040
>ffff880c120c08c0
>e1000e: R  [0x01F]     0000000622752040 0000005600050000 0000000622752040
>ffff8806224f7bc0
>e1000e: R  [0x020]     0000000C121DA040 0000003C00000000 0000000C121DA040
>ffff880bbfc061c0
>e1000e: R  [0x021]     0000000623446040 0000003C00000000 0000000623446040
>ffff8806224f7dc0
>e1000e: R  [0x022]     0000000C1AABC040 0000003C00000000 0000000C1AABC040
>ffff880c122435c0
>e1000e: R  [0x023]     000000062365F040 0000005600050000 000000062365F040
>ffff88061e7a7080
>e1000e: R  [0x024]     0000000C12105040 0000005600050000 0000000C12105040
>ffff880c120c0ac0
>e1000e: R  [0x025]     0000000C1AB62040 0000005600050000 0000000C1AB62040
>ffff880bbfc06cc0
>e1000e: R  [0x026]     00000006224D9040 0000005600050000 00000006224D9040
>ffff88061e7a7380
>e1000e: R  [0x027]     00000006227DD040 0000005600050000 00000006227DD040
>ffff88061e7a7480
>e1000e: R  [0x028]     00000006239A4040 0000005600050000 00000006239A4040
>ffff88061e7a7580
>e1000e: R  [0x029]     0000000622430040 0000005600050000 0000000622430040
>ffff88061e7a7680
>e1000e: R  [0x02A]     0000000C1C036040 0000005600050000 0000000C1C036040
>ffff880c120c07c0
>e1000e: R  [0x02B]     0000000C1A97C040 0000003C00000000 0000000C1A97C040
>ffff880c1214a5c0
>e1000e: R  [0x02C]     0000000620AFE040 0000003C00000000 0000000620AFE040
>ffff88061e7a7980
>e1000e: R  [0x02D]     00000006230F3040 0000003C00000000 00000006230F3040
>ffff88061e7a7a80
>e1000e: R  [0x02E]     000000061E5BC040 0000003C00000000 000000061E5BC040
>ffff88061e7a7b80
>e1000e: R  [0x02F]     000000061E46E040 0000003C00000000 000000061E46E040
>ffff88061e7a7c80
>e1000e: R  [0x030]     0000000C200A0040 0000003C00000000 0000000C200A0040
>ffff880c1aa833c0
>e1000e: R  [0x031]     0000000C20081040 0000003C00000000 0000000C20081040
>ffff880c1aa836c0
>e1000e: R  [0x032]     0000000C21D67040 0000003C00000000 0000000C21D67040
>ffff880c12243cc0
>e1000e: R  [0x033]     0000000623AFD040 0000003C00000000 0000000623AFD040
>ffff880620bb51c0
>e1000e: R  [0x034]     000000061E5C0040 0000003C00000000 000000061E5C0040
>ffff880620bb52c0
>e1000e: R  [0x035]     000000061DAC5040 0000003C00000000 000000061DAC5040
>ffff880620bb53c0
>e1000e: R  [0x036]     000000061E78E040 0000003C00000000 000000061E78E040
>ffff880620bb54c0
>e1000e: R  [0x037]     00000006224BA040 0000003C00000000 00000006224BA040
>ffff880620bb55c0
>e1000e: R  [0x038]     0000000617EA1040 0000003C00000000 0000000617EA1040
>ffff880620bb56c0
>e1000e: R  [0x039]     0000000617D02040 0000003C00000000 0000000617D02040
>ffff880620bb57c0
>e1000e: R  [0x03A]     0000000C21133040 0000003C00000000 0000000C21133040
>ffff880c122438c0
>e1000e: R  [0x03B]     000000061E71B040 0000003C00000000 000000061E71B040
>ffff880620bb59c0
>e1000e: R  [0x03C]     000000061E7E4040 0000003C00000000 000000061E7E4040
>ffff880620bb5ac0
>e1000e: R  [0x03D]     000000061D895040 0000003C00000000 000000061D895040
>ffff880620bb5bc0
>e1000e: R  [0x03E]     000000061E46F040 0000003C00000000 000000061E46F040
>ffff880620bb5cc0
>e1000e: R  [0x03F]     000000061E63C040 000000C900020000 000000061E63C040
>ffff880620bb5dc0
>e1000e: R  [0x040]     000000061E4D2040 0000003C00000000 000000061E4D2040
>ffff880620bb5ec0
>e1000e: R  [0x041]     000000061C66B040 0000003C00000000 000000061C66B040
>ffff880623363080
>e1000e: R  [0x042]     0000000C1AB4A040 0000003C00000000 0000000C1AB4A040
>ffff880c1214a9c0
>e1000e: R  [0x043]     0000000C24386040 0000003C00000000 0000000C24386040
>ffff880c123f5080
>e1000e: R  [0x044]     0000000C21F2F040 0000003C00000000 0000000C21F2F040
>ffff880c122439c0
>e1000e: R  [0x045]     0000000623641040 0000003C00000000 0000000623641040
>ffff880623363580
>e1000e: R  [0x046]     0000000C23ADC040 0000005600050000 0000000C23ADC040
>ffff880c122c98c0
>e1000e: R  [0x047]     0000000C239CB040 0000005600050000 0000000C239CB040
>ffff880c238b17c0
>e1000e: R  [0x048]     0000000C21024040 0000005600050000 0000000C21024040
>ffff880c12112dc0
>e1000e: R  [0x049]     0000000C24439040 0000005600050000 0000000C24439040
>ffff880c1ab21e80
>e1000e: R  [0x04A]     0000000C1AA82040 0000005600050000 0000000C1AA82040
>ffff880c1ab21d80
>e1000e: R  [0x04B]     0000000617E98040 0000005600050000 0000000617E98040
>ffff880623363a80
>e1000e: R  [0x04C]     0000000C1A902040 0000005600050000 0000000C1A902040
>ffff880c1aa834c0
>e1000e: R  [0x04D]     000000061DBA5040 0000005600050000 000000061DBA5040
>ffff880623363c80
>e1000e: R  [0x04E]     0000000C2347B040 0000005600050000 0000000C2347B040
>ffff880c12125ac0
>e1000e: R  [0x04F]     000000061DA5D040 0000005600050000 000000061DA5D040
>ffff880623363e80
>e1000e: R  [0x050]     0000000C202E3040 0000005600050000 0000000C202E3040
>ffff880c121252c0
>e1000e: R  [0x051]     0000000620911040 0000005600050000 0000000620911040
>ffff88061c5321c0
>e1000e: R  [0x052]     0000000C12176040 0000005600050000 0000000C12176040
>ffff880bbfd5b280
>e1000e: R  [0x053]     0000000C209AF040 0000005600050000 0000000C209AF040
>ffff880c12125bc0
>e1000e: R  [0x054]     0000000C1E0B7040 0000005600050000 0000000C1E0B7040
>ffff880c122434c0
>e1000e: R  [0x055]     0000000C1214D040 0000005600050000 0000000C1214D040
>ffff880c1d97dcc0
>e1000e: R  [0x056]     000000062096C040 0000003C00000000 000000062096C040
>ffff88061c5326c0
>e1000e: R  [0x057]     0000000C20B76040 0000003C00000000 0000000C20B76040
>ffff880c238b1bc0
>e1000e: R  [0x058]     0000000BBFD96040 0000003C00000000 0000000BBFD96040
>ffff880c121f2680
>e1000e: R  [0x059]     0000000C1F660040 0000003C00000000 0000000C1F660040
>ffff880c121f2780
>e1000e: R  [0x05A]     0000000C1201D040 0000003C00000000 0000000C1201D040
>ffff880c1aa835c0
>e1000e: R  [0x05B]     0000000C21E5E040 0000003C00000000 0000000C21E5E040
>ffff880c1ab21580
>e1000e: R  [0x05C]     0000000622718040 0000003C00000000 0000000622718040
>ffff88061c532cc0
>e1000e: R  [0x05D]     0000000C1AB05040 0000003C00000000 0000000C1AB05040
>ffff880c238b1cc0
>e1000e: R  [0x05E]     0000000C1DB3C040 0000003C00000000 0000000C1DB3C040
>ffff880c120c0bc0
>e1000e: R  [0x05F]     0000000C1F439040 0000003C00000000 0000000C1F439040
>ffff880c122437c0
>e1000e: R  [0x060]     0000000C1AAF2040 0000003C00000000 0000000C1AAF2040
>ffff880c12243ac0
>e1000e: R  [0x061]     00000006227FC040 0000003C00000000 00000006227FC040
>ffff880620afb280
>e1000e: R  [0x062]     0000000620B6F040 0000003C00000000 0000000620B6F040
>ffff880620afb380
>e1000e: R  [0x063]     00000006237C5040 0000003C00000000 00000006237C5040
>ffff880620afb480
>e1000e: R  [0x064]     0000000C23EB2040 0000003C00000000 0000000C23EB2040
>ffff880c1aa83ac0
>e1000e: R  [0x065]     0000000C2135F040 0000003C00000000 0000000C2135F040
>ffff880c1d97ddc0
>e1000e: R  [0x066]     0000000C1215E040 0000003C00000000 0000000C1215E040
>ffff880c1ac20280
>e1000e: R  [0x067]     0000000C1DAA2040 0000003C00000000 0000000C1DAA2040
>ffff880bbfc064c0
>e1000e: R  [0x068]     0000000C1F612040 0000003C00000000 0000000C1F612040
>ffff880c1a904a80
>e1000e: R  [0x069]     0000000620A8B040 0000003C00000000 0000000620A8B040
>ffff880620afba80
>e1000e: R  [0x06A]     0000000623A82040 0000003C00000000 0000000623A82040
>ffff8806239289c0
>e1000e: R  [0x06B]     0000000C1A9E8040 0000003C00000000 0000000C1A9E8040
>ffff880c120c0cc0
>e1000e: R  [0x06C]     0000000C21F0A040 0000003C00000000 0000000C21F0A040
>ffff880c1e1f6280
>e1000e: R  [0x06D]     000000061C5F2040 0000003C00000000 000000061C5F2040
>ffff880620afbe80
>e1000e: R  [0x06E]     0000000623A9B040 0000003C00000000 0000000623A9B040
>ffff880623fcd880
>e1000e: R  [0x06F]     0000000C23A50040 0000003C00000000 0000000C23A50040
>ffff880bbfc06bc0
>e1000e: R  [0x070]     0000000622567040 0000003C00000000 0000000622567040
>ffff88061e6c9ac0
>e1000e: R  [0x071]     0000000C121F4040 0000003C00000000 0000000C121F4040
>ffff880c122d2e80
>e1000e: R  [0x072]     0000000620A13040 0000003C00000000 0000000620A13040
>ffff880623894180
>e1000e: R  [0x073]     0000000C1D9CD040 0000003C00000000 0000000C1D9CD040
>ffff880c238b1dc0
>e1000e: R  [0x074]     000000061C451040 0000003C00000000 000000061C451040
>ffff880617f3e080
>e1000e: R  [0x075]     000000061E774040 0000003C00000000 000000061E774040
>ffff88061d98b6c0
>e1000e: R  [0x076]     0000000C1DA01040 0000003C00000000 0000000C1DA01040
>ffff880c121f2a80
>e1000e: R  [0x077]     0000000C1AB6A040 0000003C00000000 0000000C1AB6A040
>ffff880c121254c0
>e1000e: R  [0x078]     0000000C21CD0040 0000003C00000000 0000000C21CD0040
>ffff880c1a904480
>e1000e: R  [0x079]     0000000C1238B040 0000003C00000000 0000000C1238B040
>ffff880c1a904c80
>e1000e: R  [0x07A]     0000000C1E227040 0000003C00000000 0000000C1E227040
>ffff880c122d2980
>e1000e: R  [0x07B]     000000061E7F7040 0000003C00000000 000000061E7F7040
>ffff88061d98b0c0
>e1000e: R  [0x07C]     0000000C1A9F6040 0000003C00000000 0000000C1A9F6040
>ffff880c1aa838c0
>e1000e: R  [0x07D]     0000000BBFD0E040 0000003C00000000 0000000BBFD0E040
>ffff880c120b9cc0
>e1000e: R  [0x07E]     0000000C1AB44040 0000003C00000000 0000000C1AB44040
>ffff880c12125cc0
>e1000e: R  [0x07F]     0000000C23F04040 0000003C00000000 0000000C23F04040
>ffff880c122432c0
>e1000e: R  [0x080]     0000000620B1A040 0000003C00000000 0000000620B1A040
>ffff88061db375c0
>e1000e: R  [0x081]     0000000C20A6A040 0000003C00000000 0000000C20A6A040
>ffff880c121255c0
>e1000e: R  [0x082]     0000000C20B49040 0000003C00000000 0000000C20B49040
>ffff880c122433c0
>e1000e: R  [0x083]     0000000C20931040 0000003C00000000 0000000C20931040
>ffff880c122430c0
>e1000e: R  [0x084]     0000000C210FA040 0000003C00000000 0000000C210FA040
>ffff880c121250c0
>e1000e: R  [0x085]     0000000C1D995040 0000003C00000000 0000000C1D995040
>ffff880c121d9e80
>e1000e: R  [0x086]     0000000C21F0C040 0000003C00000000 0000000C21F0C040
>ffff880c120c00c0
>e1000e: R  [0x087]     0000000C21180040 0000003C00000000 0000000C21180040
>ffff880c1e1f6d80
>e1000e: R  [0x088]     0000000C122DD040 0000003C00000000 0000000C122DD040
>ffff880bbfc77680
>e1000e: R  [0x089]     0000000C1DB0D040 0000003C00000000 0000000C1DB0D040
>ffff880c1aae4180
>e1000e: R  [0x08A]     0000000C120E9040 0000003C00000000 0000000C120E9040
>ffff880c1e1f6880
>e1000e: R  [0x08B]     0000000C1E1EA040 0000003C00000000 0000000C1E1EA040
>ffff880c1e1f6480
>e1000e: R  [0x08C]     0000000C235D2040 0000003C00000000 0000000C235D2040
>ffff880c121d9280
>e1000e: R  [0x08D]     0000000C12097040 0000003C00000000 0000000C12097040
>ffff880c121d9780
>e1000e: R  [0x08E]     000000061D914040 0000003C00000000 000000061D914040
>ffff8806237a2b80
>e1000e: R  [0x08F]     171E000000000000 0000003C00000000 0000000000000000
>ffff880c121c22c0 NTU
>e1000e: R  [0x090]     0000000C1A979040 0000003C00000000 0000000C1A979040
>ffff880c120c06c0 NTC
>e1000e: R  [0x091]     0000000C20347040 0000003C00000000 0000000C20347040
>ffff880bbfd8cac0
>e1000e: R  [0x092]     0000000C1AA5E040 0000003C00000000 0000000C1AA5E040
>ffff880c123f5d80
>e1000e: R  [0x093]     0000000620A3B040 0000003C00000000 0000000620A3B040
>ffff88061e6c90c0
>e1000e: R  [0x094]     0000000C1DB5A040 0000003C00000000 0000000C1DB5A040
>ffff880bbfd8c5c0
>e1000e: R  [0x095]     0000000C2117E040 0000003C00000000 0000000C2117E040
>ffff880c121c29c0
>e1000e: R  [0x096]     0000000C23949040 0000003C00000000 0000000C23949040
>ffff880bbfc069c0
>e1000e: R  [0x097]     0000000623350040 0000003C00000000 0000000623350040
>ffff8806187e2ac0
>e1000e: R  [0x098]     0000000623351040 0000003C00000000 0000000623351040
>ffff88061e46c3c0
>e1000e: R  [0x099]     00000006239D0040 0000003C00000000 00000006239D0040
>ffff88061e46c8c0
>e1000e: R  [0x09A]     0000000C12081040 0000003C00000000 0000000C12081040
>ffff880c1ab21280
>e1000e: R  [0x09B]     0000000C212E8040 0000003C00000000 0000000C212E8040
>ffff880c122c92c0
>e1000e: R  [0x09C]     000000061C6CF040 0000003C00000000 000000061C6CF040
>ffff88061e46cec0
>e1000e: R  [0x09D]     0000000620A32040 0000003C00000000 0000000620A32040
>ffff88061e46cdc0
>e1000e: R  [0x09E]     0000000620A33040 0000003C00000000 0000000620A33040
>ffff88061e5dc4c0
>e1000e: R  [0x09F]     000000061D8A0040 0000003C00000000 000000061D8A0040
>ffff880623722280
>e1000e: R  [0x0A0]     0000000C23443040 0000003C00000000 0000000C23443040
>ffff880c1a904680
>e1000e: R  [0x0A1]     000000061D883040 0000003C00000000 000000061D883040
>ffff8806230b4880
>e1000e: R  [0x0A2]     000000061C4BA040 0000003C00000000 000000061C4BA040
>ffff88061d8d6380
>e1000e: R  [0x0A3]     000000061C4BB040 0000003C00000000 000000061C4BB040
>ffff8806224bbd80
>e1000e: R  [0x0A4]     0000000C1E0F3040 0000003C00000000 0000000C1E0F3040
>ffff880c1ac20d80
>e1000e: R  [0x0A5]     00000006209AF040 0000003C00000000 00000006209AF040
>ffff8806224d2280
>e1000e: R  [0x0A6]     000000061E672040 0000003C00000000 000000061E672040
>ffff88061e614880
>e1000e: R  [0x0A7]     000000061E673040 0000003C00000000 000000061E673040
>ffff88061d8d6480
>e1000e: R  [0x0A8]     0000000BBFD97040 0000003C00000000 0000000BBFD97040
>ffff880c121f2580
>e1000e: R  [0x0A9]     0000000C1DA15040 0000003C00000000 0000000C1DA15040
>ffff880bbfc060c0
>e1000e: R  [0x0AA]     0000000BBFF7C040 0000003C00000000 0000000BBFF7C040
>ffff880c234787c0
>e1000e: R  [0x0AB]     0000000C122D8040 0000003C00000000 0000000C122D8040
>ffff880c121256c0
>e1000e: R  [0x0AC]     0000000C1214F040 0000003C00000000 0000000C1214F040
>ffff880bbfd5b380
>e1000e: R  [0x0AD]     0000000C1AA08040 0000003C00000000 0000000C1AA08040
>ffff880c1d97d4c0
>e1000e: R  [0x0AE]     00000006227BD040 0000003C00000000 00000006227BD040
>ffff8806230b4c80
>e1000e: R  [0x0AF]     0000000617C0A040 0000003C00000000 0000000617C0A040
>ffff8806224bb580
>e1000e: R  [0x0B0]     0000000C201F4040 0000003C00000000 0000000C201F4040
>ffff880bbfc06dc0
>e1000e: R  [0x0B1]     0000000C213D7040 0000003C00000000 0000000C213D7040
>ffff880bbfc067c0
>e1000e: R  [0x0B2]     0000000C1A9FD040 0000003C00000000 0000000C1A9FD040
>ffff880c120c05c0
>e1000e: R  [0x0B3]     0000000623899040 0000003C00000000 0000000623899040
>ffff880623056cc0
>e1000e: R  [0x0B4]     0000000C1E0D5040 0000003C00000000 0000000C1E0D5040
>ffff880c120c04c0
>e1000e: R  [0x0B5]     0000000C21C10040 0000003C00000000 0000000C21C10040
>ffff880c1214aec0
>e1000e: R  [0x0B6]     0000000C121CF040 0000003C00000000 0000000C121CF040
>ffff880c121c24c0
>e1000e: R  [0x0B7]     0000000C1AC34040 0000003C00000000 0000000C1AC34040
>ffff880bbfc06ec0
>e1000e: R  [0x0B8]     0000000C210A0040 0000003C00000000 0000000C210A0040
>ffff880c123f5380
>e1000e: R  [0x0B9]     000000062253F040 0000003C00000000 000000062253F040
>ffff88061e5dcdc0
>e1000e: R  [0x0BA]     0000000C24CB6040 0000003C00000000 0000000C24CB6040
>ffff880c120b97c0
>e1000e: R  [0x0BB]     0000000BBFC60040 0000003C00000000 0000000BBFC60040
>ffff880bbfcf9080
>e1000e: R  [0x0BC]     000000062374F040 0000003C00000000 000000062374F040
>ffff88061d8d6580
>e1000e: R  [0x0BD]     0000000C201C3040 0000003C00000000 0000000C201C3040
>ffff880c1e1f6580
>e1000e: R  [0x0BE]     0000000C1D9C3040 0000003C00000000 0000000C1D9C3040
>ffff880c120b92c0
>e1000e: R  [0x0BF]     0000000620B90040 0000003C00000000 0000000620B90040
>ffff88061c6b6b80
>e1000e: R  [0x0C0]     000000061E486040 0000003C00000000 000000061E486040
>ffff88061c6b6e80
>e1000e: R  [0x0C1]     0000000C20A48040 0000003C00000000 0000000C20A48040
>ffff880c1ab21880
>e1000e: R  [0x0C2]     0000000623B7B040 0000003C00000000 0000000623B7B040
>ffff880620b6e7c0
>e1000e: R  [0x0C3]     0000000C1DB3D040 0000003C00000000 0000000C1DB3D040
>ffff880c12125dc0
>e1000e: R  [0x0C4]     0000000C21384040 0000003C00000000 0000000C21384040
>ffff880c120b9ac0
>e1000e: R  [0x0C5]     000000062268E040 0000003C00000000 000000062268E040
>ffff880617cfab80
>e1000e: R  [0x0C6]     0000000C23637040 0000003C00000000 0000000C23637040
>ffff880c1ab21c80
>e1000e: R  [0x0C7]     000000062330A040 0000003C00000000 000000062330A040
>ffff88061e415280
>e1000e: R  [0x0C8]     000000061D80F040 0000003C00000000 000000061D80F040
>ffff88062362ddc0
>e1000e: R  [0x0C9]     0000000C1A915040 0000003C00000000 0000000C1A915040
>ffff880c123f5480
>e1000e: R  [0x0CA]     0000000C122F6040 0000003C00000000 0000000C122F6040
>ffff880bbfd3a780
>e1000e: R  [0x0CB]     0000000C20067040 0000003C00000000 0000000C20067040
>ffff880c123f5180
>e1000e: R  [0x0CC]     0000000C1AA15040 0000003C00000000 0000000C1AA15040
>ffff880c123f5280
>e1000e: R  [0x0CD]     0000000C20A51040 0000003C00000000 0000000C20A51040
>ffff880c121c23c0
>e1000e: R  [0x0CE]     0000000620882040 0000003C00000000 0000000620882040
>ffff8806224bba80
>e1000e: R  [0x0CF]     00000006226F8040 0000003C00000000 00000006226F8040
>ffff88061e415c80
>e1000e: R  [0x0D0]     0000000620BD4040 0000003C00000000 0000000620BD4040
>ffff8806227b7780
>e1000e: R  [0x0D1]     0000000620992040 0000003C00000000 0000000620992040
>ffff88061e5624c0
>e1000e: R  [0x0D2]     000000061E771040 0000003C00000000 000000061E771040
>ffff88061e46cbc0
>e1000e: R  [0x0D3]     000000061E41F040 0000003C00000000 000000061E41F040
>ffff88061e415780
>e1000e: R  [0x0D4]     0000000623004040 0000003C00000000 0000000623004040
>ffff8806238d8080
>e1000e: R  [0x0D5]     0000000C1AB92040 0000003C00000000 0000000C1AB92040
>ffff880c1ab21180
>e1000e: R  [0x0D6]     0000000C122DF040 0000003C00000000 0000000C122DF040
>ffff880c1214a4c0
>e1000e: R  [0x0D7]     0000000C23448040 0000003C00000000 0000000C23448040
>ffff880bbfc068c0
>e1000e: R  [0x0D8]     0000000C1227E040 0000003C00000000 0000000C1227E040
>ffff880c121129c0
>e1000e: R  [0x0D9]     000000061E74D040 0000003C00000000 000000061E74D040
>ffff8806238a0a80
>e1000e: R  [0x0DA]     0000000BBFD6C040 0000003C00000000 0000000BBFD6C040
>ffff880c236513c0
>e1000e: R  [0x0DB]     000000061E7DB040 0000003C00000000 000000061E7DB040
>ffff88062405b380
>e1000e: R  [0x0DC]     0000000620867040 0000003C00000000 0000000620867040
>ffff880623884880
>e1000e: R  [0x0DD]     00000006238E0040 0000003C00000000 00000006238E0040
>ffff88061c669dc0
>e1000e: R  [0x0DE]     0000000C23A1E040 0000003C00000000 0000000C23A1E040
>ffff880c121128c0
>e1000e: R  [0x0DF]     0000000C1E219040 0000015600020000 0000000C1E219040
>ffff880c122d2c80
>e1000e: R  [0x0E0]     000000061DAEC040 0000003C00000000 000000061DAEC040
>ffff8806239b14c0
>e1000e: R  [0x0E1]     0000000C21358040 0000003C00000000 0000000C21358040
>ffff880bbfc063c0
>e1000e: R  [0x0E2]     0000000C12157040 0000003C00000000 0000000C12157040
>ffff880c23651ec0
>e1000e: R  [0x0E3]     0000000C20895040 0000003C00000000 0000000C20895040
>ffff880c123f5780
>e1000e: R  [0x0E4]     0000000C1A939040 0000003C00000000 0000000C1A939040
>ffff880c122431c0
>e1000e: R  [0x0E5]     0000000C238B0040 0000003C00000000 0000000C238B0040
>ffff880c1214a2c0
>e1000e: R  [0x0E6]     0000000C1AF3A040 0000003C00000000 0000000C1AF3A040
>ffff880c123f5580
>e1000e: R  [0x0E7]     000000062086E040 0000003C00000000 000000062086E040
>ffff88061c6b6380
>e1000e: R  [0x0E8]     0000000623A11040 0000003C00000000 0000000623A11040
>ffff88062274a780
>e1000e: R  [0x0E9]     00000006237A7040 0000003C00000000 00000006237A7040
>ffff880623808a80
>e1000e: R  [0x0EA]     0000000C21380040 0000003C00000000 0000000C21380040
>ffff880bbfc77b80
>e1000e: R  [0x0EB]     0000000C21C71040 0000003C00000000 0000000C21C71040
>ffff880bbfc062c0
>e1000e: R  [0x0EC]     000000061E408040 0000003C00000000 000000061E408040
>ffff8806226fcbc0
>e1000e: R  [0x0ED]     0000000620919040 0000003C00000000 0000000620919040
>ffff88061e5620c0
>e1000e: R  [0x0EE]     0000000C20975040 0000003C00000000 0000000C20975040
>ffff880c12243dc0
>e1000e: R  [0x0EF]     00000006227FB040 0000003C00000000 00000006227FB040
>ffff880619389280
>e1000e: R  [0x0F0]     0000000C1F4E6040 0000003C00000000 0000000C1F4E6040
>ffff880c23651bc0
>e1000e: R  [0x0F1]     0000000620BCD040 0000003C00000000 0000000620BCD040
>ffff88061d8f96c0
>e1000e: R  [0x0F2]     0000000C21221040 0000003C00000000 0000000C21221040
>ffff880c1a904080
>e1000e: R  [0x0F3]     0000000BBFD91040 0000003C00000000 0000000BBFD91040
>ffff880c1d97d6c0
>e1000e: R  [0x0F4]     000000062267C040 0000003C00000000 000000062267C040
>ffff8806239b18c0
>e1000e: R  [0x0F5]     0000000C20A59040 0000003C00000000 0000000C20A59040
>ffff880c1d97d0c0
>e1000e: R  [0x0F6]     000000061E777040 0000003C00000000 000000061E777040
>ffff880617d4abc0
>e1000e: R  [0x0F7]     0000000C121F7040 0000003C00000000 0000000C121F7040
>ffff880c121258c0
>e1000e: R  [0x0F8]     0000000622659040 0000003C00000000 0000000622659040
>ffff88061c6a8480
>e1000e: R  [0x0F9]     00000006224E5040 0000003C00000000 00000006224E5040
>ffff8806227b7c80
>e1000e: R  [0x0FA]     0000000C12084040 0000003C00000000 0000000C12084040
>ffff880c121253c0
>e1000e: R  [0x0FB]     000000061DBA8040 0000003C00000000 000000061DBA8040
>ffff880623722380
>e1000e: R  [0x0FC]     0000000C1AA98040 0000003C00000000 0000000C1AA98040
>ffff880c12243bc0
>e1000e: R  [0x0FD]     0000000C1AABD040 0000003C00000000 0000000C1AABD040
>ffff880c1aa837c0
>e1000e: R  [0x0FE]     0000000C2398E040 0000003C00000000 0000000C2398E040
>ffff880c120b9bc0
>e1000e: R  [0x0FF]     0000000C20079040 0000003C00000000 0000000C20079040
>ffff880c121f2d80
>e1000e 0000:05:00.0: eth0: Reset adapter
>e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>
>Thanks,
>Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  4:05                 ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  4:05 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 8:29 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 11:22, Dave, Tushar N wrote:
>> Thanks for info. I see that hang occurs right when HW processing first
>TX descriptor with TSO.
>> Would you be able to reproduce issue with TSO off?  Disable TSO by
>'ethtool -K ethx tso off'
>> Let all debug enabled as it is,  that will help us debug further if
>issue occurs with TSO off.
>
>Hi Tushar,
>
>Thanks for you quick reply but disabled tso no help for this issue:

Thanks for running a quick test. I don't find anything obvious wrong in descriptor dump.

When you said you had this issue with RHEL5 and RHEL6 drivers, have you install RHEl5/6 kernel and reproduced it? If so I think I should install RHEL6 and try reproduce it locally!

-Tushar


>
># ethtool -k eth0
>Offload parameters for eth0:
>rx-checksumming: on
>tx-checksumming: on
>scatter-gather: on
>tcp segmentation offload: off
>udp fragmentation offload: off
>generic segmentation offload: on
>generic-receive-offload: on
>
>kernel log after disable tso:
>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <1>
>  TDT                  <4>
>  next_to_use          <4>
>  next_to_clean        <1>
>buffer_info[next_to_clean]:
>  time_stamp           <103ae0aba>
>  next_to_watch        <1>
>  jiffies              <103ae16a0>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: eth0: Detected Hardware Unit Hang:
>  TDH                  <1>
>  TDT                  <4>
>  next_to_use          <4>
>  next_to_clean        <1>
>buffer_info[next_to_clean]:
>  time_stamp           <103ae0aba>
>  next_to_watch        <1>
>  jiffies              <103ae2640>
>  next_to_watch.status <0>
>MAC Status             <80387>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3c00>
>PHY Extended Status    <3000>
>PCI Status             <10>
>e1000e 0000:05:00.0: Net device Info
>e1000e: Device Name     state            trans_start      last_rx
>e1000e: eth0            0000000000000003 0000000103AE128A 0000000000000000
>e1000e 0000:05:00.0: Register Dump
>e1000e:  Register Name   Value
>e1000e: CTRL            180c0241
>e1000e: STATUS          00080387
>e1000e: CTRL_EXT        181400c0
>e1000e: ICR             00000040
>e1000e: RCTL            04048002
>e1000e: RDLEN           00001000
>e1000e: RDH             00000090
>e1000e: RDT             00000080
>e1000e: RDTR            00000020
>e1000e: RXDCTL[0-1]     01040420 01040420
>e1000e: ERT             00000000
>e1000e: RDBAL           23852000
>e1000e: RDBAH           0000000c
>e1000e: RDFH            0000075a
>e1000e: RDFT            00000752
>e1000e: RDFHS           00000758
>e1000e: RDFTS           00000752
>e1000e: RDFPC           000001b4
>e1000e: TCTL            3003f00a
>e1000e: TDBAL           1210c000
>e1000e: TDBAH           0000000c
>e1000e: TDLEN           00001000
>e1000e: TDH             00000001
>e1000e: TDT             00000004
>e1000e: TIDV            00000008
>e1000e: TXDCTL[0-1]     0145011f 0145011f
>e1000e: TADV            00000020
>e1000e: TARC[0-1]       07a00403 07400403
>e1000e: TDFH            00001308
>e1000e: TDFT            00001308
>e1000e: TDFHS           00001308
>e1000e: TDFTS           00001308
>e1000e: TDFPC           00000000
>e1000e 0000:05:00.0: Tx Ring Summary
>e1000e: Queue [NTU] [NTC] [bi(ntc)->dma  ] leng ntw timestamp
>e1000e:      0     4     1 0000000620800C02 002A   1 0000000103AE0ABA
>e1000e 0000:05:00.0: Tx Ring Dump
>e1000e: Tl[desc]     [address 63:0  ] [SpeCssSCmCsLen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Legacy format
>e1000e: Tc[desc]     [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Context format
>e1000e: Td[desc]     [address 63:0  ] [VlaPoRSCm1Dlen] [bi->dma       ]
>leng  ntw timestamp        bi->skb <-- Ext Data format
>e1000e: Tl[0x000]    0000000C1AA0F002 000000008B00002A 0000000000000000
>002A    0 0000000000000000 (null)
>e1000e: Tl[0x001]    0000000620800C02 000000008B00002A 0000000620800C02
>002A    1 0000000103AE0ABA ffff88061c6b6980 NTC
>e1000e: Tl[0x002]    000000061E6DBC02 000000008B00002A 000000061E6DBC02
>002A    2 0000000103AE0EA2 ffff88061c6b6880
>e1000e: Tl[0x003]    0000000620A6C402 000000008B00002A 0000000620A6C402
>002A    3 0000000103AE128A ffff8806230b4080
>e1000e: Tl[0x004]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null) NTU
>e1000e: Tl[0x005]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x006]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x007]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x008]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x009]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x00F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x010]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x011]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x012]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x013]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x014]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x015]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x016]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x017]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x018]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x019]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x01F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x020]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x021]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x022]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x023]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x024]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x025]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x026]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x027]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x028]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x029]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x02F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x030]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x031]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x032]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x033]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x034]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x035]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x036]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x037]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x038]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x039]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x03F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x040]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x041]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x042]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x043]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x044]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x045]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x046]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x047]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x048]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x049]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x04F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x050]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x051]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x052]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x053]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x054]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x055]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x056]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x057]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x058]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x059]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x05F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x060]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x061]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x062]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x063]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x064]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x065]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x066]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x067]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x068]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x069]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x06F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x070]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x071]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x072]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x073]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x074]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x075]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x076]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x077]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x078]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x079]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x07F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x080]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x081]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x082]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x083]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x084]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x085]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x086]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x087]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x088]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x089]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x08F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x090]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x091]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x092]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x093]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x094]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x095]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x096]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x097]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x098]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x099]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09A]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09B]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09C]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09D]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09E]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x09F]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0A9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0AF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0B9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0BF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0C9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0CF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0D9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0DF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0E9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0ED]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0EF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F0]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F1]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F2]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F3]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F4]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F5]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F6]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F7]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F8]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0F9]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FA]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FB]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FC]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FD]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FE]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e: Tl[0x0FF]    0000000000000000 0000000000000000 0000000000000000
>0000    0 0000000000000000 (null)
>e1000e 0000:05:00.0: Rx Ring Summary
>e1000e: Queue [NTU] [NTC]
>e1000e:      0    8F    90
>e1000e 0000:05:00.0: Rx Ring Dump
>e1000e: R  [desc]      [buf addr 63:0 ] [reserved 63:0 ] [bi->dma       ]
>[bi->skb] <-- Ext (Read) format
>e1000e: RWB[desc]      [cs ipid    mrq] [vt   ln xe  xs] [bi->skb] <-- Ext
>(Write-Back) format
>e1000e: R  [0x000]     0000000620AD2040 0000003C00000000 0000000620AD2040
>ffff8806209cb9c0
>e1000e: R  [0x001]     000000062243F040 0000003C00000000 000000062243F040
>ffff8806209cbbc0
>e1000e: R  [0x002]     0000000C1AC2D040 0000003C00000000 0000000C1AC2D040
>ffff880bbfd1a880
>e1000e: R  [0x003]     0000000C1D852040 0000003C00000000 0000000C1D852040
>ffff880c1d97dec0
>e1000e: R  [0x004]     000000061C6BE040 0000003C00000000 000000061C6BE040
>ffff8806209cbec0
>e1000e: R  [0x005]     0000000C1AAA4040 0000003C00000000 0000000C1AAA4040
>ffff880c120c03c0
>e1000e: R  [0x006]     0000000C1AF3B040 0000003C00000000 0000000C1AF3B040
>ffff880c1ab65780
>e1000e: R  [0x007]     0000000623AD8040 0000003C00000000 0000000623AD8040
>ffff880623309280
>e1000e: R  [0x008]     000000061D8F5040 0000003C00000000 000000061D8F5040
>ffff880623309380
>e1000e: R  [0x009]     000000061D8F4040 0000003C00000000 000000061D8F4040
>ffff880623309480
>e1000e: R  [0x00A]     0000000C23520040 0000003C00000000 0000000C23520040
>ffff880c122c90c0
>e1000e: R  [0x00B]     0000000622544040 0000003C00000000 0000000622544040
>ffff880623309680
>e1000e: R  [0x00C]     0000000620997040 0000003C00000000 0000000620997040
>ffff880623309780
>e1000e: R  [0x00D]     0000000C1AB33040 0000003C00000000 0000000C1AB33040
>ffff880c1ab21a80
>e1000e: R  [0x00E]     0000000BBFF60040 0000003C00000000 0000000BBFF60040
>ffff880c120c02c0
>e1000e: R  [0x00F]     000000061C5A6040 0000003C00000000 000000061C5A6040
>ffff880623309a80
>e1000e: R  [0x010]     00000006224F9040 0000003C00000000 00000006224F9040
>ffff880623309b80
>e1000e: R  [0x011]     0000000C1AA1A040 0000003C00000000 0000000C1AA1A040
>ffff880c1ab65980
>e1000e: R  [0x012]     00000006209B4040 0000003C00000000 00000006209B4040
>ffff880623309d80
>e1000e: R  [0x013]     0000000C1A994040 0000003C00000000 0000000C1A994040
>ffff880c1d97d5c0
>e1000e: R  [0x014]     0000000C1E22A040 0000003C00000000 0000000C1E22A040
>ffff880c1d97d3c0
>e1000e: R  [0x015]     0000000C20B1F040 0000012200020000 0000000C20B1F040
>ffff880c238b7080
>e1000e: R  [0x016]     0000000C1AAE5040 0000003C00000000 0000000C1AAE5040
>ffff880c122c9bc0
>e1000e: R  [0x017]     0000000620963040 0000003C00000000 0000000620963040
>ffff8806224f74c0
>e1000e: R  [0x018]     0000000623A83040 0000005600050000 0000000623A83040
>ffff88061e46c0c0
>e1000e: R  [0x019]     0000000C120E8040 0000005600050000 0000000C120E8040
>ffff880c1e1f6b80
>e1000e: R  [0x01A]     0000000C1A911040 0000005600050000 0000000C1A911040
>ffff880c1aa831c0
>e1000e: R  [0x01B]     0000000C1207B040 0000005600050000 0000000C1207B040
>ffff880c1ac20680
>e1000e: R  [0x01C]     0000000C1AC47040 0000005600050000 0000000C1AC47040
>ffff880c234789c0
>e1000e: R  [0x01D]     0000000C2388B040 0000005600050000 0000000C2388B040
>ffff880c120b91c0
>e1000e: R  [0x01E]     0000000C21E96040 0000005600050000 0000000C21E96040
>ffff880c120c08c0
>e1000e: R  [0x01F]     0000000622752040 0000005600050000 0000000622752040
>ffff8806224f7bc0
>e1000e: R  [0x020]     0000000C121DA040 0000003C00000000 0000000C121DA040
>ffff880bbfc061c0
>e1000e: R  [0x021]     0000000623446040 0000003C00000000 0000000623446040
>ffff8806224f7dc0
>e1000e: R  [0x022]     0000000C1AABC040 0000003C00000000 0000000C1AABC040
>ffff880c122435c0
>e1000e: R  [0x023]     000000062365F040 0000005600050000 000000062365F040
>ffff88061e7a7080
>e1000e: R  [0x024]     0000000C12105040 0000005600050000 0000000C12105040
>ffff880c120c0ac0
>e1000e: R  [0x025]     0000000C1AB62040 0000005600050000 0000000C1AB62040
>ffff880bbfc06cc0
>e1000e: R  [0x026]     00000006224D9040 0000005600050000 00000006224D9040
>ffff88061e7a7380
>e1000e: R  [0x027]     00000006227DD040 0000005600050000 00000006227DD040
>ffff88061e7a7480
>e1000e: R  [0x028]     00000006239A4040 0000005600050000 00000006239A4040
>ffff88061e7a7580
>e1000e: R  [0x029]     0000000622430040 0000005600050000 0000000622430040
>ffff88061e7a7680
>e1000e: R  [0x02A]     0000000C1C036040 0000005600050000 0000000C1C036040
>ffff880c120c07c0
>e1000e: R  [0x02B]     0000000C1A97C040 0000003C00000000 0000000C1A97C040
>ffff880c1214a5c0
>e1000e: R  [0x02C]     0000000620AFE040 0000003C00000000 0000000620AFE040
>ffff88061e7a7980
>e1000e: R  [0x02D]     00000006230F3040 0000003C00000000 00000006230F3040
>ffff88061e7a7a80
>e1000e: R  [0x02E]     000000061E5BC040 0000003C00000000 000000061E5BC040
>ffff88061e7a7b80
>e1000e: R  [0x02F]     000000061E46E040 0000003C00000000 000000061E46E040
>ffff88061e7a7c80
>e1000e: R  [0x030]     0000000C200A0040 0000003C00000000 0000000C200A0040
>ffff880c1aa833c0
>e1000e: R  [0x031]     0000000C20081040 0000003C00000000 0000000C20081040
>ffff880c1aa836c0
>e1000e: R  [0x032]     0000000C21D67040 0000003C00000000 0000000C21D67040
>ffff880c12243cc0
>e1000e: R  [0x033]     0000000623AFD040 0000003C00000000 0000000623AFD040
>ffff880620bb51c0
>e1000e: R  [0x034]     000000061E5C0040 0000003C00000000 000000061E5C0040
>ffff880620bb52c0
>e1000e: R  [0x035]     000000061DAC5040 0000003C00000000 000000061DAC5040
>ffff880620bb53c0
>e1000e: R  [0x036]     000000061E78E040 0000003C00000000 000000061E78E040
>ffff880620bb54c0
>e1000e: R  [0x037]     00000006224BA040 0000003C00000000 00000006224BA040
>ffff880620bb55c0
>e1000e: R  [0x038]     0000000617EA1040 0000003C00000000 0000000617EA1040
>ffff880620bb56c0
>e1000e: R  [0x039]     0000000617D02040 0000003C00000000 0000000617D02040
>ffff880620bb57c0
>e1000e: R  [0x03A]     0000000C21133040 0000003C00000000 0000000C21133040
>ffff880c122438c0
>e1000e: R  [0x03B]     000000061E71B040 0000003C00000000 000000061E71B040
>ffff880620bb59c0
>e1000e: R  [0x03C]     000000061E7E4040 0000003C00000000 000000061E7E4040
>ffff880620bb5ac0
>e1000e: R  [0x03D]     000000061D895040 0000003C00000000 000000061D895040
>ffff880620bb5bc0
>e1000e: R  [0x03E]     000000061E46F040 0000003C00000000 000000061E46F040
>ffff880620bb5cc0
>e1000e: R  [0x03F]     000000061E63C040 000000C900020000 000000061E63C040
>ffff880620bb5dc0
>e1000e: R  [0x040]     000000061E4D2040 0000003C00000000 000000061E4D2040
>ffff880620bb5ec0
>e1000e: R  [0x041]     000000061C66B040 0000003C00000000 000000061C66B040
>ffff880623363080
>e1000e: R  [0x042]     0000000C1AB4A040 0000003C00000000 0000000C1AB4A040
>ffff880c1214a9c0
>e1000e: R  [0x043]     0000000C24386040 0000003C00000000 0000000C24386040
>ffff880c123f5080
>e1000e: R  [0x044]     0000000C21F2F040 0000003C00000000 0000000C21F2F040
>ffff880c122439c0
>e1000e: R  [0x045]     0000000623641040 0000003C00000000 0000000623641040
>ffff880623363580
>e1000e: R  [0x046]     0000000C23ADC040 0000005600050000 0000000C23ADC040
>ffff880c122c98c0
>e1000e: R  [0x047]     0000000C239CB040 0000005600050000 0000000C239CB040
>ffff880c238b17c0
>e1000e: R  [0x048]     0000000C21024040 0000005600050000 0000000C21024040
>ffff880c12112dc0
>e1000e: R  [0x049]     0000000C24439040 0000005600050000 0000000C24439040
>ffff880c1ab21e80
>e1000e: R  [0x04A]     0000000C1AA82040 0000005600050000 0000000C1AA82040
>ffff880c1ab21d80
>e1000e: R  [0x04B]     0000000617E98040 0000005600050000 0000000617E98040
>ffff880623363a80
>e1000e: R  [0x04C]     0000000C1A902040 0000005600050000 0000000C1A902040
>ffff880c1aa834c0
>e1000e: R  [0x04D]     000000061DBA5040 0000005600050000 000000061DBA5040
>ffff880623363c80
>e1000e: R  [0x04E]     0000000C2347B040 0000005600050000 0000000C2347B040
>ffff880c12125ac0
>e1000e: R  [0x04F]     000000061DA5D040 0000005600050000 000000061DA5D040
>ffff880623363e80
>e1000e: R  [0x050]     0000000C202E3040 0000005600050000 0000000C202E3040
>ffff880c121252c0
>e1000e: R  [0x051]     0000000620911040 0000005600050000 0000000620911040
>ffff88061c5321c0
>e1000e: R  [0x052]     0000000C12176040 0000005600050000 0000000C12176040
>ffff880bbfd5b280
>e1000e: R  [0x053]     0000000C209AF040 0000005600050000 0000000C209AF040
>ffff880c12125bc0
>e1000e: R  [0x054]     0000000C1E0B7040 0000005600050000 0000000C1E0B7040
>ffff880c122434c0
>e1000e: R  [0x055]     0000000C1214D040 0000005600050000 0000000C1214D040
>ffff880c1d97dcc0
>e1000e: R  [0x056]     000000062096C040 0000003C00000000 000000062096C040
>ffff88061c5326c0
>e1000e: R  [0x057]     0000000C20B76040 0000003C00000000 0000000C20B76040
>ffff880c238b1bc0
>e1000e: R  [0x058]     0000000BBFD96040 0000003C00000000 0000000BBFD96040
>ffff880c121f2680
>e1000e: R  [0x059]     0000000C1F660040 0000003C00000000 0000000C1F660040
>ffff880c121f2780
>e1000e: R  [0x05A]     0000000C1201D040 0000003C00000000 0000000C1201D040
>ffff880c1aa835c0
>e1000e: R  [0x05B]     0000000C21E5E040 0000003C00000000 0000000C21E5E040
>ffff880c1ab21580
>e1000e: R  [0x05C]     0000000622718040 0000003C00000000 0000000622718040
>ffff88061c532cc0
>e1000e: R  [0x05D]     0000000C1AB05040 0000003C00000000 0000000C1AB05040
>ffff880c238b1cc0
>e1000e: R  [0x05E]     0000000C1DB3C040 0000003C00000000 0000000C1DB3C040
>ffff880c120c0bc0
>e1000e: R  [0x05F]     0000000C1F439040 0000003C00000000 0000000C1F439040
>ffff880c122437c0
>e1000e: R  [0x060]     0000000C1AAF2040 0000003C00000000 0000000C1AAF2040
>ffff880c12243ac0
>e1000e: R  [0x061]     00000006227FC040 0000003C00000000 00000006227FC040
>ffff880620afb280
>e1000e: R  [0x062]     0000000620B6F040 0000003C00000000 0000000620B6F040
>ffff880620afb380
>e1000e: R  [0x063]     00000006237C5040 0000003C00000000 00000006237C5040
>ffff880620afb480
>e1000e: R  [0x064]     0000000C23EB2040 0000003C00000000 0000000C23EB2040
>ffff880c1aa83ac0
>e1000e: R  [0x065]     0000000C2135F040 0000003C00000000 0000000C2135F040
>ffff880c1d97ddc0
>e1000e: R  [0x066]     0000000C1215E040 0000003C00000000 0000000C1215E040
>ffff880c1ac20280
>e1000e: R  [0x067]     0000000C1DAA2040 0000003C00000000 0000000C1DAA2040
>ffff880bbfc064c0
>e1000e: R  [0x068]     0000000C1F612040 0000003C00000000 0000000C1F612040
>ffff880c1a904a80
>e1000e: R  [0x069]     0000000620A8B040 0000003C00000000 0000000620A8B040
>ffff880620afba80
>e1000e: R  [0x06A]     0000000623A82040 0000003C00000000 0000000623A82040
>ffff8806239289c0
>e1000e: R  [0x06B]     0000000C1A9E8040 0000003C00000000 0000000C1A9E8040
>ffff880c120c0cc0
>e1000e: R  [0x06C]     0000000C21F0A040 0000003C00000000 0000000C21F0A040
>ffff880c1e1f6280
>e1000e: R  [0x06D]     000000061C5F2040 0000003C00000000 000000061C5F2040
>ffff880620afbe80
>e1000e: R  [0x06E]     0000000623A9B040 0000003C00000000 0000000623A9B040
>ffff880623fcd880
>e1000e: R  [0x06F]     0000000C23A50040 0000003C00000000 0000000C23A50040
>ffff880bbfc06bc0
>e1000e: R  [0x070]     0000000622567040 0000003C00000000 0000000622567040
>ffff88061e6c9ac0
>e1000e: R  [0x071]     0000000C121F4040 0000003C00000000 0000000C121F4040
>ffff880c122d2e80
>e1000e: R  [0x072]     0000000620A13040 0000003C00000000 0000000620A13040
>ffff880623894180
>e1000e: R  [0x073]     0000000C1D9CD040 0000003C00000000 0000000C1D9CD040
>ffff880c238b1dc0
>e1000e: R  [0x074]     000000061C451040 0000003C00000000 000000061C451040
>ffff880617f3e080
>e1000e: R  [0x075]     000000061E774040 0000003C00000000 000000061E774040
>ffff88061d98b6c0
>e1000e: R  [0x076]     0000000C1DA01040 0000003C00000000 0000000C1DA01040
>ffff880c121f2a80
>e1000e: R  [0x077]     0000000C1AB6A040 0000003C00000000 0000000C1AB6A040
>ffff880c121254c0
>e1000e: R  [0x078]     0000000C21CD0040 0000003C00000000 0000000C21CD0040
>ffff880c1a904480
>e1000e: R  [0x079]     0000000C1238B040 0000003C00000000 0000000C1238B040
>ffff880c1a904c80
>e1000e: R  [0x07A]     0000000C1E227040 0000003C00000000 0000000C1E227040
>ffff880c122d2980
>e1000e: R  [0x07B]     000000061E7F7040 0000003C00000000 000000061E7F7040
>ffff88061d98b0c0
>e1000e: R  [0x07C]     0000000C1A9F6040 0000003C00000000 0000000C1A9F6040
>ffff880c1aa838c0
>e1000e: R  [0x07D]     0000000BBFD0E040 0000003C00000000 0000000BBFD0E040
>ffff880c120b9cc0
>e1000e: R  [0x07E]     0000000C1AB44040 0000003C00000000 0000000C1AB44040
>ffff880c12125cc0
>e1000e: R  [0x07F]     0000000C23F04040 0000003C00000000 0000000C23F04040
>ffff880c122432c0
>e1000e: R  [0x080]     0000000620B1A040 0000003C00000000 0000000620B1A040
>ffff88061db375c0
>e1000e: R  [0x081]     0000000C20A6A040 0000003C00000000 0000000C20A6A040
>ffff880c121255c0
>e1000e: R  [0x082]     0000000C20B49040 0000003C00000000 0000000C20B49040
>ffff880c122433c0
>e1000e: R  [0x083]     0000000C20931040 0000003C00000000 0000000C20931040
>ffff880c122430c0
>e1000e: R  [0x084]     0000000C210FA040 0000003C00000000 0000000C210FA040
>ffff880c121250c0
>e1000e: R  [0x085]     0000000C1D995040 0000003C00000000 0000000C1D995040
>ffff880c121d9e80
>e1000e: R  [0x086]     0000000C21F0C040 0000003C00000000 0000000C21F0C040
>ffff880c120c00c0
>e1000e: R  [0x087]     0000000C21180040 0000003C00000000 0000000C21180040
>ffff880c1e1f6d80
>e1000e: R  [0x088]     0000000C122DD040 0000003C00000000 0000000C122DD040
>ffff880bbfc77680
>e1000e: R  [0x089]     0000000C1DB0D040 0000003C00000000 0000000C1DB0D040
>ffff880c1aae4180
>e1000e: R  [0x08A]     0000000C120E9040 0000003C00000000 0000000C120E9040
>ffff880c1e1f6880
>e1000e: R  [0x08B]     0000000C1E1EA040 0000003C00000000 0000000C1E1EA040
>ffff880c1e1f6480
>e1000e: R  [0x08C]     0000000C235D2040 0000003C00000000 0000000C235D2040
>ffff880c121d9280
>e1000e: R  [0x08D]     0000000C12097040 0000003C00000000 0000000C12097040
>ffff880c121d9780
>e1000e: R  [0x08E]     000000061D914040 0000003C00000000 000000061D914040
>ffff8806237a2b80
>e1000e: R  [0x08F]     171E000000000000 0000003C00000000 0000000000000000
>ffff880c121c22c0 NTU
>e1000e: R  [0x090]     0000000C1A979040 0000003C00000000 0000000C1A979040
>ffff880c120c06c0 NTC
>e1000e: R  [0x091]     0000000C20347040 0000003C00000000 0000000C20347040
>ffff880bbfd8cac0
>e1000e: R  [0x092]     0000000C1AA5E040 0000003C00000000 0000000C1AA5E040
>ffff880c123f5d80
>e1000e: R  [0x093]     0000000620A3B040 0000003C00000000 0000000620A3B040
>ffff88061e6c90c0
>e1000e: R  [0x094]     0000000C1DB5A040 0000003C00000000 0000000C1DB5A040
>ffff880bbfd8c5c0
>e1000e: R  [0x095]     0000000C2117E040 0000003C00000000 0000000C2117E040
>ffff880c121c29c0
>e1000e: R  [0x096]     0000000C23949040 0000003C00000000 0000000C23949040
>ffff880bbfc069c0
>e1000e: R  [0x097]     0000000623350040 0000003C00000000 0000000623350040
>ffff8806187e2ac0
>e1000e: R  [0x098]     0000000623351040 0000003C00000000 0000000623351040
>ffff88061e46c3c0
>e1000e: R  [0x099]     00000006239D0040 0000003C00000000 00000006239D0040
>ffff88061e46c8c0
>e1000e: R  [0x09A]     0000000C12081040 0000003C00000000 0000000C12081040
>ffff880c1ab21280
>e1000e: R  [0x09B]     0000000C212E8040 0000003C00000000 0000000C212E8040
>ffff880c122c92c0
>e1000e: R  [0x09C]     000000061C6CF040 0000003C00000000 000000061C6CF040
>ffff88061e46cec0
>e1000e: R  [0x09D]     0000000620A32040 0000003C00000000 0000000620A32040
>ffff88061e46cdc0
>e1000e: R  [0x09E]     0000000620A33040 0000003C00000000 0000000620A33040
>ffff88061e5dc4c0
>e1000e: R  [0x09F]     000000061D8A0040 0000003C00000000 000000061D8A0040
>ffff880623722280
>e1000e: R  [0x0A0]     0000000C23443040 0000003C00000000 0000000C23443040
>ffff880c1a904680
>e1000e: R  [0x0A1]     000000061D883040 0000003C00000000 000000061D883040
>ffff8806230b4880
>e1000e: R  [0x0A2]     000000061C4BA040 0000003C00000000 000000061C4BA040
>ffff88061d8d6380
>e1000e: R  [0x0A3]     000000061C4BB040 0000003C00000000 000000061C4BB040
>ffff8806224bbd80
>e1000e: R  [0x0A4]     0000000C1E0F3040 0000003C00000000 0000000C1E0F3040
>ffff880c1ac20d80
>e1000e: R  [0x0A5]     00000006209AF040 0000003C00000000 00000006209AF040
>ffff8806224d2280
>e1000e: R  [0x0A6]     000000061E672040 0000003C00000000 000000061E672040
>ffff88061e614880
>e1000e: R  [0x0A7]     000000061E673040 0000003C00000000 000000061E673040
>ffff88061d8d6480
>e1000e: R  [0x0A8]     0000000BBFD97040 0000003C00000000 0000000BBFD97040
>ffff880c121f2580
>e1000e: R  [0x0A9]     0000000C1DA15040 0000003C00000000 0000000C1DA15040
>ffff880bbfc060c0
>e1000e: R  [0x0AA]     0000000BBFF7C040 0000003C00000000 0000000BBFF7C040
>ffff880c234787c0
>e1000e: R  [0x0AB]     0000000C122D8040 0000003C00000000 0000000C122D8040
>ffff880c121256c0
>e1000e: R  [0x0AC]     0000000C1214F040 0000003C00000000 0000000C1214F040
>ffff880bbfd5b380
>e1000e: R  [0x0AD]     0000000C1AA08040 0000003C00000000 0000000C1AA08040
>ffff880c1d97d4c0
>e1000e: R  [0x0AE]     00000006227BD040 0000003C00000000 00000006227BD040
>ffff8806230b4c80
>e1000e: R  [0x0AF]     0000000617C0A040 0000003C00000000 0000000617C0A040
>ffff8806224bb580
>e1000e: R  [0x0B0]     0000000C201F4040 0000003C00000000 0000000C201F4040
>ffff880bbfc06dc0
>e1000e: R  [0x0B1]     0000000C213D7040 0000003C00000000 0000000C213D7040
>ffff880bbfc067c0
>e1000e: R  [0x0B2]     0000000C1A9FD040 0000003C00000000 0000000C1A9FD040
>ffff880c120c05c0
>e1000e: R  [0x0B3]     0000000623899040 0000003C00000000 0000000623899040
>ffff880623056cc0
>e1000e: R  [0x0B4]     0000000C1E0D5040 0000003C00000000 0000000C1E0D5040
>ffff880c120c04c0
>e1000e: R  [0x0B5]     0000000C21C10040 0000003C00000000 0000000C21C10040
>ffff880c1214aec0
>e1000e: R  [0x0B6]     0000000C121CF040 0000003C00000000 0000000C121CF040
>ffff880c121c24c0
>e1000e: R  [0x0B7]     0000000C1AC34040 0000003C00000000 0000000C1AC34040
>ffff880bbfc06ec0
>e1000e: R  [0x0B8]     0000000C210A0040 0000003C00000000 0000000C210A0040
>ffff880c123f5380
>e1000e: R  [0x0B9]     000000062253F040 0000003C00000000 000000062253F040
>ffff88061e5dcdc0
>e1000e: R  [0x0BA]     0000000C24CB6040 0000003C00000000 0000000C24CB6040
>ffff880c120b97c0
>e1000e: R  [0x0BB]     0000000BBFC60040 0000003C00000000 0000000BBFC60040
>ffff880bbfcf9080
>e1000e: R  [0x0BC]     000000062374F040 0000003C00000000 000000062374F040
>ffff88061d8d6580
>e1000e: R  [0x0BD]     0000000C201C3040 0000003C00000000 0000000C201C3040
>ffff880c1e1f6580
>e1000e: R  [0x0BE]     0000000C1D9C3040 0000003C00000000 0000000C1D9C3040
>ffff880c120b92c0
>e1000e: R  [0x0BF]     0000000620B90040 0000003C00000000 0000000620B90040
>ffff88061c6b6b80
>e1000e: R  [0x0C0]     000000061E486040 0000003C00000000 000000061E486040
>ffff88061c6b6e80
>e1000e: R  [0x0C1]     0000000C20A48040 0000003C00000000 0000000C20A48040
>ffff880c1ab21880
>e1000e: R  [0x0C2]     0000000623B7B040 0000003C00000000 0000000623B7B040
>ffff880620b6e7c0
>e1000e: R  [0x0C3]     0000000C1DB3D040 0000003C00000000 0000000C1DB3D040
>ffff880c12125dc0
>e1000e: R  [0x0C4]     0000000C21384040 0000003C00000000 0000000C21384040
>ffff880c120b9ac0
>e1000e: R  [0x0C5]     000000062268E040 0000003C00000000 000000062268E040
>ffff880617cfab80
>e1000e: R  [0x0C6]     0000000C23637040 0000003C00000000 0000000C23637040
>ffff880c1ab21c80
>e1000e: R  [0x0C7]     000000062330A040 0000003C00000000 000000062330A040
>ffff88061e415280
>e1000e: R  [0x0C8]     000000061D80F040 0000003C00000000 000000061D80F040
>ffff88062362ddc0
>e1000e: R  [0x0C9]     0000000C1A915040 0000003C00000000 0000000C1A915040
>ffff880c123f5480
>e1000e: R  [0x0CA]     0000000C122F6040 0000003C00000000 0000000C122F6040
>ffff880bbfd3a780
>e1000e: R  [0x0CB]     0000000C20067040 0000003C00000000 0000000C20067040
>ffff880c123f5180
>e1000e: R  [0x0CC]     0000000C1AA15040 0000003C00000000 0000000C1AA15040
>ffff880c123f5280
>e1000e: R  [0x0CD]     0000000C20A51040 0000003C00000000 0000000C20A51040
>ffff880c121c23c0
>e1000e: R  [0x0CE]     0000000620882040 0000003C00000000 0000000620882040
>ffff8806224bba80
>e1000e: R  [0x0CF]     00000006226F8040 0000003C00000000 00000006226F8040
>ffff88061e415c80
>e1000e: R  [0x0D0]     0000000620BD4040 0000003C00000000 0000000620BD4040
>ffff8806227b7780
>e1000e: R  [0x0D1]     0000000620992040 0000003C00000000 0000000620992040
>ffff88061e5624c0
>e1000e: R  [0x0D2]     000000061E771040 0000003C00000000 000000061E771040
>ffff88061e46cbc0
>e1000e: R  [0x0D3]     000000061E41F040 0000003C00000000 000000061E41F040
>ffff88061e415780
>e1000e: R  [0x0D4]     0000000623004040 0000003C00000000 0000000623004040
>ffff8806238d8080
>e1000e: R  [0x0D5]     0000000C1AB92040 0000003C00000000 0000000C1AB92040
>ffff880c1ab21180
>e1000e: R  [0x0D6]     0000000C122DF040 0000003C00000000 0000000C122DF040
>ffff880c1214a4c0
>e1000e: R  [0x0D7]     0000000C23448040 0000003C00000000 0000000C23448040
>ffff880bbfc068c0
>e1000e: R  [0x0D8]     0000000C1227E040 0000003C00000000 0000000C1227E040
>ffff880c121129c0
>e1000e: R  [0x0D9]     000000061E74D040 0000003C00000000 000000061E74D040
>ffff8806238a0a80
>e1000e: R  [0x0DA]     0000000BBFD6C040 0000003C00000000 0000000BBFD6C040
>ffff880c236513c0
>e1000e: R  [0x0DB]     000000061E7DB040 0000003C00000000 000000061E7DB040
>ffff88062405b380
>e1000e: R  [0x0DC]     0000000620867040 0000003C00000000 0000000620867040
>ffff880623884880
>e1000e: R  [0x0DD]     00000006238E0040 0000003C00000000 00000006238E0040
>ffff88061c669dc0
>e1000e: R  [0x0DE]     0000000C23A1E040 0000003C00000000 0000000C23A1E040
>ffff880c121128c0
>e1000e: R  [0x0DF]     0000000C1E219040 0000015600020000 0000000C1E219040
>ffff880c122d2c80
>e1000e: R  [0x0E0]     000000061DAEC040 0000003C00000000 000000061DAEC040
>ffff8806239b14c0
>e1000e: R  [0x0E1]     0000000C21358040 0000003C00000000 0000000C21358040
>ffff880bbfc063c0
>e1000e: R  [0x0E2]     0000000C12157040 0000003C00000000 0000000C12157040
>ffff880c23651ec0
>e1000e: R  [0x0E3]     0000000C20895040 0000003C00000000 0000000C20895040
>ffff880c123f5780
>e1000e: R  [0x0E4]     0000000C1A939040 0000003C00000000 0000000C1A939040
>ffff880c122431c0
>e1000e: R  [0x0E5]     0000000C238B0040 0000003C00000000 0000000C238B0040
>ffff880c1214a2c0
>e1000e: R  [0x0E6]     0000000C1AF3A040 0000003C00000000 0000000C1AF3A040
>ffff880c123f5580
>e1000e: R  [0x0E7]     000000062086E040 0000003C00000000 000000062086E040
>ffff88061c6b6380
>e1000e: R  [0x0E8]     0000000623A11040 0000003C00000000 0000000623A11040
>ffff88062274a780
>e1000e: R  [0x0E9]     00000006237A7040 0000003C00000000 00000006237A7040
>ffff880623808a80
>e1000e: R  [0x0EA]     0000000C21380040 0000003C00000000 0000000C21380040
>ffff880bbfc77b80
>e1000e: R  [0x0EB]     0000000C21C71040 0000003C00000000 0000000C21C71040
>ffff880bbfc062c0
>e1000e: R  [0x0EC]     000000061E408040 0000003C00000000 000000061E408040
>ffff8806226fcbc0
>e1000e: R  [0x0ED]     0000000620919040 0000003C00000000 0000000620919040
>ffff88061e5620c0
>e1000e: R  [0x0EE]     0000000C20975040 0000003C00000000 0000000C20975040
>ffff880c12243dc0
>e1000e: R  [0x0EF]     00000006227FB040 0000003C00000000 00000006227FB040
>ffff880619389280
>e1000e: R  [0x0F0]     0000000C1F4E6040 0000003C00000000 0000000C1F4E6040
>ffff880c23651bc0
>e1000e: R  [0x0F1]     0000000620BCD040 0000003C00000000 0000000620BCD040
>ffff88061d8f96c0
>e1000e: R  [0x0F2]     0000000C21221040 0000003C00000000 0000000C21221040
>ffff880c1a904080
>e1000e: R  [0x0F3]     0000000BBFD91040 0000003C00000000 0000000BBFD91040
>ffff880c1d97d6c0
>e1000e: R  [0x0F4]     000000062267C040 0000003C00000000 000000062267C040
>ffff8806239b18c0
>e1000e: R  [0x0F5]     0000000C20A59040 0000003C00000000 0000000C20A59040
>ffff880c1d97d0c0
>e1000e: R  [0x0F6]     000000061E777040 0000003C00000000 000000061E777040
>ffff880617d4abc0
>e1000e: R  [0x0F7]     0000000C121F7040 0000003C00000000 0000000C121F7040
>ffff880c121258c0
>e1000e: R  [0x0F8]     0000000622659040 0000003C00000000 0000000622659040
>ffff88061c6a8480
>e1000e: R  [0x0F9]     00000006224E5040 0000003C00000000 00000006224E5040
>ffff8806227b7c80
>e1000e: R  [0x0FA]     0000000C12084040 0000003C00000000 0000000C12084040
>ffff880c121253c0
>e1000e: R  [0x0FB]     000000061DBA8040 0000003C00000000 000000061DBA8040
>ffff880623722380
>e1000e: R  [0x0FC]     0000000C1AA98040 0000003C00000000 0000000C1AA98040
>ffff880c12243bc0
>e1000e: R  [0x0FD]     0000000C1AABD040 0000003C00000000 0000000C1AABD040
>ffff880c1aa837c0
>e1000e: R  [0x0FE]     0000000C2398E040 0000003C00000000 0000000C2398E040
>ffff880c120b9bc0
>e1000e: R  [0x0FF]     0000000C20079040 0000003C00000000 0000000C20079040
>ffff880c121f2d80
>e1000e 0000:05:00.0: eth0: Reset adapter
>e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
>
>Thanks,
>Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  4:05                 ` Dave, Tushar N
  (?)
@ 2012-07-11  5:03                 ` Joe Jin
  2012-07-11  7:11                   ` Dave, Tushar N
  2012-07-11 18:51                   ` Dave, Tushar N
  -1 siblings, 2 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  5:03 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 12:05, Dave, Tushar N wrote:
> When you said you had this issue with RHEL5 and RHEL6 drivers, have you install RHEl5/6 kernel and reproduced it? If so I think I should install RHEL6 and try reproduce it locally!
> 
Yes I reproduced this on both RHEL5 and RHEL6.

So far I tried to scp big file (~1GB) will hit it at once.

Thanks,
Joe

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  5:03                 ` Joe Jin
@ 2012-07-11  7:11                   ` Dave, Tushar N
  2012-07-11  7:17                       ` Joe Jin
  2012-07-11 18:51                   ` Dave, Tushar N
  1 sibling, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  7:11 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 10:03 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 12:05, Dave, Tushar N wrote:
>> When you said you had this issue with RHEL5 and RHEL6 drivers, have you
>install RHEl5/6 kernel and reproduced it? If so I think I should install
>RHEL6 and try reproduce it locally!
>>
>Yes I reproduced this on both RHEL5 and RHEL6.
>
>So far I tried to scp big file (~1GB) will hit it at once.
>
>Thanks,
>Joe

Joe,
Can you please send lspci -vvv output for failing port before issue occurs.
Thanks.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  7:11                   ` Dave, Tushar N
@ 2012-07-11  7:17                       ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:17 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 15:11, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Tuesday, July 10, 2012 10:03 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have you
>> install RHEl5/6 kernel and reproduced it? If so I think I should install
>> RHEL6 and try reproduce it locally!
>>>
>> Yes I reproduced this on both RHEL5 and RHEL6.
>>
>> So far I tried to scp big file (~1GB) will hit it at once.
>>
>> Thanks,
>> Joe
> 
> Joe,
> Can you please send lspci -vvv output for failing port before issue occurs.
> Thanks.
> 
# lspci -s 05:00.0 -vvv
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee21000  Data: 40cb
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  7:17                       ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:17 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 15:11, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Tuesday, July 10, 2012 10:03 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have you
>> install RHEl5/6 kernel and reproduced it? If so I think I should install
>> RHEL6 and try reproduce it locally!
>>>
>> Yes I reproduced this on both RHEL5 and RHEL6.
>>
>> So far I tried to scp big file (~1GB) will hit it at once.
>>
>> Thanks,
>> Joe
> 
> Joe,
> Can you please send lspci -vvv output for failing port before issue occurs.
> Thanks.
> 
# lspci -s 05:00.0 -vvv
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee21000  Data: 40cb
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  7:17                       ` Joe Jin
@ 2012-07-11  7:37                         ` Dave, Tushar N
  -1 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  7:37 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 12:18 AM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 15:11, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have
>>>> you
>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>> install
>>> RHEL6 and try reproduce it locally!
>>>>
>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>
>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>
>>> Thanks,
>>> Joe
>>
>> Joe,
>> Can you please send lspci -vvv output for failing port before issue
>occurs.
>> Thanks.
>>
># lspci -s 05:00.0 -vvv
>05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (Copper) (rev 06)
>	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>UTP Low Profile Adapter
>	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>Stepping- SERR- FastB2B- DisINTx+
>	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
><TAbort- <MAbort- >SERR- <PERR- INTx-
>	Latency: 0, Cache Line Size: 256 bytes
>	Interrupt: pin B routed to IRQ 80
>	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>	Region 2: I/O ports at dc00 [size=32]
>	Expansion ROM at fbda0000 [disabled] [size=128K]
>	Capabilities: [c8] Power Management version 2
>		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>,D3hot+,D3cold+)
>		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>		Address: 00000000fee21000  Data: 40cb
>	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
><512ns, L1 <64us
>			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>Unsupported-
>			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>			MaxPayload 128 bytes, MaxReadReq 512 bytes
>		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>TransPend-
>		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>Latency L0 <4us, L1 <64us
>			ClockPM- Surprise- LLActRep- BwNot-
>		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>CommClk-
>			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>DLActive- BWMgmt- ABWMgmt-
>	Capabilities: [100 v1] Advanced Error Reporting
>		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>ChkEn-
>	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>	Kernel driver in use: e1000e
>	Kernel modules: e1000e
>
>
>Thanks,
>Joe

was this lspci output taken on freshly booted system?

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  7:37                         ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  7:37 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 12:18 AM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 15:11, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have
>>>> you
>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>> install
>>> RHEL6 and try reproduce it locally!
>>>>
>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>
>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>
>>> Thanks,
>>> Joe
>>
>> Joe,
>> Can you please send lspci -vvv output for failing port before issue
>occurs.
>> Thanks.
>>
># lspci -s 05:00.0 -vvv
>05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (Copper) (rev 06)
>	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>UTP Low Profile Adapter
>	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>Stepping- SERR- FastB2B- DisINTx+
>	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
><TAbort- <MAbort- >SERR- <PERR- INTx-
>	Latency: 0, Cache Line Size: 256 bytes
>	Interrupt: pin B routed to IRQ 80
>	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>	Region 2: I/O ports at dc00 [size=32]
>	Expansion ROM at fbda0000 [disabled] [size=128K]
>	Capabilities: [c8] Power Management version 2
>		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>,D3hot+,D3cold+)
>		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>		Address: 00000000fee21000  Data: 40cb
>	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
><512ns, L1 <64us
>			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>Unsupported-
>			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>			MaxPayload 128 bytes, MaxReadReq 512 bytes
>		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>TransPend-
>		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>Latency L0 <4us, L1 <64us
>			ClockPM- Surprise- LLActRep- BwNot-
>		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>CommClk-
>			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>DLActive- BWMgmt- ABWMgmt-
>	Capabilities: [100 v1] Advanced Error Reporting
>		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>ChkEn-
>	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>	Kernel driver in use: e1000e
>	Kernel modules: e1000e
>
>
>Thanks,
>Joe

was this lspci output taken on freshly booted system?

-Tushar

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  7:37                         ` Dave, Tushar N
@ 2012-07-11  7:38                           ` Joe Jin
  -1 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:38 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 15:37, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 12:18 AM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/11/12 15:11, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have
>>>>> you
>>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>>> install
>>>> RHEL6 and try reproduce it locally!
>>>>>
>>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>>
>>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>>
>>>> Thanks,
>>>> Joe
>>>
>>> Joe,
>>> Can you please send lspci -vvv output for failing port before issue
>> occurs.
>>> Thanks.
>>>
>> # lspci -s 05:00.0 -vvv
>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>> Controller (Copper) (rev 06)
>> 	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>> UTP Low Profile Adapter
>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx+
>> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>> 	Latency: 0, Cache Line Size: 256 bytes
>> 	Interrupt: pin B routed to IRQ 80
>> 	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 2: I/O ports at dc00 [size=32]
>> 	Expansion ROM at fbda0000 [disabled] [size=128K]
>> 	Capabilities: [c8] Power Management version 2
>> 		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>> ,D3hot+,D3cold+)
>> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>> 	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> 		Address: 00000000fee21000  Data: 40cb
>> 	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
>> <512ns, L1 <64us
>> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>> Unsupported-
>> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
>> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>> TransPend-
>> 		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>> Latency L0 <4us, L1 <64us
>> 			ClockPM- Surprise- LLActRep- BwNot-
>> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>> CommClk-
>> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>> 		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>> DLActive- BWMgmt- ABWMgmt-
>> 	Capabilities: [100 v1] Advanced Error Reporting
>> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>> ChkEn-
>> 	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>> 	Kernel driver in use: e1000e
>> 	Kernel modules: e1000e
>>
>>
>> Thanks,
>> Joe
> 
> was this lspci output taken on freshly booted system?
> 

Yes, any issue do you find?

Thanks,
Joe



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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  7:38                           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:38 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 15:37, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 12:18 AM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/11/12 15:11, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>>> When you said you had this issue with RHEL5 and RHEL6 drivers, have
>>>>> you
>>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>>> install
>>>> RHEL6 and try reproduce it locally!
>>>>>
>>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>>
>>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>>
>>>> Thanks,
>>>> Joe
>>>
>>> Joe,
>>> Can you please send lspci -vvv output for failing port before issue
>> occurs.
>>> Thanks.
>>>
>> # lspci -s 05:00.0 -vvv
>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>> Controller (Copper) (rev 06)
>> 	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>> UTP Low Profile Adapter
>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>> Stepping- SERR- FastB2B- DisINTx+
>> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>> 	Latency: 0, Cache Line Size: 256 bytes
>> 	Interrupt: pin B routed to IRQ 80
>> 	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>> 	Region 2: I/O ports at dc00 [size=32]
>> 	Expansion ROM at fbda0000 [disabled] [size=128K]
>> 	Capabilities: [c8] Power Management version 2
>> 		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>> ,D3hot+,D3cold+)
>> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>> 	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> 		Address: 00000000fee21000  Data: 40cb
>> 	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
>> <512ns, L1 <64us
>> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>> Unsupported-
>> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
>> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>> TransPend-
>> 		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>> Latency L0 <4us, L1 <64us
>> 			ClockPM- Surprise- LLActRep- BwNot-
>> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>> CommClk-
>> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>> 		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>> DLActive- BWMgmt- ABWMgmt-
>> 	Capabilities: [100 v1] Advanced Error Reporting
>> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>> RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>> 		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>> ChkEn-
>> 	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>> 	Kernel driver in use: e1000e
>> 	Kernel modules: e1000e
>>
>>
>> Thanks,
>> Joe
> 
> was this lspci output taken on freshly booted system?
> 

Yes, any issue do you find?

Thanks,
Joe



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  7:38                           ` Joe Jin
  (?)
@ 2012-07-11  7:50                           ` Dave, Tushar N
  2012-07-11  7:53                               ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11  7:50 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 12:39 AM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 15:37, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Wednesday, July 11, 2012 12:18 AM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/11/12 15:11, Dave, Tushar N wrote:
>>>>> -----Original Message-----
>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>> Sent: Tuesday, July 10, 2012 10:03 PM
>>>>> To: Dave, Tushar N
>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>> kernel@vger.kernel.org
>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>
>>>>> On 07/11/12 12:05, Dave, Tushar N wrote:
>>>>>> When you said you had this issue with RHEL5 and RHEL6 drivers,
>>>>>> have you
>>>>> install RHEl5/6 kernel and reproduced it? If so I think I should
>>>>> install
>>>>> RHEL6 and try reproduce it locally!
>>>>>>
>>>>> Yes I reproduced this on both RHEL5 and RHEL6.
>>>>>
>>>>> So far I tried to scp big file (~1GB) will hit it at once.
>>>>>
>>>>> Thanks,
>>>>> Joe
>>>>
>>>> Joe,
>>>> Can you please send lspci -vvv output for failing port before issue
>>> occurs.
>>>> Thanks.
>>>>
>>> # lspci -s 05:00.0 -vvv
>>> 05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>> 	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet
>>> UTP Low Profile Adapter
>>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
>>> Stepping- SERR- FastB2B- DisINTx+
>>> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>> 	Latency: 0, Cache Line Size: 256 bytes
>>> 	Interrupt: pin B routed to IRQ 80
>>> 	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
>>> 	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
>>> 	Region 2: I/O ports at dc00 [size=32]
>>> 	Expansion ROM at fbda0000 [disabled] [size=128K]
>>> 	Capabilities: [c8] Power Management version 2
>>> 		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>>> ,D3hot+,D3cold+)
>>> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>>> 	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>> 		Address: 00000000fee21000  Data: 40cb
>>> 	Capabilities: [e0] Express (v1) Endpoint, MSI 00
>>> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s
>>> <512ns, L1 <64us
>>> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>>> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal-
>>> Unsupported-
>>> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
>>> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+
>>> TransPend-
>>> 		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s,
>>> Latency L0 <4us, L1 <64us
>>> 			ClockPM- Surprise- LLActRep- BwNot-
>>> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>>> CommClk-
>>> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>> 		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>>> DLActive- BWMgmt- ABWMgmt-
>>> 	Capabilities: [100 v1] Advanced Error Reporting
>>> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt-
>>> RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>>> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>>> RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
>>> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>> 		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap-
>>> ChkEn-
>>> 	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
>>> 	Kernel driver in use: e1000e
>>> 	Kernel modules: e1000e
>>>
>>>
>>> Thanks,
>>> Joe
>>
>> was this lspci output taken on freshly booted system?
>>
>
>Yes, any issue do you find?
>
>Thanks,
>Joe
>

Device status and AER sections show some errors that looks little suspicious to me but I'm not too sure. I will get back tomorrow.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11  7:50                           ` Dave, Tushar N
@ 2012-07-11  7:53                               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:53 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/11/12 15:50, Dave, Tushar N wrote:
> Device status and AER sections show some errors that looks little suspicious to me but I'm not too sure. I will get back tomorrow.
> 

Thanks a lot, Tushar!

Joe


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 



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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-11  7:53                               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-11  7:53 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/11/12 15:50, Dave, Tushar N wrote:
> Device status and AER sections show some errors that looks little suspicious to me but I'm not too sure. I will get back tomorrow.
> 

Thanks a lot, Tushar!

Joe


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-11  5:03                 ` Joe Jin
  2012-07-11  7:11                   ` Dave, Tushar N
@ 2012-07-11 18:51                   ` Dave, Tushar N
  2012-07-12  2:23                     ` Joe Jin
  1 sibling, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-11 18:51 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Dave, Tushar N

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, July 10, 2012 10:03 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/11/12 12:05, Dave, Tushar N wrote:
>> When you said you had this issue with RHEL5 and RHEL6 drivers, have you
>install RHEl5/6 kernel and reproduced it? If so I think I should install
>RHEL6 and try reproduce it locally!
>>
>Yes I reproduced this on both RHEL5 and RHEL6.
>
>So far I tried to scp big file (~1GB) will hit it at once.
>
>Thanks,
>Joe

Joe,

I see couple of errors in lspci output.
Device capability status register shows UnCorrectable PCIe error. This means there is certainly something went wrong. The only way to recover from Uncorrectable errors is reset.
   
	DevSta:	CorrErr- *UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-

Also AER sections in lspci output shows PCIe completion timeout.
	
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- *CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-

I suggest you should load AER driver and check for any error messages in log. Also please check any error message reported by system in BIOS log. Are there any machine check errors? 

When did you notice this issue? have 82571 ever been working before on this server?

One more thing, Cache line size 256 is little unusual( I never seen this value before, mostly it's 64). Does BIOS settings have been changed? Are you using default BIOS setting?

Thanks.

-Tushar

  
		



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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-11 18:51                   ` Dave, Tushar N
@ 2012-07-12  2:23                     ` Joe Jin
  2012-07-12  2:52                         ` Dave, Tushar N
  0 siblings, 1 reply; 81+ messages in thread
From: Joe Jin @ 2012-07-12  2:23 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/12/12 02:51, Dave, Tushar N wrote:
> 
> Joe,
> 
> I see couple of errors in lspci output.
> Device capability status register shows UnCorrectable PCIe error. This means there is certainly something went wrong. The only way to recover from Uncorrectable errors is reset.
>    
> 	DevSta:	CorrErr- *UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
> 
> Also AER sections in lspci output shows PCIe completion timeout.
> 	
> 	Capabilities: [100 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- *CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
> 
> I suggest you should load AER driver and check for any error messages in log. Also please check any error message reported by system in BIOS log. Are there any machine check errors? 
> 
> When did you notice this issue? have 82571 ever been working before on this server?
> 
> One more thing, Cache line size 256 is little unusual( I never seen this value before, mostly it's 64). Does BIOS settings have been changed? Are you using default BIOS setting?
> 

I checked BIOS's log found the fault from the device, I changed "PCI-E Payload Size"
from 256(default) to 128, now the device works.

I compared lspci output found Address for data of MSI Capabilities's be changed:

Old:
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee21000  Data: 40cb

New:
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee24000  Data: 405c

Mostly like it's a BIOS bug? please comments.

Thanks,
Joe


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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12  2:23                     ` Joe Jin
@ 2012-07-12  2:52                         ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  2:52 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 7:23 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 02:51, Dave, Tushar N wrote:
>>
>> Joe,
>>
>> I see couple of errors in lspci output.
>> Device capability status register shows UnCorrectable PCIe error. This
>means there is certainly something went wrong. The only way to recover
>from Uncorrectable errors is reset.
>>
>> 	DevSta:	CorrErr- *UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+
>TransPend-
>>
>> Also AER sections in lspci output shows PCIe completion timeout.
>>
>> 	Capabilities: [100 v1] Advanced Error Reporting
>> 		UESta:	DLP- SDES- TLP- FCP- *CmpltTO+ CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>>
>> I suggest you should load AER driver and check for any error messages in
>log. Also please check any error message reported by system in BIOS log.
>Are there any machine check errors?
>>
>> When did you notice this issue? have 82571 ever been working before on
>this server?
>>
>> One more thing, Cache line size 256 is little unusual( I never seen this
>value before, mostly it's 64). Does BIOS settings have been changed? Are
>you using default BIOS setting?
>>
>
>I checked BIOS's log found the fault from the device, I changed "PCI-E
>Payload Size"
>from 256(default) to 128, now the device works.
>
>I compared lspci output found Address for data of MSI Capabilities's be
>changed:
>
>Old:
>        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>                Address: 00000000fee21000  Data: 40cb
>
>New:
>        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>                Address: 00000000fee24000  Data: 405c
>
>Mostly like it's a BIOS bug? please comments.
>
>Thanks,
>Joe

What is the exact error messages in BIOS log?


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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  2:52                         ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  2:52 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 7:23 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 02:51, Dave, Tushar N wrote:
>>
>> Joe,
>>
>> I see couple of errors in lspci output.
>> Device capability status register shows UnCorrectable PCIe error. This
>means there is certainly something went wrong. The only way to recover
>from Uncorrectable errors is reset.
>>
>> 	DevSta:	CorrErr- *UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+
>TransPend-
>>
>> Also AER sections in lspci output shows PCIe completion timeout.
>>
>> 	Capabilities: [100 v1] Advanced Error Reporting
>> 		UESta:	DLP- SDES- TLP- FCP- *CmpltTO+ CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
>>
>> I suggest you should load AER driver and check for any error messages in
>log. Also please check any error message reported by system in BIOS log.
>Are there any machine check errors?
>>
>> When did you notice this issue? have 82571 ever been working before on
>this server?
>>
>> One more thing, Cache line size 256 is little unusual( I never seen this
>value before, mostly it's 64). Does BIOS settings have been changed? Are
>you using default BIOS setting?
>>
>
>I checked BIOS's log found the fault from the device, I changed "PCI-E
>Payload Size"
>from 256(default) to 128, now the device works.
>
>I compared lspci output found Address for data of MSI Capabilities's be
>changed:
>
>Old:
>        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>                Address: 00000000fee21000  Data: 40cb
>
>New:
>        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>                Address: 00000000fee24000  Data: 405c
>
>Mostly like it's a BIOS bug? please comments.
>
>Thanks,
>Joe

What is the exact error messages in BIOS log?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-12  2:52                         ` Dave, Tushar N
@ 2012-07-12  2:57                           ` Joe Jin
  -1 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  2:57 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/12/12 10:52, Dave, Tushar N wrote:
> What is the exact error messages in BIOS log?

Error message from BIOS event log:
07/12/12 05:54:00
    PCI Express Non-Fatal Error

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  2:57                           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  2:57 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/12/12 10:52, Dave, Tushar N wrote:
> What is the exact error messages in BIOS log?

Error message from BIOS event log:
07/12/12 05:54:00
    PCI Express Non-Fatal Error

Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12  2:57                           ` Joe Jin
  (?)
@ 2012-07-12  3:07                           ` Dave, Tushar N
  2012-07-12  3:12                               ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  3:07 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 7:58 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 10:52, Dave, Tushar N wrote:
>> What is the exact error messages in BIOS log?
>
>Error message from BIOS event log:
>07/12/12 05:54:00
>    PCI Express Non-Fatal Error
>
>Thanks,
>Joe

Thanks.  Well, I will check with team tomorrow if this  (max payload size) can be treated as solution to this issue. 
We can know more about what exact non-fatal error occurred if we capture bus trace.
We should check the eeprom on this device to make sure they are up-to-date.
Send me the full eeprom dump in a file and I will confirm with team that it is up-to-date.
Thanks for your work.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-12  3:07                           ` Dave, Tushar N
@ 2012-07-12  3:12                               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  3:12 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

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

On 07/12/12 11:07, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 7:58 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>> What is the exact error messages in BIOS log?
>>
>> Error message from BIOS event log:
>> 07/12/12 05:54:00
>>    PCI Express Non-Fatal Error
>>
>> Thanks,
>> Joe
> 
> Thanks.  Well, I will check with team tomorrow if this  (max payload size) can be treated as solution to this issue. 
> We can know more about what exact non-fatal error occurred if we capture bus trace.
> We should check the eeprom on this device to make sure they are up-to-date.
> Send me the full eeprom dump in a file and I will confirm with team that it is up-to-date.
> Thanks for your work.
> 

Hi Tushar,

Please find eeprom from attachment.

Thanks a lot of your help,
Joe

[-- Attachment #2: eeprom.raw --]
[-- Type: image/x-panasonic-raw, Size: 8192 bytes --]

[-- Attachment #3: eeprom.readable --]
[-- Type: text/plain, Size: 29214 bytes --]

Offset		Values
------		------
0x0000		00 15 17 b9 77 9c 24 05 ff ff a2 50 ff ff ff ff 
0x0010		01 d9 04 97 2f 24 bc 11 8e 10 bc 10 86 80 65 b1 
0x0020		08 00 bc 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 07 03 84 83 07 00 00 03 c3 02 06 
0x0040		08 00 f0 1e 64 21 40 00 01 48 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0060		00 01 00 40 2a 12 07 40 00 01 00 40 ff ff ff ff 
0x0070		ff ff ff ff ff ff ff ff ff ff 97 01 ff ff 4b e8 
0x0080		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0090		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x00f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0100		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0110		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0120		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0130		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0140		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0150		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0160		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0170		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0180		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0190		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x01a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x01b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x01c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x01d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x01e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 6f 
0x01f0		87 04 00 00 00 00 00 00 00 00 00 00 ff ff ff 16 
0x0200		03 00 22 00 00 00 07 30 00 e5 49 00 df 61 15 34 
0x0210		00 36 81 2f 04 50 00 3b 15 34 00 36 04 60 00 49 
0x0220		15 34 00 36 04 70 00 9a 15 34 00 36 04 80 00 27 
0x0230		15 34 00 36 05 40 00 c1 47 02 00 14 00 10 04 24 
0x0240		00 e1 00 14 00 10 38 02 00 15 3f 04 5b 2f 3b 04 
0x0250		1b 00 32 04 87 00 3f 04 70 2f 30 04 a4 a8 3f 04 
0x0260		90 2f 30 04 c0 0e 3f 04 11 20 31 04 20 04 3f 04 
0x0270		00 00 20 04 40 01 3f 04 7a 18 1a 04 00 08 3f 04 
0x0280		30 1f 30 04 06 16 35 04 2a 01 3e 04 67 00 3f 04 
0x0290		54 1f 34 04 65 00 35 04 2a 00 36 04 2a 00 3f 04 
0x02a0		72 1f 32 04 b0 3f 36 04 ff c0 37 04 ec 1d 38 04 
0x02b0		ef f9 39 04 10 02 3c 06 00 0c 3f 04 95 18 35 04 
0x02c0		03 00 3f 04 96 17 36 04 08 00 3f 04 98 1f 38 04 
0x02d0		08 d0 3f 04 00 00 20 04 40 13 3f 04 5b 2f 3b 04 
0x02e0		18 90 32 04 00 00 3f 04 70 2f 30 04 e4 29 3f 04 
0x02f0		90 2f 30 04 c0 06 3f 04 11 20 31 04 00 04 30 04 
0x0300		b0 10 3f 04 b1 2f 31 04 24 8d 32 04 f0 f8 3f 04 
0x0310		dc 20 3c 04 00 00 3d 04 0a 00 3e 04 d3 00 3f 04 
0x0320		b4 28 34 04 ce 04 3f 04 00 00 20 04 40 13 69 53 
0x0330		e0 05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0340		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0350		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0360		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0370		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0380		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0390		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03b0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03c0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x03f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0400		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0410		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0420		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0430		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0440		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0450		00 00 00 00 00 00 03 3d 00 00 00 00 00 00 00 00 
0x0460		00 00 00 00 00 00 00 00 00 00 bc 0c 00 00 00 00 
0x0470		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0480		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0490		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04b0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04c0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x04f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0500		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0510		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0520		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0530		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0540		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0550		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0560		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0570		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0580		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0590		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05b0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05c0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x05f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0600		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0610		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0620		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0630		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0640		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0650		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0660		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0670		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0680		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0690		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x06a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x06b0		00 00 03 3d 00 00 00 00 00 00 00 00 00 00 00 00 
0x06c0		00 00 00 00 00 00 bc 0c 00 00 00 00 00 00 00 00 
0x06d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x06e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x06f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0700		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0710		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0720		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0730		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0740		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0750		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0760		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0770		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0780		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0790		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07b0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07c0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x07f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0800		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0810		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0820		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0830		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0840		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0850		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0860		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0870		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0880		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0890		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08a0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08b0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08c0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08d0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08e0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x08f0		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0900		00 00 00 00 00 00 00 00 00 00 00 00 00 00 84 00 
0x0910		4e 00 55 00 01 00 0b 0d 09 05 06 30 01 01 04 3e 
0x0920		0e 10 00 36 0e 10 00 38 6e 63 00 00 1f 08 20 fe 
0x0930		08 00 00 01 e0 67 82 05 00 20 00 00 1f 08 00 fd 
0x0940		08 00 01 7e 00 50 0f 7e 00 60 04 7e 00 80 00 7c 
0x0950		00 40 04 fd 08 00 01 fe 5f 62 00 24 00 10 00 24 
0x0960		1f 10 20 fe 08 00 04 80 ed 0b 20 80 0f 38 00 10 
0x0970		6e 0b 04 3e 0e 10 00 36 0e 10 00 38 6e 63 00 7c 
0x0980		1f 60 40 00 01 00 00 00 1f 10 10 f5 08 00 80 fa 
0x0990		ff 27 49 4e 49 02 00 00 00 00 00 00 00 00 00 00 
0x09a0		00 00 ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x09b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x09c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x09d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x09e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x09f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0a90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0aa0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ab0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ac0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ad0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ae0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0af0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0b90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ba0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0bb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0bc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0bd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0be0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0bf0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0c90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ca0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0cb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0cc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0cd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ce0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0cf0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0d90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0da0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0db0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0dc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0dd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0de0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0df0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0e90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ea0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0eb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ec0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ed0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ee0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ef0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0f90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0fa0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0fb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0fc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0fd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0fe0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x0ff0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1000		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1010		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1020		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1030		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1040		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1050		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1060		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1070		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1080		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1090		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x10f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1100		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1110		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1120		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1130		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1140		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1150		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1160		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1170		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1180		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1190		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x11f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1200		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1210		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1220		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1230		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1240		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1250		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1260		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1270		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1280		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1290		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x12f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1300		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1310		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1320		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1330		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1340		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1350		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1360		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1370		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1380		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1390		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x13f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1400		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1410		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1420		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1430		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1440		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1450		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1460		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1470		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1480		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1490		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x14f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1500		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1510		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1520		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1530		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1540		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1550		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1560		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1570		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1580		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1590		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x15f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1600		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1610		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1620		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1630		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1640		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1650		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1660		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1670		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1680		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1690		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x16f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1700		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1710		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1720		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1730		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1740		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1750		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1760		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1770		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1780		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1790		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x17f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1800		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1810		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1820		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1830		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1840		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1850		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1860		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1870		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1880		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1890		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x18f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1900		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1910		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1920		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1930		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1940		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1950		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1960		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1970		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1980		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1990		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19a0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19b0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19c0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19d0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19e0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x19f0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1a90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1aa0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ab0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ac0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ad0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ae0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1af0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1b90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ba0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1bb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1bc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1bd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1be0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1bf0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1c90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ca0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1cb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1cc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1cd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ce0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1cf0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1d90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1da0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1db0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1dc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1dd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1de0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1df0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1e90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ea0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1eb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ec0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ed0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ee0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ef0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f00		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f10		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f20		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f30		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f40		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f50		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f60		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f70		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f80		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1f90		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1fa0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1fb0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1fc0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1fd0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1fe0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
0x1ff0		ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  3:12                               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  3:12 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

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

On 07/12/12 11:07, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 7:58 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>> What is the exact error messages in BIOS log?
>>
>> Error message from BIOS event log:
>> 07/12/12 05:54:00
>>    PCI Express Non-Fatal Error
>>
>> Thanks,
>> Joe
> 
> Thanks.  Well, I will check with team tomorrow if this  (max payload size) can be treated as solution to this issue. 
> We can know more about what exact non-fatal error occurred if we capture bus trace.
> We should check the eeprom on this device to make sure they are up-to-date.
> Send me the full eeprom dump in a file and I will confirm with team that it is up-to-date.
> Thanks for your work.
> 

Hi Tushar,

Please find eeprom from attachment.

Thanks a lot of your help,
Joe

[-- Attachment #2: Type: text/plain, Size: 395 bytes --]

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/

[-- Attachment #3: Type: text/plain, Size: 257 bytes --]

_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12  3:12                               ` Joe Jin
  (?)
@ 2012-07-12  5:57                               ` Dave, Tushar N
  2012-07-12  6:16                                   ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  5:57 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, July 11, 2012 8:13 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 11:07, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>> What is the exact error messages in BIOS log?
>>>
>>> Error message from BIOS event log:
>>> 07/12/12 05:54:00
>>>    PCI Express Non-Fatal Error
>>>
>>> Thanks,
>>> Joe
>Hi Tushar,
>
>Please find eeprom from attachment.

Do you have lspci -vvv dump of entire system before and after issue occurs? If you have can you send it to me?


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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-12  5:57                               ` Dave, Tushar N
@ 2012-07-12  6:16                                   ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  6:16 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/12/12 13:57, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 8:13 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>> What is the exact error messages in BIOS log?
>>>>
>>>> Error message from BIOS event log:
>>>> 07/12/12 05:54:00
>>>>    PCI Express Non-Fatal Error
>>>>
>>>> Thanks,
>>>> Joe
>> Hi Tushar,
>>
>> Please find eeprom from attachment.
> 
> Do you have lspci -vvv dump of entire system before and after issue occurs? If you have can you send it to me?
> 

Before:
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 407c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


After:
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 407c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

Different of them:
Before:		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
After		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+


Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  6:16                                   ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  6:16 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/12/12 13:57, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Wednesday, July 11, 2012 8:13 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>> What is the exact error messages in BIOS log?
>>>>
>>>> Error message from BIOS event log:
>>>> 07/12/12 05:54:00
>>>>    PCI Express Non-Fatal Error
>>>>
>>>> Thanks,
>>>> Joe
>> Hi Tushar,
>>
>> Please find eeprom from attachment.
> 
> Do you have lspci -vvv dump of entire system before and after issue occurs? If you have can you send it to me?
> 

Before:
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 407c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e


After:
05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 407c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

Different of them:
Before:		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
After		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+


Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12  6:16                                   ` Joe Jin
@ 2012-07-12  6:41                                     ` Dave, Tushar N
  -1 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  6:41 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>On 07/12/12 13:57, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>> -----Original Message-----
>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>> To: Dave, Tushar N
>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>> kernel@vger.kernel.org
>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>
>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>> What is the exact error messages in BIOS log?
>>>>>
>>>>> Error message from BIOS event log:
>>>>> 07/12/12 05:54:00
>>>>>    PCI Express Non-Fatal Error
>>>>>
>>>>> Thanks,
>>>>> Joe
>>> Hi Tushar,
>>>
>>> Please find eeprom from attachment.
>>
>> Do you have lspci -vvv dump of entire system before and after issue
>occurs? If you have can you send it to me?
>>
>
Sorry but I meant the full lspci -vvv of *entire system* before and after issue occurs and not of 82571 only.


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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  6:41                                     ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12  6:41 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>On 07/12/12 13:57, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>> -----Original Message-----
>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>> To: Dave, Tushar N
>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>> kernel@vger.kernel.org
>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>
>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>> What is the exact error messages in BIOS log?
>>>>>
>>>>> Error message from BIOS event log:
>>>>> 07/12/12 05:54:00
>>>>>    PCI Express Non-Fatal Error
>>>>>
>>>>> Thanks,
>>>>> Joe
>>> Hi Tushar,
>>>
>>> Please find eeprom from attachment.
>>
>> Do you have lspci -vvv dump of entire system before and after issue
>occurs? If you have can you send it to me?
>>
>
Sorry but I meant the full lspci -vvv of *entire system* before and after issue occurs and not of 82571 only.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-12  6:41                                     ` Dave, Tushar N
@ 2012-07-12  7:10                                       ` Joe Jin
  -1 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  7:10 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/12/12 14:41, Dave, Tushar N wrote:
>> On 07/12/12 13:57, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>>> -----Original Message-----
>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>>> To: Dave, Tushar N
>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>> kernel@vger.kernel.org
>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>
>>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>>> What is the exact error messages in BIOS log?
>>>>>>
>>>>>> Error message from BIOS event log:
>>>>>> 07/12/12 05:54:00
>>>>>>    PCI Express Non-Fatal Error
>>>>>>
>>>>>> Thanks,
>>>>>> Joe
>>>> Hi Tushar,
>>>>
>>>> Please find eeprom from attachment.
>>>
>>> Do you have lspci -vvv dump of entire system before and after issue
>> occurs? If you have can you send it to me?
>>>
>>
> Sorry but I meant the full lspci -vvv of *entire system* before and after issue occurs and not of 82571 only.
> 

Before:
=======
00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 40c3
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

After:
======
00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 40c3
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12  7:10                                       ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12  7:10 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/12/12 14:41, Dave, Tushar N wrote:
>> On 07/12/12 13:57, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>>> -----Original Message-----
>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>>> To: Dave, Tushar N
>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>> kernel@vger.kernel.org
>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>
>>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>>> What is the exact error messages in BIOS log?
>>>>>>
>>>>>> Error message from BIOS event log:
>>>>>> 07/12/12 05:54:00
>>>>>>    PCI Express Non-Fatal Error
>>>>>>
>>>>>> Thanks,
>>>>>> Joe
>>>> Hi Tushar,
>>>>
>>>> Please find eeprom from attachment.
>>>
>>> Do you have lspci -vvv dump of entire system before and after issue
>> occurs? If you have can you send it to me?
>>>
>>
> Sorry but I meant the full lspci -vvv of *entire system* before and after issue occurs and not of 82571 only.
> 

Before:
=======
00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 40c3
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

After:
======
00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 40c3
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR+ <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend+
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr+ UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12  7:10                                       ` Joe Jin
  (?)
@ 2012-07-12 18:19                                       ` Dave, Tushar N
  2012-07-12 23:46                                           ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-12 18:19 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Thursday, July 12, 2012 12:11 AM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/12/12 14:41, Dave, Tushar N wrote:
>>> On 07/12/12 13:57, Dave, Tushar N wrote:
>>>>> -----Original Message-----
>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>>>> To: Dave, Tushar N
>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>> kernel@vger.kernel.org
>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>
>>>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>>>> -----Original Message-----
>>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>>>> To: Dave, Tushar N
>>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>>> kernel@vger.kernel.org
>>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>>
>>>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>>>> What is the exact error messages in BIOS log?
>>>>>>>
>>>>>>> Error message from BIOS event log:
>>>>>>> 07/12/12 05:54:00
>>>>>>>    PCI Express Non-Fatal Error
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Joe
>>>>> Hi Tushar,
>>>>>
>>>>> Please find eeprom from attachment.
>>>>
>>>> Do you have lspci -vvv dump of entire system before and after issue
>>> occurs? If you have can you send it to me?
>>>>
>>>
>> Sorry but I meant the full lspci -vvv of *entire system* before and
>after issue occurs and not of 82571 only.
>>
>
>Before:
>=======
>00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
>	Subsystem: Oracle Corporation Device 5352

Joe, thanks for all the data.
You said you have changed max payload size and issue stop occurring. How did you change it? Where did you make that change in BIOS or EEPROM or in PCIe config space?
Also please send me the full dmesg of entire system after you change max payload size.

Thanks.

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-12 18:19                                       ` Dave, Tushar N
@ 2012-07-12 23:46                                           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12 23:46 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/13/12 02:19, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 12:11 AM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 14:41, Dave, Tushar N wrote:
>>>> On 07/12/12 13:57, Dave, Tushar N wrote:
>>>>>> -----Original Message-----
>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>>>>> To: Dave, Tushar N
>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>> kernel@vger.kernel.org
>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>
>>>>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>>>>> -----Original Message-----
>>>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>>>>> To: Dave, Tushar N
>>>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>>>> kernel@vger.kernel.org
>>>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>>>
>>>>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>>>>> What is the exact error messages in BIOS log?
>>>>>>>>
>>>>>>>> Error message from BIOS event log:
>>>>>>>> 07/12/12 05:54:00
>>>>>>>>    PCI Express Non-Fatal Error
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Joe
>>>>>> Hi Tushar,
>>>>>>
>>>>>> Please find eeprom from attachment.
>>>>>
>>>>> Do you have lspci -vvv dump of entire system before and after issue
>>>> occurs? If you have can you send it to me?
>>>>>
>>>>
>>> Sorry but I meant the full lspci -vvv of *entire system* before and
>> after issue occurs and not of 82571 only.
>>>
>>
>> Before:
>> =======
>> 00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
>> 	Subsystem: Oracle Corporation Device 5352
> 
> Joe, thanks for all the data.
> You said you have changed max payload size and issue stop occurring. How did you change it? Where did you make that change in BIOS or EEPROM or in PCIe config space?
> Also please send me the full dmesg of entire system after you change max payload size.
> 

I modified it via BIOS.

Full dmesg with pcie-payload-size=128:

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-300.29.1uek.debug (root@x2270m2-tvp540-h.uk.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Wed Jul 11 23:57:55 EDT 2012
Command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009b400 (usable)
 BIOS-e820: 000000000009b400 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bf750000 (usable)
 BIOS-e820: 00000000bf75e000 - 00000000bf760000 type 9
 BIOS-e820: 00000000bf760000 - 00000000bf76e000 (ACPI data)
 BIOS-e820: 00000000bf76e000 - 00000000bf7d0000 (ACPI NVS)
 BIOS-e820: 00000000bf7d0000 - 00000000bf7e0000 (reserved)
 BIOS-e820: 00000000bf7ec000 - 00000000c0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000c40000000 (usable)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
last_pfn = 0xc40000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CBFFF write-protect
  CC000-CFFFF write-through
  D0000-DFFFF uncachable
  E0000-E7FFF write-protect
  E8000-EFFFF write-through
  F0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 0000000000 mask F800000000 write-back
  1 base 0800000000 mask FC00000000 write-back
  2 base 0C00000000 mask FFC0000000 write-back
  3 base 00C0000000 mask FFC0000000 uncachable
  4 base 00BF800000 mask FFFF800000 uncachable
  5 disabled
  6 disabled
  7 disabled
  8 disabled
  9 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
original variable MTRRs
reg 0, base: 0GB, range: 32GB, type WB
reg 1, base: 32GB, range: 16GB, type WB
reg 2, base: 48GB, range: 1GB, type WB
reg 3, base: 3GB, range: 1GB, type UC
reg 4, base: 3064MB, range: 8MB, type UC
total RAM covered: 49144M
Found optimal setting for mtrr clean up
 gran_size: 64K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 0G
New variable MTRRs
reg 0, base: 0GB, range: 2GB, type WB
reg 1, base: 2GB, range: 1GB, type WB
reg 2, base: 3064MB, range: 8MB, type UC
reg 3, base: 4GB, range: 4GB, type WB
reg 4, base: 8GB, range: 8GB, type WB
reg 5, base: 16GB, range: 16GB, type WB
reg 6, base: 32GB, range: 16GB, type WB
reg 7, base: 48GB, range: 1GB, type WB
e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xbf750 max_arch_pfn = 0x400000000
initial memory mapped : 0 - 20000000
Using GB pages for direct mapping
init_memory_mapping: 0000000000000000-00000000bf750000
 0000000000 - 00bf750000 page 4k
kernel direct mapping tables up to bf750000 @ 100000-700000
init_memory_mapping: 0000000100000000-0000000c40000000
 0100000000 - 0c40000000 page 4k
kernel direct mapping tables up to c40000000 @ 2285000-84b7000
RAMDISK: 37c57000 - 37fefa1a
ACPI: RSDP 00000000000fad90 00024 (v02 ACPIAM)
ACPI: XSDT 00000000bf760100 000A4 (v01 111210 XSDT1126 20101112 MSFT 00000097)
ACPI: FACP 00000000bf760290 000F4 (v04 111210 FACP1126 20101112 MSFT 00000097)
ACPI: DSDT 00000000bf7605c0 05DF8 (v02  WASPC WASPC207 00000207 INTL 20051117)
ACPI: FACS 00000000bf76e000 00040
ACPI: APIC 00000000bf760390 0011E (v02 111210 APIC1126 20101112 MSFT 00000097)
ACPI: SPCR 00000000bf7604b0 00050 (v01 111210 SPCR1126 20101112 MSFT 00000097)
ACPI: MCFG 00000000bf760500 0003C (v01 111210 OEMMCFG  20101112 MSFT 00000097)
ACPI: SLIT 00000000bf760540 00030 (v01 111210 OEMSLIT  20101112 MSFT 00000097)
ACPI: SPMI 00000000bf760570 00041 (v05 111210 OEMSPMI  20101112 MSFT 00000097)
ACPI: OEMB 00000000bf76e040 00082 (v01 111210 OEMB1126 20101112 MSFT 00000097)
ACPI: HPET 00000000bf76a5c0 00038 (v01 111210 OEMHPET  20101112 MSFT 00000097)
ACPI: SRAT 00000000bf76a600 00250 (v02 111210 OEMSRAT  00000001 INTL 00000001)
ACPI: DMAR 00000000bf76e0d0 00120 (v01    AMI  OEMDMAR 00000001 MSFT 00000097)
ACPI: TCPA 00000000bf76a850 00032 (v01 111210 TBLOEMID 00000001 MSFT 00000097)
ACPI: SSDT 00000000bf787ba0 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
ACPI: EINJ 00000000bf76a890 00130 (v01  AMIER AMI_EINJ 20101112 MSFT 00000097)
ACPI: BERT 00000000bf76aa20 00030 (v01  AMIER AMI_BERT 20101112 MSFT 00000097)
ACPI: ERST 00000000bf76aa50 001B0 (v01  AMIER AMI_ERST 20101112 MSFT 00000097)
ACPI: HEST 00000000bf76ac00 000A8 (v01  AMIER ABC_HEST 20101112 MSFT 00000097)
ACPI: Local APIC address 0xfee00000
SRAT: PXM 0 -> APIC 0 -> Node 0
SRAT: PXM 0 -> APIC 2 -> Node 0
SRAT: PXM 0 -> APIC 4 -> Node 0
SRAT: PXM 0 -> APIC 16 -> Node 0
SRAT: PXM 0 -> APIC 18 -> Node 0
SRAT: PXM 0 -> APIC 20 -> Node 0
SRAT: PXM 0 -> APIC 1 -> Node 0
SRAT: PXM 0 -> APIC 3 -> Node 0
SRAT: PXM 0 -> APIC 5 -> Node 0
SRAT: PXM 0 -> APIC 17 -> Node 0
SRAT: PXM 0 -> APIC 19 -> Node 0
SRAT: PXM 0 -> APIC 21 -> Node 0
SRAT: PXM 1 -> APIC 32 -> Node 1
SRAT: PXM 1 -> APIC 34 -> Node 1
SRAT: PXM 1 -> APIC 36 -> Node 1
SRAT: PXM 1 -> APIC 48 -> Node 1
SRAT: PXM 1 -> APIC 50 -> Node 1
SRAT: PXM 1 -> APIC 52 -> Node 1
SRAT: PXM 1 -> APIC 33 -> Node 1
SRAT: PXM 1 -> APIC 35 -> Node 1
SRAT: PXM 1 -> APIC 37 -> Node 1
SRAT: PXM 1 -> APIC 49 -> Node 1
SRAT: PXM 1 -> APIC 51 -> Node 1
SRAT: PXM 1 -> APIC 53 -> Node 1
SRAT: Node 0 PXM 0 0-a0000
SRAT: Node 0 PXM 0 100000-c0000000
SRAT: Node 0 PXM 0 100000000-640000000
SRAT: Node 1 PXM 1 640000000-c40000000
NUMA: Allocated memnodemap from 14040 - 2c880
NUMA: Using 20 for the hash shift.
Bootmem setup node 0 0000000000000000-0000000640000000
  NODE_DATA [000000000002c880 - 000000000004287f]
  bootmap [00000000006fe000 -  00000000007c5fff] pages c8
(11 early reservations) ==> bootmem [0000000000 - 0640000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 0002283a30]    TEXT DATA BSS ==> [0001000000 - 0002283a30]
  #3 [0037c57000 - 0037fefa1a]          RAMDISK ==> [0037c57000 - 0037fefa1a]
  #4 [000009b400 - 0000100000]    BIOS reserved ==> [000009b400 - 0000100000]
  #5 [0002284000 - 00022841d1]              BRK ==> [0002284000 - 00022841d1]
  #6 [0000010000 - 0000014000]      ACPI WAKEUP ==> [0000010000 - 0000014000]
  #7 [0000100000 - 00006fe000]          PGTABLE ==> [0000100000 - 00006fe000]
  #8 [0002285000 - 0007cb2000]          PGTABLE ==> [0002285000 - 0007cb2000]
  #9 [0000014000 - 0000014030]        ACPI SLIT ==> [0000014000 - 0000014030]
  #10 [0000014040 - 000002c880]       MEMNODEMAP ==> [0000014040 - 000002c880]
Bootmem setup node 1 0000000640000000-0000000c40000000
  NODE_DATA [0000000640000000 - 0000000640015fff]
  bootmap [0000000640016000 -  00000006400d5fff] pages c0
(11 early reservations) ==> bootmem [0640000000 - 0c40000000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0001000000 - 0002283a30]    TEXT DATA BSS
  #3 [0037c57000 - 0037fefa1a]          RAMDISK
  #4 [000009b400 - 0000100000]    BIOS reserved
  #5 [0002284000 - 00022841d1]              BRK
  #6 [0000010000 - 0000014000]      ACPI WAKEUP
  #7 [0000100000 - 00006fe000]          PGTABLE
  #8 [0002285000 - 0007cb2000]          PGTABLE
  #9 [0000014000 - 0000014030]        ACPI SLIT
  #10 [0000014040 - 000002c880]       MEMNODEMAP
found SMP MP-table at [ffff8800000ff780] ff780
 [ffffea0000000000-ffffea00105fffff] PMD -> [ffff880028600000-ffff880037bfffff] on node 0
 [ffffea0010600000-ffffea0018ffffff] PMD -> [ffff880038000000-ffff8800409fffff] on node 0
 [ffffea0019000000-ffffea0030ffffff] PMD -> [ffff880640200000-ffff8806581fffff] on node 1
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00c40000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009b
    0: 0x00000100 -> 0x000bf750
    0: 0x00100000 -> 0x00640000
    1: 0x00640000 -> 0x00c40000
On node 0 totalpages: 6289115
  DMA zone: 64 pages used for memmap
  DMA zone: 1665 pages reserved
  DMA zone: 2250 pages, LIFO batch:0
  DMA32 zone: 16320 pages used for memmap
  DMA32 zone: 763792 pages, LIFO batch:31
  Normal zone: 86016 pages used for memmap
  Normal zone: 5419008 pages, LIFO batch:31
On node 1 totalpages: 6291456
  Normal zone: 98304 pages used for memmap
  Normal zone: 6193152 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x20] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x22] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x24] enabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x30] enabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x32] enabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x34] enabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x11] enabled)
ACPI: LAPIC (acpi_id[0x11] lapic_id[0x13] enabled)
ACPI: LAPIC (acpi_id[0x12] lapic_id[0x15] enabled)
ACPI: LAPIC (acpi_id[0x13] lapic_id[0x21] enabled)
ACPI: LAPIC (acpi_id[0x14] lapic_id[0x23] enabled)
ACPI: LAPIC (acpi_id[0x15] lapic_id[0x25] enabled)
ACPI: LAPIC (acpi_id[0x16] lapic_id[0x31] enabled)
ACPI: LAPIC (acpi_id[0x17] lapic_id[0x33] enabled)
ACPI: LAPIC (acpi_id[0x18] lapic_id[0x35] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 24 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 48
PM: Registered nosave memory: 000000000009b000 - 000000000009c000
PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
PM: Registered nosave memory: 00000000bf750000 - 00000000bf75e000
PM: Registered nosave memory: 00000000bf75e000 - 00000000bf760000
PM: Registered nosave memory: 00000000bf760000 - 00000000bf76e000
PM: Registered nosave memory: 00000000bf76e000 - 00000000bf7d0000
PM: Registered nosave memory: 00000000bf7d0000 - 00000000bf7e0000
PM: Registered nosave memory: 00000000bf7e0000 - 00000000bf7ec000
PM: Registered nosave memory: 00000000bf7ec000 - 00000000c0000000
PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:24 nr_node_ids:2
PERCPU: Embedded 29 pages/cpu @ffff880028200000 s88664 r8192 d21928 u131072
pcpu-alloc: s88664 r8192 d21928 u131072 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 12 13 14 15 16 17 -- -- -- -- 
pcpu-alloc: [1] 06 07 08 09 10 11 18 19 20 21 22 23 -- -- -- -- 
Built 2 zonelists in Zone order, mobility grouping on.  Total pages: 12378202
Policy zone: Normal
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
PID hash table entries: 4096 (order: 3, 32768 bytes)
Initializing CPU#0
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 49345116k/51380224k available (4546k kernel code, 1057940k absent, 977168k reserved, 7277k data, 1744k init)
Hierarchical RCU implementation.
NR_IRQS:4352 nr_irqs:1008
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 503316480 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2932.852 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5865.70 BogoMIPS (lpj=2932852)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 0/0x0 -> Node 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
using mwait in idle threads.
Performance Events: Westmere events, Intel PMU driver.
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 26961 entries in 106 pages
DMAR: Host address width 40
DMAR: DRHD base: 0x000000fbffe000 flags: 0x1
IOMMU fbffe000: ver 1:0 cap c90780106f0462 ecap f020f6
DMAR: RMRR base: 0x000000000ec000 end: 0x000000000effff
DMAR: RMRR base: 0x000000bf7ec000 end: 0x000000bf7fffff
DMAR: ATSR flags: 0x0
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
Booting processor 1 APIC 0x2 ip 0x6000
Initializing CPU#1
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 1/0x2 -> Node 0
CPU1: Thermal monitoring enabled (TM1)
CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU1: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Booting processor 2 APIC 0x4 ip 0x6000
Initializing CPU#2
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 2/0x4 -> Node 0
CPU2: Thermal monitoring enabled (TM1)
CPU 2 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU2: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Booting processor 3 APIC 0x10 ip 0x6000
Initializing CPU#3
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 3/0x10 -> Node 0
CPU3: Thermal monitoring enabled (TM1)
CPU 3 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU3: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Booting processor 4 APIC 0x12 ip 0x6000
Initializing CPU#4
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 4/0x12 -> Node 0
CPU4: Thermal monitoring enabled (TM1)
CPU 4 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU4: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Booting processor 5 APIC 0x14 ip 0x6000
Initializing CPU#5
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 5/0x14 -> Node 0
CPU5: Thermal monitoring enabled (TM1)
CPU 5 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU5: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Booting processor 6 APIC 0x20 ip 0x6000
Initializing CPU#6
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 6/0x20 -> Node 1
CPU6: Thermal monitoring enabled (TM1)
CPU 6 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
CPU6: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Booting processor 7 APIC 0x22 ip 0x6000
Initializing CPU#7
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 7/0x22 -> Node 1
CPU7: Thermal monitoring enabled (TM1)
CPU 7 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU7: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Booting processor 8 APIC 0x24 ip 0x6000
Initializing CPU#8
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 8/0x24 -> Node 1
CPU8: Thermal monitoring enabled (TM1)
CPU 8 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU8: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#8]: passed.
Booting processor 9 APIC 0x30 ip 0x6000
Initializing CPU#9
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 9/0x30 -> Node 1
CPU9: Thermal monitoring enabled (TM1)
CPU 9 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU9: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#9]: passed.
Booting processor 10 APIC 0x32 ip 0x6000
Initializing CPU#10
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 10/0x32 -> Node 1
CPU10: Thermal monitoring enabled (TM1)
CPU 10 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU10: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#10]: passed.
Booting processor 11 APIC 0x34 ip 0x6000
Initializing CPU#11
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 11/0x34 -> Node 1
CPU11: Thermal monitoring enabled (TM1)
CPU 11 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU11: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#11]: passed.
Booting processor 12 APIC 0x1 ip 0x6000
Initializing CPU#12
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 12/0x1 -> Node 0
CPU12: Thermal monitoring enabled (TM1)
CPU 12 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU12: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#12]: passed.
Booting processor 13 APIC 0x3 ip 0x6000
Initializing CPU#13
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 13/0x3 -> Node 0
CPU13: Thermal monitoring enabled (TM1)
CPU 13 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU13: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#13]: passed.
Booting processor 14 APIC 0x5 ip 0x6000
Initializing CPU#14
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 14/0x5 -> Node 0
CPU14: Thermal monitoring enabled (TM1)
CPU 14 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU14: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#14]: passed.
Booting processor 15 APIC 0x11 ip 0x6000
Initializing CPU#15
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 15/0x11 -> Node 0
CPU15: Thermal monitoring enabled (TM1)
CPU 15 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU15: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#15]: passed.
Booting processor 16 APIC 0x13 ip 0x6000
Initializing CPU#16
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 16/0x13 -> Node 0
CPU16: Thermal monitoring enabled (TM1)
CPU 16 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU16: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#16]: passed.
Booting processor 17 APIC 0x15 ip 0x6000
Initializing CPU#17
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 17/0x15 -> Node 0
CPU17: Thermal monitoring enabled (TM1)
CPU 17 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU17: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#17]: passed.
Booting processor 18 APIC 0x21 ip 0x6000
Initializing CPU#18
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 18/0x21 -> Node 1
CPU18: Thermal monitoring enabled (TM1)
CPU 18 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU18: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#18]: passed.
Booting processor 19 APIC 0x23 ip 0x6000
Initializing CPU#19
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 19/0x23 -> Node 1
CPU19: Thermal monitoring enabled (TM1)
CPU 19 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU19: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#19]: passed.
Booting processor 20 APIC 0x25 ip 0x6000
Initializing CPU#20
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 20/0x25 -> Node 1
CPU20: Thermal monitoring enabled (TM1)
CPU 20 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU20: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#20]: passed.
Booting processor 21 APIC 0x31 ip 0x6000
Initializing CPU#21
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 21/0x31 -> Node 1
CPU21: Thermal monitoring enabled (TM1)
CPU 21 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU21: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#21]: passed.
Booting processor 22 APIC 0x33 ip 0x6000
Initializing CPU#22
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 22/0x33 -> Node 1
CPU22: Thermal monitoring enabled (TM1)
CPU 22 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU22: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#22]: passed.
Booting processor 23 APIC 0x35 ip 0x6000
Initializing CPU#23
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 23/0x35 -> Node 1
CPU23: Thermal monitoring enabled (TM1)
CPU 23 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU23: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#23]: passed.
Brought up 24 CPUs
Total of 24 processors activated (140776.82 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0,12 level SIBLING
  groups: 0 (cpu_power = 589) 12 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU1 attaching sched-domain:
 domain 0: span 1,13 level SIBLING
  groups: 1 (cpu_power = 589) 13 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU2 attaching sched-domain:
 domain 0: span 2,14 level SIBLING
  groups: 2 (cpu_power = 589) 14 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU3 attaching sched-domain:
 domain 0: span 3,15 level SIBLING
  groups: 3 (cpu_power = 589) 15 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU4 attaching sched-domain:
 domain 0: span 4,16 level SIBLING
  groups: 4 (cpu_power = 589) 16 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU5 attaching sched-domain:
 domain 0: span 5,17 level SIBLING
  groups: 5 (cpu_power = 589) 17 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU6 attaching sched-domain:
 domain 0: span 6,18 level SIBLING
  groups: 6 (cpu_power = 589) 18 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU7 attaching sched-domain:
 domain 0: span 7,19 level SIBLING
  groups: 7 (cpu_power = 589) 19 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU8 attaching sched-domain:
 domain 0: span 8,20 level SIBLING
  groups: 8 (cpu_power = 589) 20 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU9 attaching sched-domain:
 domain 0: span 9,21 level SIBLING
  groups: 9 (cpu_power = 589) 21 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU10 attaching sched-domain:
 domain 0: span 10,22 level SIBLING
  groups: 10 (cpu_power = 589) 22 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU11 attaching sched-domain:
 domain 0: span 11,23 level SIBLING
  groups: 11 (cpu_power = 589) 23 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU12 attaching sched-domain:
 domain 0: span 0,12 level SIBLING
  groups: 12 (cpu_power = 589) 0 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU13 attaching sched-domain:
 domain 0: span 1,13 level SIBLING
  groups: 13 (cpu_power = 589) 1 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU14 attaching sched-domain:
 domain 0: span 2,14 level SIBLING
  groups: 14 (cpu_power = 589) 2 (cpu_power = 588)
  domain 1: span 0-5,12-17 level MC
   groups: 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU15 attaching sched-domain:
 domain 0: span 3,15 level SIBLING
  groups: 15 (cpu_power = 589) 3 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU16 attaching sched-domain:
 domain 0: span 4,16 level SIBLING
  groups: 16 (cpu_power = 589) 4 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU17 attaching sched-domain:
 domain 0: span 5,17 level SIBLING
  groups: 17 (cpu_power = 589) 5 (cpu_power = 588)
  domain 1: span 0-5,12-17 level MC
   groups: 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU18 attaching sched-domain:
 domain 0: span 6,18 level SIBLING
  groups: 18 (cpu_power = 589) 6 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU19 attaching sched-domain:
 domain 0: span 7,19 level SIBLING
  groups: 19 (cpu_power = 589) 7 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU20 attaching sched-domain:
 domain 0: span 8,20 level SIBLING
  groups: 20 (cpu_power = 589) 8 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU21 attaching sched-domain:
 domain 0: span 9,21 level SIBLING
  groups: 21 (cpu_power = 589) 9 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU22 attaching sched-domain:
 domain 0: span 10,22 level SIBLING
  groups: 22 (cpu_power = 589) 10 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU23 attaching sched-domain:
 domain 0: span 11,23 level SIBLING
  groups: 23 (cpu_power = 589) 11 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
regulator: core version 0.5
Time:  3:25:42  Date: 07/13/12
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI Warning for \_SB_._OSC: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)
\_SB_:_OSC evaluation returned wrong type
_OSC request data:1 6 
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:13.0: reg 10 32bit mmio: [0xfec8a000-0xfec8afff]
pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
pci 0000:00:13.0: PME# disabled
pci 0000:00:16.0: reg 10 64bit mmio: [0xfbbf0000-0xfbbf3fff]
pci 0000:00:16.1: reg 10 64bit mmio: [0xfbbec000-0xfbbeffff]
pci 0000:00:16.2: reg 10 64bit mmio: [0xfbbe8000-0xfbbebfff]
pci 0000:00:16.3: reg 10 64bit mmio: [0xfbbe4000-0xfbbe7fff]
pci 0000:00:16.4: reg 10 64bit mmio: [0xfbbe0000-0xfbbe3fff]
pci 0000:00:16.5: reg 10 64bit mmio: [0xfbbdc000-0xfbbdffff]
pci 0000:00:16.6: reg 10 64bit mmio: [0xfbbd8000-0xfbbdbfff]
pci 0000:00:16.7: reg 10 64bit mmio: [0xfbbd4000-0xfbbd7fff]
pci 0000:00:1a.0: reg 20 io port: [0x9800-0x981f]
pci 0000:00:1a.1: reg 20 io port: [0x9480-0x949f]
pci 0000:00:1a.2: reg 20 io port: [0x9400-0x941f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfbbf4000-0xfbbf43ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xa000-0xa01f]
pci 0000:00:1d.1: reg 20 io port: [0x9c00-0x9c1f]
pci 0000:00:1d.2: reg 20 io port: [0x9880-0x989f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfbbf6000-0xfbbf63ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 003f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000f)
pci 0000:00:1f.2: reg 10 io port: [0xac00-0xac07]
pci 0000:00:1f.2: reg 14 io port: [0xa880-0xa883]
pci 0000:00:1f.2: reg 18 io port: [0xa800-0xa807]
pci 0000:00:1f.2: reg 1c io port: [0xa480-0xa483]
pci 0000:00:1f.2: reg 20 io port: [0xa400-0xa41f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xfbbfa000-0xfbbfa7ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfbbf8000-0xfbbf80ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:07:00.0: reg 10 32bit mmio: [0xfbee0000-0xfbefffff]
pci 0000:07:00.0: reg 14 32bit mmio: [0xfbec0000-0xfbedffff]
pci 0000:07:00.0: reg 18 io port: [0xec00-0xec1f]
pci 0000:07:00.0: reg 1c 32bit mmio: [0xfbebc000-0xfbebffff]
pci 0000:07:00.0: reg 30 32bit mmio pref: [0xfbe80000-0xfbe9ffff]
pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:07:00.1: reg 10 32bit mmio: [0xfbe60000-0xfbe7ffff]
pci 0000:07:00.1: reg 14 32bit mmio: [0xfbe40000-0xfbe5ffff]
pci 0000:07:00.1: reg 18 io port: [0xe880-0xe89f]
pci 0000:07:00.1: reg 1c 32bit mmio: [0xfbe3c000-0xfbe3ffff]
pci 0000:07:00.1: reg 30 32bit mmio pref: [0xfbe00000-0xfbe1ffff]
pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
pci 0000:07:00.1: PME# disabled
pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
pci 0000:00:01.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:00:07.0: bridge io port: [0xc000-0xdfff]
pci 0000:00:07.0: bridge 32bit mmio: [0xfbc00000-0xfbdfffff]
pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:03:04.0: PME# supported from D0 D3hot D3cold
pci 0000:03:04.0: PME# disabled
pci 0000:02:00.0: bridge io port: [0xc000-0xdfff]
pci 0000:02:00.0: bridge 32bit mmio: [0xfbc00000-0xfbdfffff]
pci 0000:05:00.0: reg 10 32bit mmio: [0xfbde0000-0xfbdfffff]
pci 0000:05:00.0: reg 14 32bit mmio: [0xfbdc0000-0xfbddffff]
pci 0000:05:00.0: reg 18 io port: [0xdc00-0xdc1f]
pci 0000:05:00.0: reg 30 32bit mmio pref: [0xfbda0000-0xfbdbffff]
pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.1: reg 10 32bit mmio: [0xfbd80000-0xfbd9ffff]
pci 0000:05:00.1: reg 14 32bit mmio: [0xfbd60000-0xfbd7ffff]
pci 0000:05:00.1: reg 18 io port: [0xd880-0xd89f]
pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
pci 0000:05:00.1: PME# disabled
pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:03:02.0: bridge io port: [0xd000-0xdfff]
pci 0000:03:02.0: bridge 32bit mmio: [0xfbd00000-0xfbdfffff]
pci 0000:04:00.0: reg 10 32bit mmio: [0xfbce0000-0xfbcfffff]
pci 0000:04:00.0: reg 14 32bit mmio: [0xfbcc0000-0xfbcdffff]
pci 0000:04:00.0: reg 18 io port: [0xcc00-0xcc1f]
pci 0000:04:00.0: PME# supported from D0 D3hot
pci 0000:04:00.0: PME# disabled
pci 0000:04:00.1: reg 10 32bit mmio: [0xfbca0000-0xfbcbffff]
pci 0000:04:00.1: reg 14 32bit mmio: [0xfbc80000-0xfbc9ffff]
pci 0000:04:00.1: reg 18 io port: [0xc880-0xc89f]
pci 0000:04:00.1: PME# supported from D0 D3hot
pci 0000:04:00.1: PME# disabled
pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:03:04.0: bridge io port: [0xc000-0xcfff]
pci 0000:03:04.0: bridge 32bit mmio: [0xfbc00000-0xfbcfffff]
pci 0000:01:05.0: reg 10 32bit mmio: [0xfb000000-0xfb7fffff]
pci 0000:01:05.0: reg 14 32bit mmio: [0xfafe0000-0xfaffffff]
pci 0000:01:05.0: reg 18 io port: [0xbc00-0xbc7f]
pci 0000:01:05.0: supports D1 D2
pci 0000:01:05.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:05.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xb000-0xbfff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfaf00000-0xfb7fffff]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
kstop/0 used greatest stack depth: 7240 bytes left
kstop/1 used greatest stack depth: 6968 bytes left
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
system 00:06: ioport range 0xa00-0xa0f has been reserved
system 00:06: ioport range 0xa10-0xa1f has been reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x500-0x57f has been reserved
system 00:07: ioport range 0xca2-0xca2 has been reserved
system 00:07: ioport range 0xca6-0xca6 has been reserved
system 00:07: ioport range 0xcaa-0xcaa has been reserved
system 00:07: ioport range 0xcae-0xcae has been reserved
system 00:07: ioport range 0xcb2-0xcb6 has been reserved
system 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:07: iomem range 0xfed45000-0xfed89fff has been reserved
system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:07: iomem range 0xfed45000-0xfed8ffff could not be reserved
system 00:07: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0xc0000-0xcffff could not be reserved
system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
system 00:0d: iomem range 0x100000-0xbfffffff could not be reserved
system 00:0d: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:07
pci 0000:00:01.0:   IO window: 0xe000-0xefff
pci 0000:00:01.0:   MEM window: 0xfbe00000-0xfbefffff
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:06
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: disabled
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:03:02.0: PCI bridge, secondary bus 0000:05
pci 0000:03:02.0:   IO window: 0xd000-0xdfff
pci 0000:03:02.0:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:03:02.0:   PREFETCH window: disabled
pci 0000:03:04.0: PCI bridge, secondary bus 0000:04
pci 0000:03:04.0:   IO window: 0xc000-0xcfff
pci 0000:03:04.0:   MEM window: 0xfbc00000-0xfbcfffff
pci 0000:03:04.0:   PREFETCH window: disabled
pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
pci 0000:02:00.0:   IO window: 0xc000-0xdfff
pci 0000:02:00.0:   MEM window: 0xfbc00000-0xfbdfffff
pci 0000:02:00.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:02
pci 0000:00:07.0:   IO window: 0xc000-0xdfff
pci 0000:00:07.0:   MEM window: 0xfbc00000-0xfbdfffff
pci 0000:00:07.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0:   IO window: 0xb000-0xbfff
pci 0000:00:1e.0:   MEM window: 0xfaf00000-0xfb7fffff
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
pci 0000:02:00.0: setting latency timer to 64
pci 0000:03:02.0: setting latency timer to 64
pci 0000:03:04.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:07: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:07: resource 1 mem: [0xfbe00000-0xfbefffff]
pci_bus 0000:02: resource 0 io:  [0xc000-0xdfff]
pci_bus 0000:02: resource 1 mem: [0xfbc00000-0xfbdfffff]
pci_bus 0000:03: resource 0 io:  [0xc000-0xdfff]
pci_bus 0000:03: resource 1 mem: [0xfbc00000-0xfbdfffff]
pci_bus 0000:05: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:05: resource 1 mem: [0xfbd00000-0xfbdfffff]
pci_bus 0000:04: resource 0 io:  [0xc000-0xcfff]
pci_bus 0000:04: resource 1 mem: [0xfbc00000-0xfbcfffff]
pci_bus 0000:01: resource 0 io:  [0xb000-0xbfff]
pci_bus 0000:01: resource 1 mem: [0xfaf00000-0xfb7fffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:07:00.0: Disabling L0s
pci 0000:07:00.1: Disabling L0s
pci 0000:01:05.0: Boot video device
Trying to unpack rootfs image as initramfs...
debug: unmapping init memory ffff880037c57000..ffff880037ff0000
audit: initializing netlink socket (disabled)
type=2000 audit(1342149941.046:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 32768
SELinux:  Registering netfilter hooks
cryptomgr_test used greatest stack depth: 5752 bytes left
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key B53125DC86710D19
- User ID: Oracle America, Inc. (Kernel Module GPG key)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered (default)
io scheduler cfq registered
  alloc irq_desc for 48 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
pcieport 0000:00:01.0: setting latency timer to 64
  alloc irq_desc for 49 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
pcieport 0000:00:03.0: setting latency timer to 64
  alloc irq_desc for 50 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
pcieport 0000:00:07.0: setting latency timer to 64
pcieport 0000:02:00.0: setting latency timer to 64
  alloc irq_desc for 51 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:03:02.0: irq 51 for MSI/MSI-X
pcieport 0000:03:02.0: setting latency timer to 64
  alloc irq_desc for 52 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:03:04.0: irq 52 for MSI/MSI-X
pcieport 0000:03:04.0: setting latency timer to 64
aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
input: Power Button as /class/input/input0
ACPI: Power Button [PWRB]
input: Power Button as /class/input/input1
ACPI: Power Button [PWRF]
ACPI: SSDT 00000000bf7804c0 0603C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
ACPI: SSDT 00000000bf786500 00C88 (v01  PmRef  P001Cst 00003001 INTL 20051117)
ACPI: SSDT 00000000bf787190 00A0A (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
processor LNXCPU:04: registered as cooling_device4
processor LNXCPU:05: registered as cooling_device5
processor LNXCPU:06: registered as cooling_device6
processor LNXCPU:07: registered as cooling_device7
processor LNXCPU:08: registered as cooling_device8
processor LNXCPU:09: registered as cooling_device9
processor LNXCPU:0a: registered as cooling_device10
processor LNXCPU:0b: registered as cooling_device11
processor LNXCPU:0c: registered as cooling_device12
processor LNXCPU:0d: registered as cooling_device13
processor LNXCPU:0e: registered as cooling_device14
processor LNXCPU:0f: registered as cooling_device15
processor LNXCPU:10: registered as cooling_device16
processor LNXCPU:11: registered as cooling_device17
processor LNXCPU:12: registered as cooling_device18
processor LNXCPU:13: registered as cooling_device19
processor LNXCPU:14: registered as cooling_device20
processor LNXCPU:15: registered as cooling_device21
processor LNXCPU:16: registered as cooling_device22
processor LNXCPU:17: registered as cooling_device23
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
tpm_tis 00:0a: 1.2 TPM (device-id 0xB, rev-id 16)
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /class/input/input2
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  alloc irq_desc for 18 on node -1
  alloc kstat_irqs on node -1
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbbf4000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-300.29.1uek.debug ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
  alloc irq_desc for 23 on node -1
  alloc kstat_irqs on node -1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbbf6000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32-300.29.1uek.debug ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
  alloc irq_desc for 16 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
  alloc irq_desc for 21 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009480
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
  alloc irq_desc for 19 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009400
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a000
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009c00
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009880
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
PM: Resume from disk failed.
registered taskstats version 1
usb 1-3: new high speed USB device using ehci_hcd and address 2
  Magic number: 4:671:411
rtc_cmos 00:03: setting system clock to 2012-07-13 03:25:43 UTC (1342149943)
Initalizing network drop monitor service
debug: unmapping init memory ffffffff81b8d000..ffffffff81d41000
Write protecting the kernel read-only data: 6916k
usb 1-3: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
usb 1-3: New USB device found, idVendor=046b, idProduct=ff01
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-3: Product: Generic Hub
usb 1-3: Manufacturer: American Megatrends Inc.
usb 1-3: configuration #1 chosen from 1 choice
hub 1-3:1.0: USB hub found
hub 1-3:1.0: 2 ports detected
Refined TSC clocksource calibration: 2933.437 MHz.
Switching to clocksource tsc
udevd used greatest stack depth: 5296 bytes left
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
  alloc irq_desc for 53 on node -1
  alloc kstat_irqs on node -1
ahci 0000:00:1f.2: irq 53 for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xfbbfa000 port 0xfbbfa100 irq 53
ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata3: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata4: SATA max UDMA/133 abar m2048@0xfbbfa000 port 0xfbbfa280 irq 53
ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
usb 5-1: new low speed USB device using uhci_hcd and address 2
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7: SSDSA2SH032G1SB INTEL, 845C8855, max UDMA/133
ata1.00: 62500000 sectors, multi 1: LBA48 NCQ (depth 31)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      SSDSA2SH032G1SB  845C PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 62500000 512-byte logical blocks: (32.0 GB/29.8 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: detected capacity change from 0 to 32000000000
 sda: sda1
 sda1: <solaris: [s0] sda5 [s2] sda6 [s8] sda7 >
sd 0:0:0:0: [sda] Attached SCSI disk
usb 5-1: New USB device found, idVendor=046b, idProduct=ff10
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-1: Product: Virtual Keyboard and Mouse
usb 5-1: Manufacturer: American Megatrends Inc.
usb 5-1: configuration #1 chosen from 1 choice
input: American Megatrends Inc. Virtual Keyboard and Mouse as /class/input/input3
generic-usb 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input0
input: American Megatrends Inc. Virtual Keyboard and Mouse as /class/input/input4
generic-usb 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input1
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: HITACHI H7220AA30SUN2.0T 1007MSUD0V, JKAOA28A, max UDMA/133
ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      HITACHI H7220AA3 JKAO PQ: 0 ANSI: 5
sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 1:0:0:0: Attached scsi generic sg1 type 0
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: detected capacity change from 0 to 2000398934016
 sdb: sdb1 sdb2
 sdb1: <solaris: [s0] sdb5 [s1] sdb6 [s2] sdb7 [s7] sdb8 [s8] sdb9 >
sd 1:0:0:0: [sdb] Attached SCSI disk
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATA-8: HITACHI H7220AA30SUN2.0T 1007MSWLEV, JKAOA28A, max UDMA/133
ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      HITACHI H7220AA3 JKAO PQ: 0 ANSI: 5
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdc: detected capacity change from 0 to 2000398934016
 sdc: sdc1 sdc2
sd 2:0:0:0: [sdc] Attached SCSI disk
ata4: SATA link down (SStatus 0 SControl 300)
async/2 used greatest stack depth: 4968 bytes left
async/6 used greatest stack depth: 4936 bytes left
ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata5.00: ATA-8: MARVELL SD88SA024SA0 SUN24G 1008M028TF, 1023D20R, max UDMA/133
ata5.00: 47999744 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata5.00: configured for UDMA/133
scsi 4:0:0:0: Direct-Access     ATA      MARVELL SD88SA02 1023 PQ: 0 ANSI: 5
sd 4:0:0:0: Attached scsi generic sg3 type 0
sd 4:0:0:0: [sdd] 47999744 512-byte logical blocks: (24.5 GB/22.8 GiB)
sd 4:0:0:0: [sdd] Write Protect is off
sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
sd 4:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sdd: detected capacity change from 0 to 24575868928
 sdd: sdd1
 sdd1: <solaris: [s0] sdd5 [s1] sdd6 [s2] sdd7 [s8] sdd8 >
sd 4:0:0:0: [sdd] Attached SCSI disk
ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6.00: ATA-8: MARVELL SD88SA024SA0 SUN24G 1008M028RX, 1023D20R, max UDMA/133
ata6.00: 47999744 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata6.00: configured for UDMA/133
scsi 5:0:0:0: Direct-Access     ATA      MARVELL SD88SA02 1023 PQ: 0 ANSI: 5
sd 5:0:0:0: [sde] 47999744 512-byte logical blocks: (24.5 GB/22.8 GiB)
sd 5:0:0:0: Attached scsi generic sg4 type 0
sd 5:0:0:0: [sde] Write Protect is off
sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
sd 5:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sde: detected capacity change from 0 to 24575868928
 sde: sde1
 sde1: <solaris: [s2] sde5 [s8] sde6 >
sd 5:0:0:0: [sde] Attached SCSI disk
insmod used greatest stack depth: 4688 bytes left
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
type=1404 audit(1342149968.545:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
SELinux: 8192 avtab hash slots, 83426 rules.
SELinux: 8192 avtab hash slots, 83426 rules.
SELinux:  3 users, 6 roles, 2067 types, 278 bools, 1 sens, 1024 cats
SELinux:  61 classes, 83426 rules
SELinux:  class peer not defined in policy
SELinux:  class capability2 not defined in policy
SELinux:  class kernel_service not defined in policy
SELinux:  class tun_socket not defined in policy
SELinux:  permission open in class dir not defined in policy
SELinux:  permission open in class file not defined in policy
SELinux:  permission open in class chr_file not defined in policy
SELinux:  permission open in class blk_file not defined in policy
SELinux:  permission open in class sock_file not defined in policy
SELinux:  permission open in class fifo_file not defined in policy
SELinux:  permission recvfrom in class node not defined in policy
SELinux:  permission sendto in class node not defined in policy
SELinux:  permission ingress in class netif not defined in policy
SELinux:  permission egress in class netif not defined in policy
SELinux:  permission module_request in class system not defined in policy
SELinux:  permission setfcap in class capability not defined in policy
SELinux:  permission nlmsg_tty_audit in class netlink_audit_socket not defined in policy
SELinux:  permission forward_in in class packet not defined in policy
SELinux:  permission forward_out in class packet not defined in policy
SELinux: the above unknown classes and permissions will be allowed
SELinux:  Completing initialization.
SELinux:  Setting up existing superblocks.
SELinux: initialized (dev dm-0, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev securityfs, type securityfs), not configured for labeling
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
type=1403 audit(1342149968.872:3): policy loaded auid=4294967295 ses=4294967295
hostname used greatest stack depth: 4208 bytes left
mount used greatest stack depth: 3632 bytes left
sed used greatest stack depth: 3616 bytes left
dca service started, version 1.12.1
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected
input: PC Speaker as /class/input/input5
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ioatdma: Intel(R) QuickData Technology Driver 4.00
  alloc irq_desc for 43 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.0: PCI INT A -> GSI 43 (level, low) -> IRQ 43
ioatdma 0000:00:16.0: setting latency timer to 64
  alloc irq_desc for 54 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.0: irq 54 for MSI/MSI-X
  alloc irq_desc for 44 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.1: PCI INT B -> GSI 44 (level, low) -> IRQ 44
ioatdma 0000:00:16.1: setting latency timer to 64
  alloc irq_desc for 55 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.1: irq 55 for MSI/MSI-X
  alloc irq_desc for 45 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.2: PCI INT C -> GSI 45 (level, low) -> IRQ 45
ioatdma 0000:00:16.2: setting latency timer to 64
  alloc irq_desc for 56 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.2: irq 56 for MSI/MSI-X
  alloc irq_desc for 46 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.3: PCI INT D -> GSI 46 (level, low) -> IRQ 46
ioatdma 0000:00:16.3: setting latency timer to 64
  alloc irq_desc for 57 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.3: irq 57 for MSI/MSI-X
ioatdma 0000:00:16.4: PCI INT A -> GSI 43 (level, low) -> IRQ 43
ioatdma 0000:00:16.4: setting latency timer to 64
  alloc irq_desc for 58 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.4: irq 58 for MSI/MSI-X
ioatdma 0000:00:16.5: PCI INT B -> GSI 44 (level, low) -> IRQ 44
ioatdma 0000:00:16.5: setting latency timer to 64
  alloc irq_desc for 59 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.5: irq 59 for MSI/MSI-X
ioatdma 0000:00:16.6: PCI INT C -> GSI 45 (level, low) -> IRQ 45
ioatdma 0000:00:16.6: setting latency timer to 64
  alloc irq_desc for 60 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.6: irq 60 for MSI/MSI-X
ioatdma 0000:00:16.7: PCI INT D -> GSI 46 (level, low) -> IRQ 46
ioatdma 0000:00:16.7: setting latency timer to 64
  alloc irq_desc for 61 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.7: irq 61 for MSI/MSI-X
usb_id used greatest stack depth: 3504 bytes left
Intel(R) Gigabit Ethernet Network Driver - version 3.0.6-k
Copyright (c) 2007-2011 Intel Corporation.
  alloc irq_desc for 40 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: PCI INT B -> GSI 40 (level, low) -> IRQ 40
igb 0000:07:00.0: setting latency timer to 64
  alloc irq_desc for 62 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 62 for MSI/MSI-X
  alloc irq_desc for 63 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 63 for MSI/MSI-X
  alloc irq_desc for 64 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 64 for MSI/MSI-X
  alloc irq_desc for 65 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 65 for MSI/MSI-X
  alloc irq_desc for 66 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 66 for MSI/MSI-X
  alloc irq_desc for 67 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 67 for MSI/MSI-X
  alloc irq_desc for 68 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 68 for MSI/MSI-X
  alloc irq_desc for 69 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 69 for MSI/MSI-X
  alloc irq_desc for 70 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 70 for MSI/MSI-X
igb 0000:07:00.0: DCA enabled
igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:21:28:75:7f:7e
igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
  alloc irq_desc for 28 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: PCI INT A -> GSI 28 (level, low) -> IRQ 28
igb 0000:07:00.1: setting latency timer to 64
  alloc irq_desc for 71 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 71 for MSI/MSI-X
  alloc irq_desc for 72 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 72 for MSI/MSI-X
  alloc irq_desc for 73 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 73 for MSI/MSI-X
  alloc irq_desc for 74 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 74 for MSI/MSI-X
  alloc irq_desc for 75 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 75 for MSI/MSI-X
  alloc irq_desc for 76 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 76 for MSI/MSI-X
  alloc irq_desc for 77 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 77 for MSI/MSI-X
  alloc irq_desc for 78 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 78 for MSI/MSI-X
  alloc irq_desc for 79 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 79 for MSI/MSI-X
Error: Driver 'pcspkr' is already registered, aborting...
igb 0000:07:00.1: DCA enabled
igb 0000:07:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:07:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:21:28:75:7f:7f
igb 0000:07:00.1: eth1: PBA No: FFFFFF-0FF
igb 0000:07:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
e1000e: Intel(R) PRO/1000 Network Driver - 1.4.4-k
e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
e1000e 0000:05:00.0: Disabling ASPM  L1
  alloc irq_desc for 38 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.0: PCI INT B -> GSI 38 (level, low) -> IRQ 38
e1000e 0000:05:00.0: setting latency timer to 64
  alloc irq_desc for 80 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9d
e1000e 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.0: eth0: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.1: Disabling ASPM  L1
  alloc irq_desc for 39 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.1: PCI INT A -> GSI 39 (level, low) -> IRQ 39
e1000e 0000:05:00.1: setting latency timer to 64
  alloc irq_desc for 81 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9c
e1000e 0000:05:00.1: eth1: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.1: eth1: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.0: Disabling ASPM  L1
  alloc irq_desc for 37 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.0: PCI INT B -> GSI 37 (level, low) -> IRQ 37
e1000e 0000:04:00.0: setting latency timer to 64
  alloc irq_desc for 82 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: eth2: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9f
e1000e 0000:04:00.0: eth2: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.0: eth2: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.1: Disabling ASPM  L1
  alloc irq_desc for 30 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
e1000e 0000:04:00.1: setting latency timer to 64
  alloc irq_desc for 83 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: eth3: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9e
e1000e 0000:04:00.1: eth3: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.1: eth3: MAC: 0, PHY: 4, PBA No: D90197-004
floppy0: no floppy controllers found
lp: driver loaded but no devices found
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdc1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sdc1, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 51511288k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1 across:51511288k 
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
rc.sysinit used greatest stack depth: 3344 bytes left
microcode: CPU0 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU1 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU2 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU3 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU4 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU5 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU6 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU7 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU8 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU9 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU10 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU11 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU12 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU13 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU14 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU15 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU16 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU17 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU18 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU19 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU20 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU21 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU22 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU23 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Microcode Update Driver: v2.00 removed.
warning: process `kudzu' used the deprecated sysctl system call with 1.23.
Loading iSCSI transport class v2.0-870.
libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
iscsi: registered transport (cxgb3i)
NET: Registered protocol family 10
cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.7 (July 20, 2011)
Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.0.3 (Jun 15, 2010)
iscsi: registered transport (bnx2i)
iscsi: registered transport (tcp)
iscsi: registered transport (iser)
iscsi: registered transport (be2iscsi)
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
warning: `mcstransd' uses 32-bit capabilities (legacy support in use)
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth2: link is not ready
e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
eth0: no IPv6 routers present
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth3: link is not ready
e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
eth1: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth4: link is not ready
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
type=1400 audit(1342150012.444:4): avc:  denied  { sys_tty_config } for  pid=4595 comm="consoletype" capability=26  scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
type=1400 audit(1342150012.506:5): avc:  denied  { sys_tty_config } for  pid=4623 comm="consoletype" capability=26  scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
eth2: no IPv6 routers present
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.14
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
eth3: no IPv6 routers present
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
eth4: no IPv6 routers present
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-12 23:46                                           ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-12 23:46 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/13/12 02:19, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 12:11 AM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/12/12 14:41, Dave, Tushar N wrote:
>>>> On 07/12/12 13:57, Dave, Tushar N wrote:
>>>>>> -----Original Message-----
>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>> Sent: Wednesday, July 11, 2012 8:13 PM
>>>>>> To: Dave, Tushar N
>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>> kernel@vger.kernel.org
>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>
>>>>>> On 07/12/12 11:07, Dave, Tushar N wrote:
>>>>>>>> -----Original Message-----
>>>>>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>>>>>> Sent: Wednesday, July 11, 2012 7:58 PM
>>>>>>>> To: Dave, Tushar N
>>>>>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>>>>>> kernel@vger.kernel.org
>>>>>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>>>>>
>>>>>>>> On 07/12/12 10:52, Dave, Tushar N wrote:
>>>>>>>>> What is the exact error messages in BIOS log?
>>>>>>>>
>>>>>>>> Error message from BIOS event log:
>>>>>>>> 07/12/12 05:54:00
>>>>>>>>    PCI Express Non-Fatal Error
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Joe
>>>>>> Hi Tushar,
>>>>>>
>>>>>> Please find eeprom from attachment.
>>>>>
>>>>> Do you have lspci -vvv dump of entire system before and after issue
>>>> occurs? If you have can you send it to me?
>>>>>
>>>>
>>> Sorry but I meant the full lspci -vvv of *entire system* before and
>> after issue occurs and not of 82571 only.
>>>
>>
>> Before:
>> =======
>> 00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
>> 	Subsystem: Oracle Corporation Device 5352
> 
> Joe, thanks for all the data.
> You said you have changed max payload size and issue stop occurring. How did you change it? Where did you make that change in BIOS or EEPROM or in PCIe config space?
> Also please send me the full dmesg of entire system after you change max payload size.
> 

I modified it via BIOS.

Full dmesg with pcie-payload-size=128:

Initializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-300.29.1uek.debug (root@x2270m2-tvp540-h.uk.oracle.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Wed Jul 11 23:57:55 EDT 2012
Command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009b400 (usable)
 BIOS-e820: 000000000009b400 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 00000000bf750000 (usable)
 BIOS-e820: 00000000bf75e000 - 00000000bf760000 type 9
 BIOS-e820: 00000000bf760000 - 00000000bf76e000 (ACPI data)
 BIOS-e820: 00000000bf76e000 - 00000000bf7d0000 (ACPI NVS)
 BIOS-e820: 00000000bf7d0000 - 00000000bf7e0000 (reserved)
 BIOS-e820: 00000000bf7ec000 - 00000000c0000000 (reserved)
 BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffa00000 - 0000000100000000 (reserved)
 BIOS-e820: 0000000100000000 - 0000000c40000000 (usable)
DMI present.
AMI BIOS detected: BIOS may corrupt low RAM, working around it.
e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
last_pfn = 0xc40000 max_arch_pfn = 0x400000000
MTRR default type: uncachable
MTRR fixed ranges enabled:
  00000-9FFFF write-back
  A0000-BFFFF uncachable
  C0000-CBFFF write-protect
  CC000-CFFFF write-through
  D0000-DFFFF uncachable
  E0000-E7FFF write-protect
  E8000-EFFFF write-through
  F0000-FFFFF write-protect
MTRR variable ranges enabled:
  0 base 0000000000 mask F800000000 write-back
  1 base 0800000000 mask FC00000000 write-back
  2 base 0C00000000 mask FFC0000000 write-back
  3 base 00C0000000 mask FFC0000000 uncachable
  4 base 00BF800000 mask FFFF800000 uncachable
  5 disabled
  6 disabled
  7 disabled
  8 disabled
  9 disabled
x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
original variable MTRRs
reg 0, base: 0GB, range: 32GB, type WB
reg 1, base: 32GB, range: 16GB, type WB
reg 2, base: 48GB, range: 1GB, type WB
reg 3, base: 3GB, range: 1GB, type UC
reg 4, base: 3064MB, range: 8MB, type UC
total RAM covered: 49144M
Found optimal setting for mtrr clean up
 gran_size: 64K 	chunk_size: 16M 	num_reg: 8  	lose cover RAM: 0G
New variable MTRRs
reg 0, base: 0GB, range: 2GB, type WB
reg 1, base: 2GB, range: 1GB, type WB
reg 2, base: 3064MB, range: 8MB, type UC
reg 3, base: 4GB, range: 4GB, type WB
reg 4, base: 8GB, range: 8GB, type WB
reg 5, base: 16GB, range: 16GB, type WB
reg 6, base: 32GB, range: 16GB, type WB
reg 7, base: 48GB, range: 1GB, type WB
e820 update range: 00000000bf800000 - 0000000100000000 (usable) ==> (reserved)
last_pfn = 0xbf750 max_arch_pfn = 0x400000000
initial memory mapped : 0 - 20000000
Using GB pages for direct mapping
init_memory_mapping: 0000000000000000-00000000bf750000
 0000000000 - 00bf750000 page 4k
kernel direct mapping tables up to bf750000 @ 100000-700000
init_memory_mapping: 0000000100000000-0000000c40000000
 0100000000 - 0c40000000 page 4k
kernel direct mapping tables up to c40000000 @ 2285000-84b7000
RAMDISK: 37c57000 - 37fefa1a
ACPI: RSDP 00000000000fad90 00024 (v02 ACPIAM)
ACPI: XSDT 00000000bf760100 000A4 (v01 111210 XSDT1126 20101112 MSFT 00000097)
ACPI: FACP 00000000bf760290 000F4 (v04 111210 FACP1126 20101112 MSFT 00000097)
ACPI: DSDT 00000000bf7605c0 05DF8 (v02  WASPC WASPC207 00000207 INTL 20051117)
ACPI: FACS 00000000bf76e000 00040
ACPI: APIC 00000000bf760390 0011E (v02 111210 APIC1126 20101112 MSFT 00000097)
ACPI: SPCR 00000000bf7604b0 00050 (v01 111210 SPCR1126 20101112 MSFT 00000097)
ACPI: MCFG 00000000bf760500 0003C (v01 111210 OEMMCFG  20101112 MSFT 00000097)
ACPI: SLIT 00000000bf760540 00030 (v01 111210 OEMSLIT  20101112 MSFT 00000097)
ACPI: SPMI 00000000bf760570 00041 (v05 111210 OEMSPMI  20101112 MSFT 00000097)
ACPI: OEMB 00000000bf76e040 00082 (v01 111210 OEMB1126 20101112 MSFT 00000097)
ACPI: HPET 00000000bf76a5c0 00038 (v01 111210 OEMHPET  20101112 MSFT 00000097)
ACPI: SRAT 00000000bf76a600 00250 (v02 111210 OEMSRAT  00000001 INTL 00000001)
ACPI: DMAR 00000000bf76e0d0 00120 (v01    AMI  OEMDMAR 00000001 MSFT 00000097)
ACPI: TCPA 00000000bf76a850 00032 (v01 111210 TBLOEMID 00000001 MSFT 00000097)
ACPI: SSDT 00000000bf787ba0 00363 (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
ACPI: EINJ 00000000bf76a890 00130 (v01  AMIER AMI_EINJ 20101112 MSFT 00000097)
ACPI: BERT 00000000bf76aa20 00030 (v01  AMIER AMI_BERT 20101112 MSFT 00000097)
ACPI: ERST 00000000bf76aa50 001B0 (v01  AMIER AMI_ERST 20101112 MSFT 00000097)
ACPI: HEST 00000000bf76ac00 000A8 (v01  AMIER ABC_HEST 20101112 MSFT 00000097)
ACPI: Local APIC address 0xfee00000
SRAT: PXM 0 -> APIC 0 -> Node 0
SRAT: PXM 0 -> APIC 2 -> Node 0
SRAT: PXM 0 -> APIC 4 -> Node 0
SRAT: PXM 0 -> APIC 16 -> Node 0
SRAT: PXM 0 -> APIC 18 -> Node 0
SRAT: PXM 0 -> APIC 20 -> Node 0
SRAT: PXM 0 -> APIC 1 -> Node 0
SRAT: PXM 0 -> APIC 3 -> Node 0
SRAT: PXM 0 -> APIC 5 -> Node 0
SRAT: PXM 0 -> APIC 17 -> Node 0
SRAT: PXM 0 -> APIC 19 -> Node 0
SRAT: PXM 0 -> APIC 21 -> Node 0
SRAT: PXM 1 -> APIC 32 -> Node 1
SRAT: PXM 1 -> APIC 34 -> Node 1
SRAT: PXM 1 -> APIC 36 -> Node 1
SRAT: PXM 1 -> APIC 48 -> Node 1
SRAT: PXM 1 -> APIC 50 -> Node 1
SRAT: PXM 1 -> APIC 52 -> Node 1
SRAT: PXM 1 -> APIC 33 -> Node 1
SRAT: PXM 1 -> APIC 35 -> Node 1
SRAT: PXM 1 -> APIC 37 -> Node 1
SRAT: PXM 1 -> APIC 49 -> Node 1
SRAT: PXM 1 -> APIC 51 -> Node 1
SRAT: PXM 1 -> APIC 53 -> Node 1
SRAT: Node 0 PXM 0 0-a0000
SRAT: Node 0 PXM 0 100000-c0000000
SRAT: Node 0 PXM 0 100000000-640000000
SRAT: Node 1 PXM 1 640000000-c40000000
NUMA: Allocated memnodemap from 14040 - 2c880
NUMA: Using 20 for the hash shift.
Bootmem setup node 0 0000000000000000-0000000640000000
  NODE_DATA [000000000002c880 - 000000000004287f]
  bootmap [00000000006fe000 -  00000000007c5fff] pages c8
(11 early reservations) ==> bootmem [0000000000 - 0640000000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 0002283a30]    TEXT DATA BSS ==> [0001000000 - 0002283a30]
  #3 [0037c57000 - 0037fefa1a]          RAMDISK ==> [0037c57000 - 0037fefa1a]
  #4 [000009b400 - 0000100000]    BIOS reserved ==> [000009b400 - 0000100000]
  #5 [0002284000 - 00022841d1]              BRK ==> [0002284000 - 00022841d1]
  #6 [0000010000 - 0000014000]      ACPI WAKEUP ==> [0000010000 - 0000014000]
  #7 [0000100000 - 00006fe000]          PGTABLE ==> [0000100000 - 00006fe000]
  #8 [0002285000 - 0007cb2000]          PGTABLE ==> [0002285000 - 0007cb2000]
  #9 [0000014000 - 0000014030]        ACPI SLIT ==> [0000014000 - 0000014030]
  #10 [0000014040 - 000002c880]       MEMNODEMAP ==> [0000014040 - 000002c880]
Bootmem setup node 1 0000000640000000-0000000c40000000
  NODE_DATA [0000000640000000 - 0000000640015fff]
  bootmap [0000000640016000 -  00000006400d5fff] pages c0
(11 early reservations) ==> bootmem [0640000000 - 0c40000000]
  #0 [0000000000 - 0000001000]   BIOS data page
  #1 [0000006000 - 0000008000]       TRAMPOLINE
  #2 [0001000000 - 0002283a30]    TEXT DATA BSS
  #3 [0037c57000 - 0037fefa1a]          RAMDISK
  #4 [000009b400 - 0000100000]    BIOS reserved
  #5 [0002284000 - 00022841d1]              BRK
  #6 [0000010000 - 0000014000]      ACPI WAKEUP
  #7 [0000100000 - 00006fe000]          PGTABLE
  #8 [0002285000 - 0007cb2000]          PGTABLE
  #9 [0000014000 - 0000014030]        ACPI SLIT
  #10 [0000014040 - 000002c880]       MEMNODEMAP
found SMP MP-table at [ffff8800000ff780] ff780
 [ffffea0000000000-ffffea00105fffff] PMD -> [ffff880028600000-ffff880037bfffff] on node 0
 [ffffea0010600000-ffffea0018ffffff] PMD -> [ffff880038000000-ffff8800409fffff] on node 0
 [ffffea0019000000-ffffea0030ffffff] PMD -> [ffff880640200000-ffff8806581fffff] on node 1
Zone PFN ranges:
  DMA      0x00000010 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00c40000
Movable zone start PFN for each node
early_node_map[4] active PFN ranges
    0: 0x00000010 -> 0x0000009b
    0: 0x00000100 -> 0x000bf750
    0: 0x00100000 -> 0x00640000
    1: 0x00640000 -> 0x00c40000
On node 0 totalpages: 6289115
  DMA zone: 64 pages used for memmap
  DMA zone: 1665 pages reserved
  DMA zone: 2250 pages, LIFO batch:0
  DMA32 zone: 16320 pages used for memmap
  DMA32 zone: 763792 pages, LIFO batch:31
  Normal zone: 86016 pages used for memmap
  Normal zone: 5419008 pages, LIFO batch:31
On node 1 totalpages: 6291456
  Normal zone: 98304 pages used for memmap
  Normal zone: 6193152 pages, LIFO batch:31
ACPI: PM-Timer IO Port: 0x808
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
ACPI: LAPIC (acpi_id[0x04] lapic_id[0x10] enabled)
ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] enabled)
ACPI: LAPIC (acpi_id[0x06] lapic_id[0x14] enabled)
ACPI: LAPIC (acpi_id[0x07] lapic_id[0x20] enabled)
ACPI: LAPIC (acpi_id[0x08] lapic_id[0x22] enabled)
ACPI: LAPIC (acpi_id[0x09] lapic_id[0x24] enabled)
ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x30] enabled)
ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x32] enabled)
ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x34] enabled)
ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x01] enabled)
ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x03] enabled)
ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x05] enabled)
ACPI: LAPIC (acpi_id[0x10] lapic_id[0x11] enabled)
ACPI: LAPIC (acpi_id[0x11] lapic_id[0x13] enabled)
ACPI: LAPIC (acpi_id[0x12] lapic_id[0x15] enabled)
ACPI: LAPIC (acpi_id[0x13] lapic_id[0x21] enabled)
ACPI: LAPIC (acpi_id[0x14] lapic_id[0x23] enabled)
ACPI: LAPIC (acpi_id[0x15] lapic_id[0x25] enabled)
ACPI: LAPIC (acpi_id[0x16] lapic_id[0x31] enabled)
ACPI: LAPIC (acpi_id[0x17] lapic_id[0x33] enabled)
ACPI: LAPIC (acpi_id[0x18] lapic_id[0x35] enabled)
ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 6, version 32, address 0xfec00000, GSI 0-23
ACPI: IOAPIC (id[0x07] address[0xfec8a000] gsi_base[24])
IOAPIC[1]: apic_id 7, version 32, address 0xfec8a000, GSI 24-47
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a301 base: 0xfed00000
SMP: Allowing 24 CPUs, 0 hotplug CPUs
nr_irqs_gsi: 48
PM: Registered nosave memory: 000000000009b000 - 000000000009c000
PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
PM: Registered nosave memory: 00000000bf750000 - 00000000bf75e000
PM: Registered nosave memory: 00000000bf75e000 - 00000000bf760000
PM: Registered nosave memory: 00000000bf760000 - 00000000bf76e000
PM: Registered nosave memory: 00000000bf76e000 - 00000000bf7d0000
PM: Registered nosave memory: 00000000bf7d0000 - 00000000bf7e0000
PM: Registered nosave memory: 00000000bf7e0000 - 00000000bf7ec000
PM: Registered nosave memory: 00000000bf7ec000 - 00000000c0000000
PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
PM: Registered nosave memory: 00000000f0000000 - 00000000fee00000
PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
PM: Registered nosave memory: 00000000fee01000 - 00000000ffa00000
PM: Registered nosave memory: 00000000ffa00000 - 0000000100000000
Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:24 nr_node_ids:2
PERCPU: Embedded 29 pages/cpu @ffff880028200000 s88664 r8192 d21928 u131072
pcpu-alloc: s88664 r8192 d21928 u131072 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 04 05 12 13 14 15 16 17 -- -- -- -- 
pcpu-alloc: [1] 06 07 08 09 10 11 18 19 20 21 22 23 -- -- -- -- 
Built 2 zonelists in Zone order, mobility grouping on.  Total pages: 12378202
Policy zone: Normal
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet
PID hash table entries: 4096 (order: 3, 32768 bytes)
Initializing CPU#0
Checking aperture...
No AGP bridge found
Calgary: detecting Calgary via BIOS EBDA area
Calgary: Unable to locate Rio Grande table in EBDA - bailing!
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
software IO TLB at phys 0x20000000 - 0x24000000
Memory: 49345116k/51380224k available (4546k kernel code, 1057940k absent, 977168k reserved, 7277k data, 1744k init)
Hierarchical RCU implementation.
NR_IRQS:4352 nr_irqs:1008
Extended CMOS year: 2000
Console: colour VGA+ 80x25
console [tty0] enabled
allocated 503316480 bytes of page_cgroup
please try 'cgroup_disable=memory' option if you don't want memory cgroups
hpet clockevent registered
Fast TSC calibration using PIT
Detected 2932.852 MHz processor.
Calibrating delay loop (skipped), value calculated using timer frequency.. 5865.70 BogoMIPS (lpj=2932852)
Security Framework initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Mount-cache hash table entries: 256
Initializing cgroup subsys ns
Initializing cgroup subsys cpuacct
Initializing cgroup subsys memory
Initializing cgroup subsys devices
Initializing cgroup subsys freezer
Initializing cgroup subsys net_cls
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 0/0x0 -> Node 0
mce: CPU supports 9 MCE banks
CPU0: Thermal monitoring enabled (TM1)
CPU 0 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
using mwait in idle threads.
Performance Events: Westmere events, Intel PMU driver.
... version:                3
... bit width:              48
... generic registers:      4
... value mask:             0000ffffffffffff
... max period:             000000007fffffff
... fixed-purpose events:   3
... event mask:             000000070000000f
ACPI: Core revision 20090903
ftrace: converting mcount calls to 0f 1f 44 00 00
ftrace: allocating 26961 entries in 106 pages
DMAR: Host address width 40
DMAR: DRHD base: 0x000000fbffe000 flags: 0x1
IOMMU fbffe000: ver 1:0 cap c90780106f0462 ecap f020f6
DMAR: RMRR base: 0x000000000ec000 end: 0x000000000effff
DMAR: RMRR base: 0x000000bf7ec000 end: 0x000000bf7fffff
DMAR: ATSR flags: 0x0
Setting APIC routing to physical flat
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
CPU0: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
Booting processor 1 APIC 0x2 ip 0x6000
Initializing CPU#1
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 1/0x2 -> Node 0
CPU1: Thermal monitoring enabled (TM1)
CPU 1 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU1: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Booting processor 2 APIC 0x4 ip 0x6000
Initializing CPU#2
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 2/0x4 -> Node 0
CPU2: Thermal monitoring enabled (TM1)
CPU 2 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU2: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#2]: passed.
Booting processor 3 APIC 0x10 ip 0x6000
Initializing CPU#3
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 3/0x10 -> Node 0
CPU3: Thermal monitoring enabled (TM1)
CPU 3 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU3: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#3]: passed.
Booting processor 4 APIC 0x12 ip 0x6000
Initializing CPU#4
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 4/0x12 -> Node 0
CPU4: Thermal monitoring enabled (TM1)
CPU 4 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU4: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#4]: passed.
Booting processor 5 APIC 0x14 ip 0x6000
Initializing CPU#5
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 5/0x14 -> Node 0
CPU5: Thermal monitoring enabled (TM1)
CPU 5 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU5: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#5]: passed.
Booting processor 6 APIC 0x20 ip 0x6000
Initializing CPU#6
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 6/0x20 -> Node 1
CPU6: Thermal monitoring enabled (TM1)
CPU 6 MCA banks CMCI:2 CMCI:3 CMCI:5 CMCI:6 CMCI:8
CPU6: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#6]: passed.
Booting processor 7 APIC 0x22 ip 0x6000
Initializing CPU#7
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 7/0x22 -> Node 1
CPU7: Thermal monitoring enabled (TM1)
CPU 7 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU7: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#7]: passed.
Booting processor 8 APIC 0x24 ip 0x6000
Initializing CPU#8
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 8/0x24 -> Node 1
CPU8: Thermal monitoring enabled (TM1)
CPU 8 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU8: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#8]: passed.
Booting processor 9 APIC 0x30 ip 0x6000
Initializing CPU#9
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 9/0x30 -> Node 1
CPU9: Thermal monitoring enabled (TM1)
CPU 9 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU9: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#9]: passed.
Booting processor 10 APIC 0x32 ip 0x6000
Initializing CPU#10
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 10/0x32 -> Node 1
CPU10: Thermal monitoring enabled (TM1)
CPU 10 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU10: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#10]: passed.
Booting processor 11 APIC 0x34 ip 0x6000
Initializing CPU#11
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 11/0x34 -> Node 1
CPU11: Thermal monitoring enabled (TM1)
CPU 11 MCA banks CMCI:2 CMCI:3 CMCI:5 SHD:6 SHD:8
CPU11: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#11]: passed.
Booting processor 12 APIC 0x1 ip 0x6000
Initializing CPU#12
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 12/0x1 -> Node 0
CPU12: Thermal monitoring enabled (TM1)
CPU 12 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU12: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#12]: passed.
Booting processor 13 APIC 0x3 ip 0x6000
Initializing CPU#13
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 13/0x3 -> Node 0
CPU13: Thermal monitoring enabled (TM1)
CPU 13 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU13: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#13]: passed.
Booting processor 14 APIC 0x5 ip 0x6000
Initializing CPU#14
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 14/0x5 -> Node 0
CPU14: Thermal monitoring enabled (TM1)
CPU 14 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU14: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#14]: passed.
Booting processor 15 APIC 0x11 ip 0x6000
Initializing CPU#15
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 15/0x11 -> Node 0
CPU15: Thermal monitoring enabled (TM1)
CPU 15 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU15: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#15]: passed.
Booting processor 16 APIC 0x13 ip 0x6000
Initializing CPU#16
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 16/0x13 -> Node 0
CPU16: Thermal monitoring enabled (TM1)
CPU 16 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU16: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#16]: passed.
Booting processor 17 APIC 0x15 ip 0x6000
Initializing CPU#17
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 17/0x15 -> Node 0
CPU17: Thermal monitoring enabled (TM1)
CPU 17 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU17: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#17]: passed.
Booting processor 18 APIC 0x21 ip 0x6000
Initializing CPU#18
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 0
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 18/0x21 -> Node 1
CPU18: Thermal monitoring enabled (TM1)
CPU 18 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU18: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#18]: passed.
Booting processor 19 APIC 0x23 ip 0x6000
Initializing CPU#19
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 1
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 19/0x23 -> Node 1
CPU19: Thermal monitoring enabled (TM1)
CPU 19 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU19: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#19]: passed.
Booting processor 20 APIC 0x25 ip 0x6000
Initializing CPU#20
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 2
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 20/0x25 -> Node 1
CPU20: Thermal monitoring enabled (TM1)
CPU 20 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU20: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#20]: passed.
Booting processor 21 APIC 0x31 ip 0x6000
Initializing CPU#21
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 8
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 21/0x31 -> Node 1
CPU21: Thermal monitoring enabled (TM1)
CPU 21 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU21: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#21]: passed.
Booting processor 22 APIC 0x33 ip 0x6000
Initializing CPU#22
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 9
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 22/0x33 -> Node 1
CPU22: Thermal monitoring enabled (TM1)
CPU 22 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU22: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#22]: passed.
Booting processor 23 APIC 0x35 ip 0x6000
Initializing CPU#23
CPU: Physical Processor ID: 1
CPU: Processor Core ID: 10
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 256K
CPU: L3 cache: 12288K
CPU 23/0x35 -> Node 1
CPU23: Thermal monitoring enabled (TM1)
CPU 23 MCA banks SHD:2 SHD:3 SHD:5 SHD:6 SHD:8
CPU23: Intel(R) Xeon(R) CPU           X5670  @ 2.93GHz stepping 02
checking TSC synchronization [CPU#0 -> CPU#23]: passed.
Brought up 24 CPUs
Total of 24 processors activated (140776.82 BogoMIPS).
CPU0 attaching sched-domain:
 domain 0: span 0,12 level SIBLING
  groups: 0 (cpu_power = 589) 12 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU1 attaching sched-domain:
 domain 0: span 1,13 level SIBLING
  groups: 1 (cpu_power = 589) 13 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU2 attaching sched-domain:
 domain 0: span 2,14 level SIBLING
  groups: 2 (cpu_power = 589) 14 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU3 attaching sched-domain:
 domain 0: span 3,15 level SIBLING
  groups: 3 (cpu_power = 589) 15 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU4 attaching sched-domain:
 domain 0: span 4,16 level SIBLING
  groups: 4 (cpu_power = 589) 16 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU5 attaching sched-domain:
 domain 0: span 5,17 level SIBLING
  groups: 5 (cpu_power = 589) 17 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 5,17 (cpu_power = 1178) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU6 attaching sched-domain:
 domain 0: span 6,18 level SIBLING
  groups: 6 (cpu_power = 589) 18 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU7 attaching sched-domain:
 domain 0: span 7,19 level SIBLING
  groups: 7 (cpu_power = 589) 19 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU8 attaching sched-domain:
 domain 0: span 8,20 level SIBLING
  groups: 8 (cpu_power = 589) 20 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU9 attaching sched-domain:
 domain 0: span 9,21 level SIBLING
  groups: 9 (cpu_power = 589) 21 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 9,21 (cpu_power = 1178) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU10 attaching sched-domain:
 domain 0: span 10,22 level SIBLING
  groups: 10 (cpu_power = 589) 22 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU11 attaching sched-domain:
 domain 0: span 11,23 level SIBLING
  groups: 11 (cpu_power = 589) 23 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1178) 8,20 (cpu_power = 1178) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU12 attaching sched-domain:
 domain 0: span 0,12 level SIBLING
  groups: 12 (cpu_power = 589) 0 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1178) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU13 attaching sched-domain:
 domain 0: span 1,13 level SIBLING
  groups: 13 (cpu_power = 589) 1 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU14 attaching sched-domain:
 domain 0: span 2,14 level SIBLING
  groups: 14 (cpu_power = 589) 2 (cpu_power = 588)
  domain 1: span 0-5,12-17 level MC
   groups: 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU15 attaching sched-domain:
 domain 0: span 3,15 level SIBLING
  groups: 15 (cpu_power = 589) 3 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU16 attaching sched-domain:
 domain 0: span 4,16 level SIBLING
  groups: 16 (cpu_power = 589) 4 (cpu_power = 589)
  domain 1: span 0-5,12-17 level MC
   groups: 4,16 (cpu_power = 1178) 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU17 attaching sched-domain:
 domain 0: span 5,17 level SIBLING
  groups: 17 (cpu_power = 589) 5 (cpu_power = 588)
  domain 1: span 0-5,12-17 level MC
   groups: 5,17 (cpu_power = 1177) 0,12 (cpu_power = 1178) 1,13 (cpu_power = 1178) 2,14 (cpu_power = 1177) 3,15 (cpu_power = 1178) 4,16 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 0-5,12-17 (cpu_power = 7068) 6-11,18-23 (cpu_power = 7068)
CPU18 attaching sched-domain:
 domain 0: span 6,18 level SIBLING
  groups: 18 (cpu_power = 589) 6 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU19 attaching sched-domain:
 domain 0: span 7,19 level SIBLING
  groups: 19 (cpu_power = 589) 7 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU20 attaching sched-domain:
 domain 0: span 8,20 level SIBLING
  groups: 20 (cpu_power = 589) 8 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU21 attaching sched-domain:
 domain 0: span 9,21 level SIBLING
  groups: 21 (cpu_power = 589) 9 (cpu_power = 588)
  domain 1: span 6-11,18-23 level MC
   groups: 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU22 attaching sched-domain:
 domain 0: span 10,22 level SIBLING
  groups: 22 (cpu_power = 589) 10 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 10,22 (cpu_power = 1178) 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
CPU23 attaching sched-domain:
 domain 0: span 11,23 level SIBLING
  groups: 23 (cpu_power = 589) 11 (cpu_power = 589)
  domain 1: span 6-11,18-23 level MC
   groups: 11,23 (cpu_power = 1178) 6,18 (cpu_power = 1178) 7,19 (cpu_power = 1177) 8,20 (cpu_power = 1177) 9,21 (cpu_power = 1177) 10,22 (cpu_power = 1178)
   domain 2: span 0-23 level NODE
    groups: 6-11,18-23 (cpu_power = 7068) 0-5,12-17 (cpu_power = 7068)
regulator: core version 0.5
Time:  3:25:42  Date: 07/13/12
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
PCI: MCFG area at e0000000 reserved in E820
PCI: Using MMCONFIG at e0000000 - efffffff
PCI: Using configuration type 1 for base access
bio: create slab <bio-0> at 0
ACPI: EC: Look up EC in DSDT
ACPI Warning for \_SB_._OSC: Return type mismatch - found Integer, expected Buffer (20090903/nspredef-1006)
\_SB_:_OSC evaluation returned wrong type
_OSC request data:1 6 
ACPI: Executed 1 blocks of module-level executable AML code
ACPI: Interpreter enabled
ACPI: (supports S0 S1 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: No dock devices found.
ACPI: PCI Root Bridge [PCI0] (0000:00)
pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:00.0: PME# disabled
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PME# disabled
pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
pci 0000:00:03.0: PME# disabled
pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
pci 0000:00:07.0: PME# disabled
pci 0000:00:13.0: reg 10 32bit mmio: [0xfec8a000-0xfec8afff]
pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
pci 0000:00:13.0: PME# disabled
pci 0000:00:16.0: reg 10 64bit mmio: [0xfbbf0000-0xfbbf3fff]
pci 0000:00:16.1: reg 10 64bit mmio: [0xfbbec000-0xfbbeffff]
pci 0000:00:16.2: reg 10 64bit mmio: [0xfbbe8000-0xfbbebfff]
pci 0000:00:16.3: reg 10 64bit mmio: [0xfbbe4000-0xfbbe7fff]
pci 0000:00:16.4: reg 10 64bit mmio: [0xfbbe0000-0xfbbe3fff]
pci 0000:00:16.5: reg 10 64bit mmio: [0xfbbdc000-0xfbbdffff]
pci 0000:00:16.6: reg 10 64bit mmio: [0xfbbd8000-0xfbbdbfff]
pci 0000:00:16.7: reg 10 64bit mmio: [0xfbbd4000-0xfbbd7fff]
pci 0000:00:1a.0: reg 20 io port: [0x9800-0x981f]
pci 0000:00:1a.1: reg 20 io port: [0x9480-0x949f]
pci 0000:00:1a.2: reg 20 io port: [0x9400-0x941f]
pci 0000:00:1a.7: reg 10 32bit mmio: [0xfbbf4000-0xfbbf43ff]
pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1a.7: PME# disabled
pci 0000:00:1d.0: reg 20 io port: [0xa000-0xa01f]
pci 0000:00:1d.1: reg 20 io port: [0x9c00-0x9c1f]
pci 0000:00:1d.2: reg 20 io port: [0x9880-0x989f]
pci 0000:00:1d.7: reg 10 32bit mmio: [0xfbbf6000-0xfbbf63ff]
pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.7: PME# disabled
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 003f)
pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 000f)
pci 0000:00:1f.2: reg 10 io port: [0xac00-0xac07]
pci 0000:00:1f.2: reg 14 io port: [0xa880-0xa883]
pci 0000:00:1f.2: reg 18 io port: [0xa800-0xa807]
pci 0000:00:1f.2: reg 1c io port: [0xa480-0xa483]
pci 0000:00:1f.2: reg 20 io port: [0xa400-0xa41f]
pci 0000:00:1f.2: reg 24 32bit mmio: [0xfbbfa000-0xfbbfa7ff]
pci 0000:00:1f.2: PME# supported from D3hot
pci 0000:00:1f.2: PME# disabled
pci 0000:00:1f.3: reg 10 64bit mmio: [0xfbbf8000-0xfbbf80ff]
pci 0000:00:1f.3: reg 20 io port: [0x400-0x41f]
pci 0000:07:00.0: reg 10 32bit mmio: [0xfbee0000-0xfbefffff]
pci 0000:07:00.0: reg 14 32bit mmio: [0xfbec0000-0xfbedffff]
pci 0000:07:00.0: reg 18 io port: [0xec00-0xec1f]
pci 0000:07:00.0: reg 1c 32bit mmio: [0xfbebc000-0xfbebffff]
pci 0000:07:00.0: reg 30 32bit mmio pref: [0xfbe80000-0xfbe9ffff]
pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
pci 0000:07:00.0: PME# disabled
pci 0000:07:00.1: reg 10 32bit mmio: [0xfbe60000-0xfbe7ffff]
pci 0000:07:00.1: reg 14 32bit mmio: [0xfbe40000-0xfbe5ffff]
pci 0000:07:00.1: reg 18 io port: [0xe880-0xe89f]
pci 0000:07:00.1: reg 1c 32bit mmio: [0xfbe3c000-0xfbe3ffff]
pci 0000:07:00.1: reg 30 32bit mmio pref: [0xfbe00000-0xfbe1ffff]
pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
pci 0000:07:00.1: PME# disabled
pci 0000:00:01.0: bridge io port: [0xe000-0xefff]
pci 0000:00:01.0: bridge 32bit mmio: [0xfbe00000-0xfbefffff]
pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
pci 0000:02:00.0: PME# disabled
pci 0000:00:07.0: bridge io port: [0xc000-0xdfff]
pci 0000:00:07.0: bridge 32bit mmio: [0xfbc00000-0xfbdfffff]
pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
pci 0000:03:02.0: PME# disabled
pci 0000:03:04.0: PME# supported from D0 D3hot D3cold
pci 0000:03:04.0: PME# disabled
pci 0000:02:00.0: bridge io port: [0xc000-0xdfff]
pci 0000:02:00.0: bridge 32bit mmio: [0xfbc00000-0xfbdfffff]
pci 0000:05:00.0: reg 10 32bit mmio: [0xfbde0000-0xfbdfffff]
pci 0000:05:00.0: reg 14 32bit mmio: [0xfbdc0000-0xfbddffff]
pci 0000:05:00.0: reg 18 io port: [0xdc00-0xdc1f]
pci 0000:05:00.0: reg 30 32bit mmio pref: [0xfbda0000-0xfbdbffff]
pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
pci 0000:05:00.0: PME# disabled
pci 0000:05:00.1: reg 10 32bit mmio: [0xfbd80000-0xfbd9ffff]
pci 0000:05:00.1: reg 14 32bit mmio: [0xfbd60000-0xfbd7ffff]
pci 0000:05:00.1: reg 18 io port: [0xd880-0xd89f]
pci 0000:05:00.1: PME# supported from D0 D3hot D3cold
pci 0000:05:00.1: PME# disabled
pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:03:02.0: bridge io port: [0xd000-0xdfff]
pci 0000:03:02.0: bridge 32bit mmio: [0xfbd00000-0xfbdfffff]
pci 0000:04:00.0: reg 10 32bit mmio: [0xfbce0000-0xfbcfffff]
pci 0000:04:00.0: reg 14 32bit mmio: [0xfbcc0000-0xfbcdffff]
pci 0000:04:00.0: reg 18 io port: [0xcc00-0xcc1f]
pci 0000:04:00.0: PME# supported from D0 D3hot
pci 0000:04:00.0: PME# disabled
pci 0000:04:00.1: reg 10 32bit mmio: [0xfbca0000-0xfbcbffff]
pci 0000:04:00.1: reg 14 32bit mmio: [0xfbc80000-0xfbc9ffff]
pci 0000:04:00.1: reg 18 io port: [0xc880-0xc89f]
pci 0000:04:00.1: PME# supported from D0 D3hot
pci 0000:04:00.1: PME# disabled
pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
pci 0000:03:04.0: bridge io port: [0xc000-0xcfff]
pci 0000:03:04.0: bridge 32bit mmio: [0xfbc00000-0xfbcfffff]
pci 0000:01:05.0: reg 10 32bit mmio: [0xfb000000-0xfb7fffff]
pci 0000:01:05.0: reg 14 32bit mmio: [0xfafe0000-0xfaffffff]
pci 0000:01:05.0: reg 18 io port: [0xbc00-0xbc7f]
pci 0000:01:05.0: supports D1 D2
pci 0000:01:05.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:01:05.0: PME# disabled
pci 0000:00:1e.0: transparent bridge
pci 0000:00:1e.0: bridge io port: [0xb000-0xbfff]
pci 0000:00:1e.0: bridge 32bit mmio: [0xfaf00000-0xfb7fffff]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE3._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.NPE7._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 14 *15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 10 11 12 *14 15)
vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
SCSI subsystem initialized
libata version 3.00 loaded.
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Switching to clocksource hpet
kstop/0 used greatest stack depth: 7240 bytes left
kstop/1 used greatest stack depth: 6968 bytes left
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 14 devices
ACPI: ACPI bus type pnp unregistered
system 00:01: iomem range 0xfbf00000-0xfbffffff has been reserved
system 00:01: iomem range 0xfc000000-0xfcffffff has been reserved
system 00:01: iomem range 0xfd000000-0xfdffffff has been reserved
system 00:01: iomem range 0xfe000000-0xfebfffff has been reserved
system 00:01: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:01: iomem range 0xfed10000-0xfed10fff has been reserved
system 00:06: ioport range 0xa00-0xa0f has been reserved
system 00:06: ioport range 0xa10-0xa1f has been reserved
system 00:07: ioport range 0x4d0-0x4d1 has been reserved
system 00:07: ioport range 0x800-0x87f has been reserved
system 00:07: ioport range 0x500-0x57f has been reserved
system 00:07: ioport range 0xca2-0xca2 has been reserved
system 00:07: ioport range 0xca6-0xca6 has been reserved
system 00:07: ioport range 0xcaa-0xcaa has been reserved
system 00:07: ioport range 0xcae-0xcae has been reserved
system 00:07: ioport range 0xcb2-0xcb6 has been reserved
system 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved
system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:07: iomem range 0xfed45000-0xfed89fff has been reserved
system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
system 00:07: iomem range 0xfed45000-0xfed8ffff could not be reserved
system 00:07: iomem range 0xfec8a000-0xfec8afff could not be reserved
system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
system 00:0d: iomem range 0x0-0x9ffff could not be reserved
system 00:0d: iomem range 0xc0000-0xcffff could not be reserved
system 00:0d: iomem range 0xe0000-0xfffff could not be reserved
system 00:0d: iomem range 0x100000-0xbfffffff could not be reserved
system 00:0d: iomem range 0xfed90000-0xffffffff could not be reserved
pci 0000:00:01.0: PCI bridge, secondary bus 0000:07
pci 0000:00:01.0:   IO window: 0xe000-0xefff
pci 0000:00:01.0:   MEM window: 0xfbe00000-0xfbefffff
pci 0000:00:01.0:   PREFETCH window: disabled
pci 0000:00:03.0: PCI bridge, secondary bus 0000:06
pci 0000:00:03.0:   IO window: disabled
pci 0000:00:03.0:   MEM window: disabled
pci 0000:00:03.0:   PREFETCH window: disabled
pci 0000:03:02.0: PCI bridge, secondary bus 0000:05
pci 0000:03:02.0:   IO window: 0xd000-0xdfff
pci 0000:03:02.0:   MEM window: 0xfbd00000-0xfbdfffff
pci 0000:03:02.0:   PREFETCH window: disabled
pci 0000:03:04.0: PCI bridge, secondary bus 0000:04
pci 0000:03:04.0:   IO window: 0xc000-0xcfff
pci 0000:03:04.0:   MEM window: 0xfbc00000-0xfbcfffff
pci 0000:03:04.0:   PREFETCH window: disabled
pci 0000:02:00.0: PCI bridge, secondary bus 0000:03
pci 0000:02:00.0:   IO window: 0xc000-0xdfff
pci 0000:02:00.0:   MEM window: 0xfbc00000-0xfbdfffff
pci 0000:02:00.0:   PREFETCH window: disabled
pci 0000:00:07.0: PCI bridge, secondary bus 0000:02
pci 0000:00:07.0:   IO window: 0xc000-0xdfff
pci 0000:00:07.0:   MEM window: 0xfbc00000-0xfbdfffff
pci 0000:00:07.0:   PREFETCH window: disabled
pci 0000:00:1e.0: PCI bridge, secondary bus 0000:01
pci 0000:00:1e.0:   IO window: 0xb000-0xbfff
pci 0000:00:1e.0:   MEM window: 0xfaf00000-0xfb7fffff
pci 0000:00:1e.0:   PREFETCH window: disabled
pci 0000:00:01.0: setting latency timer to 64
pci 0000:00:03.0: setting latency timer to 64
pci 0000:00:07.0: setting latency timer to 64
pci 0000:02:00.0: setting latency timer to 64
pci 0000:03:02.0: setting latency timer to 64
pci 0000:03:04.0: setting latency timer to 64
pci 0000:00:1e.0: setting latency timer to 64
pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
pci_bus 0000:07: resource 0 io:  [0xe000-0xefff]
pci_bus 0000:07: resource 1 mem: [0xfbe00000-0xfbefffff]
pci_bus 0000:02: resource 0 io:  [0xc000-0xdfff]
pci_bus 0000:02: resource 1 mem: [0xfbc00000-0xfbdfffff]
pci_bus 0000:03: resource 0 io:  [0xc000-0xdfff]
pci_bus 0000:03: resource 1 mem: [0xfbc00000-0xfbdfffff]
pci_bus 0000:05: resource 0 io:  [0xd000-0xdfff]
pci_bus 0000:05: resource 1 mem: [0xfbd00000-0xfbdfffff]
pci_bus 0000:04: resource 0 io:  [0xc000-0xcfff]
pci_bus 0000:04: resource 1 mem: [0xfbc00000-0xfbcfffff]
pci_bus 0000:01: resource 0 io:  [0xb000-0xbfff]
pci_bus 0000:01: resource 1 mem: [0xfaf00000-0xfb7fffff]
pci_bus 0000:01: resource 3 io:  [0x00-0xffff]
pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffffffffffff]
NET: Registered protocol family 2
IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
TCP: Hash tables configured (established 524288 bind 65536)
TCP reno registered
NET: Registered protocol family 1
pci 0000:07:00.0: Disabling L0s
pci 0000:07:00.1: Disabling L0s
pci 0000:01:05.0: Boot video device
Trying to unpack rootfs image as initramfs...
debug: unmapping init memory ffff880037c57000..ffff880037ff0000
audit: initializing netlink socket (disabled)
type=2000 audit(1342149941.046:1): initialized
HugeTLB registered 2 MB page size, pre-allocated 0 pages
VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
msgmni has been set to 32768
SELinux:  Registering netfilter hooks
cryptomgr_test used greatest stack depth: 5752 bytes left
alg: No test for stdrng (krng)
ksign: Installing public key data
Loading keyring
- Added public key B53125DC86710D19
- User ID: Oracle America, Inc. (Kernel Module GPG key)
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered (default)
io scheduler cfq registered
  alloc irq_desc for 48 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:01.0: irq 48 for MSI/MSI-X
pcieport 0000:00:01.0: setting latency timer to 64
  alloc irq_desc for 49 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:03.0: irq 49 for MSI/MSI-X
pcieport 0000:00:03.0: setting latency timer to 64
  alloc irq_desc for 50 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:00:07.0: irq 50 for MSI/MSI-X
pcieport 0000:00:07.0: setting latency timer to 64
pcieport 0000:02:00.0: setting latency timer to 64
  alloc irq_desc for 51 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:03:02.0: irq 51 for MSI/MSI-X
pcieport 0000:03:02.0: setting latency timer to 64
  alloc irq_desc for 52 on node -1
  alloc kstat_irqs on node -1
pcieport 0000:03:04.0: irq 52 for MSI/MSI-X
pcieport 0000:03:04.0: setting latency timer to 64
aer 0000:00:01.0:pcie02: AER service couldn't init device: no _OSC support
aer 0000:00:03.0:pcie02: AER service couldn't init device: no _OSC support
aer 0000:00:07.0:pcie02: AER service couldn't init device: no _OSC support
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
input: Power Button as /class/input/input0
ACPI: Power Button [PWRB]
input: Power Button as /class/input/input1
ACPI: Power Button [PWRF]
ACPI: SSDT 00000000bf7804c0 0603C (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
ACPI: SSDT 00000000bf786500 00C88 (v01  PmRef  P001Cst 00003001 INTL 20051117)
ACPI: SSDT 00000000bf787190 00A0A (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
processor LNXCPU:00: registered as cooling_device0
processor LNXCPU:01: registered as cooling_device1
processor LNXCPU:02: registered as cooling_device2
processor LNXCPU:03: registered as cooling_device3
processor LNXCPU:04: registered as cooling_device4
processor LNXCPU:05: registered as cooling_device5
processor LNXCPU:06: registered as cooling_device6
processor LNXCPU:07: registered as cooling_device7
processor LNXCPU:08: registered as cooling_device8
processor LNXCPU:09: registered as cooling_device9
processor LNXCPU:0a: registered as cooling_device10
processor LNXCPU:0b: registered as cooling_device11
processor LNXCPU:0c: registered as cooling_device12
processor LNXCPU:0d: registered as cooling_device13
processor LNXCPU:0e: registered as cooling_device14
processor LNXCPU:0f: registered as cooling_device15
processor LNXCPU:10: registered as cooling_device16
processor LNXCPU:11: registered as cooling_device17
processor LNXCPU:12: registered as cooling_device18
processor LNXCPU:13: registered as cooling_device19
processor LNXCPU:14: registered as cooling_device20
processor LNXCPU:15: registered as cooling_device21
processor LNXCPU:16: registered as cooling_device22
processor LNXCPU:17: registered as cooling_device23
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
tpm_tis 00:0a: 1.2 TPM (device-id 0xB, rev-id 16)
Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
brd: module loaded
loop: module loaded
input: Macintosh mouse button emulation as /class/input/input2
Fixed MDIO Bus: probed
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  alloc irq_desc for 18 on node -1
  alloc kstat_irqs on node -1
ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ehci_hcd 0000:00:1a.7: setting latency timer to 64
ehci_hcd 0000:00:1a.7: EHCI Host Controller
ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:1a.7: debug port 1
ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfbbf4000
ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.32-300.29.1uek.debug ehci_hcd
usb usb1: SerialNumber: 0000:00:1a.7
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 6 ports detected
  alloc irq_desc for 23 on node -1
  alloc kstat_irqs on node -1
ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
ehci_hcd 0000:00:1d.7: setting latency timer to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
ehci_hcd 0000:00:1d.7: debug port 1
ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfbbf6000
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: EHCI Host Controller
usb usb2: Manufacturer: Linux 2.6.32-300.29.1uek.debug ehci_hcd
usb usb2: SerialNumber: 0000:00:1d.7
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 6 ports detected
ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
uhci_hcd: USB Universal Host Controller Interface driver
  alloc irq_desc for 16 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
uhci_hcd 0000:00:1a.0: setting latency timer to 64
uhci_hcd 0000:00:1a.0: UHCI Host Controller
uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: UHCI Host Controller
usb usb3: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb3: SerialNumber: 0000:00:1a.0
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
  alloc irq_desc for 21 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
uhci_hcd 0000:00:1a.1: setting latency timer to 64
uhci_hcd 0000:00:1a.1: UHCI Host Controller
uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009480
usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: UHCI Host Controller
usb usb4: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb4: SerialNumber: 0000:00:1a.1
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
  alloc irq_desc for 19 on node -1
  alloc kstat_irqs on node -1
uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1a.2: setting latency timer to 64
uhci_hcd 0000:00:1a.2: UHCI Host Controller
uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009400
usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb5: Product: UHCI Host Controller
usb usb5: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb5: SerialNumber: 0000:00:1a.2
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
uhci_hcd 0000:00:1d.0: setting latency timer to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a000
usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb6: Product: UHCI Host Controller
usb usb6: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb6: SerialNumber: 0000:00:1d.0
usb usb6: configuration #1 chosen from 1 choice
hub 6-0:1.0: USB hub found
hub 6-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
uhci_hcd 0000:00:1d.1: setting latency timer to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009c00
usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb7: Product: UHCI Host Controller
usb usb7: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb7: SerialNumber: 0000:00:1d.1
usb usb7: configuration #1 chosen from 1 choice
hub 7-0:1.0: USB hub found
hub 7-0:1.0: 2 ports detected
uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
uhci_hcd 0000:00:1d.2: setting latency timer to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009880
usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb8: Product: UHCI Host Controller
usb usb8: Manufacturer: Linux 2.6.32-300.29.1uek.debug uhci_hcd
usb usb8: SerialNumber: 0000:00:1d.2
usb usb8: configuration #1 chosen from 1 choice
hub 8-0:1.0: USB hub found
hub 8-0:1.0: 2 ports detected
PNP: No PS/2 controller found. Probing ports directly.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX port at 0x60,0x64 irq 12
mice: PS/2 mouse device common for all mice
rtc_cmos 00:03: RTC can wake from S4
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
cpuidle: using governor ladder
cpuidle: using governor menu
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
usbhid: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 17
PM: Resume from disk failed.
registered taskstats version 1
usb 1-3: new high speed USB device using ehci_hcd and address 2
  Magic number: 4:671:411
rtc_cmos 00:03: setting system clock to 2012-07-13 03:25:43 UTC (1342149943)
Initalizing network drop monitor service
debug: unmapping init memory ffffffff81b8d000..ffffffff81d41000
Write protecting the kernel read-only data: 6916k
usb 1-3: config 1 interface 0 altsetting 0 endpoint 0x81 has an invalid bInterval 255, changing to 11
usb 1-3: New USB device found, idVendor=046b, idProduct=ff01
usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-3: Product: Generic Hub
usb 1-3: Manufacturer: American Megatrends Inc.
usb 1-3: configuration #1 chosen from 1 choice
hub 1-3:1.0: USB hub found
hub 1-3:1.0: 2 ports detected
Refined TSC clocksource calibration: 2933.437 MHz.
Switching to clocksource tsc
udevd used greatest stack depth: 5296 bytes left
ahci 0000:00:1f.2: version 3.0
ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
  alloc irq_desc for 53 on node -1
  alloc kstat_irqs on node -1
ahci 0000:00:1f.2: irq 53 for MSI/MSI-X
ahci: SSS flag set, parallel bus scan disabled
ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
ahci 0000:00:1f.2: setting latency timer to 64
scsi0 : ahci
scsi1 : ahci
scsi2 : ahci
scsi3 : ahci
scsi4 : ahci
scsi5 : ahci
ata1: SATA max UDMA/133 abar m2048@0xfbbfa000 port 0xfbbfa100 irq 53
ata2: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata3: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata4: SATA max UDMA/133 abar m2048@0xfbbfa000 port 0xfbbfa280 irq 53
ata5: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
ata6: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 53
usb 5-1: new low speed USB device using uhci_hcd and address 2
ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata1.00: ATA-7: SSDSA2SH032G1SB INTEL, 845C8855, max UDMA/133
ata1.00: 62500000 sectors, multi 1: LBA48 NCQ (depth 31)
ata1.00: configured for UDMA/133
scsi 0:0:0:0: Direct-Access     ATA      SSDSA2SH032G1SB  845C PQ: 0 ANSI: 5
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 0:0:0:0: [sda] 62500000 512-byte logical blocks: (32.0 GB/29.8 GiB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda: detected capacity change from 0 to 32000000000
 sda: sda1
 sda1: <solaris: [s0] sda5 [s2] sda6 [s8] sda7 >
sd 0:0:0:0: [sda] Attached SCSI disk
usb 5-1: New USB device found, idVendor=046b, idProduct=ff10
usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 5-1: Product: Virtual Keyboard and Mouse
usb 5-1: Manufacturer: American Megatrends Inc.
usb 5-1: configuration #1 chosen from 1 choice
input: American Megatrends Inc. Virtual Keyboard and Mouse as /class/input/input3
generic-usb 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input0
input: American Megatrends Inc. Virtual Keyboard and Mouse as /class/input/input4
generic-usb 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1a.2-1/input1
ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata2.00: ATA-8: HITACHI H7220AA30SUN2.0T 1007MSUD0V, JKAOA28A, max UDMA/133
ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata2.00: configured for UDMA/133
scsi 1:0:0:0: Direct-Access     ATA      HITACHI H7220AA3 JKAO PQ: 0 ANSI: 5
sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 1:0:0:0: Attached scsi generic sg1 type 0
sd 1:0:0:0: [sdb] Write Protect is off
sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdb: detected capacity change from 0 to 2000398934016
 sdb: sdb1 sdb2
 sdb1: <solaris: [s0] sdb5 [s1] sdb6 [s2] sdb7 [s7] sdb8 [s8] sdb9 >
sd 1:0:0:0: [sdb] Attached SCSI disk
ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata3.00: ATA-8: HITACHI H7220AA30SUN2.0T 1007MSWLEV, JKAOA28A, max UDMA/133
ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
ata3.00: configured for UDMA/133
scsi 2:0:0:0: Direct-Access     ATA      HITACHI H7220AA3 JKAO PQ: 0 ANSI: 5
sd 2:0:0:0: Attached scsi generic sg2 type 0
sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
sd 2:0:0:0: [sdc] Write Protect is off
sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sdc: detected capacity change from 0 to 2000398934016
 sdc: sdc1 sdc2
sd 2:0:0:0: [sdc] Attached SCSI disk
ata4: SATA link down (SStatus 0 SControl 300)
async/2 used greatest stack depth: 4968 bytes left
async/6 used greatest stack depth: 4936 bytes left
ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata5.00: ATA-8: MARVELL SD88SA024SA0 SUN24G 1008M028TF, 1023D20R, max UDMA/133
ata5.00: 47999744 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata5.00: configured for UDMA/133
scsi 4:0:0:0: Direct-Access     ATA      MARVELL SD88SA02 1023 PQ: 0 ANSI: 5
sd 4:0:0:0: Attached scsi generic sg3 type 0
sd 4:0:0:0: [sdd] 47999744 512-byte logical blocks: (24.5 GB/22.8 GiB)
sd 4:0:0:0: [sdd] Write Protect is off
sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
sd 4:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sdd: detected capacity change from 0 to 24575868928
 sdd: sdd1
 sdd1: <solaris: [s0] sdd5 [s1] sdd6 [s2] sdd7 [s8] sdd8 >
sd 4:0:0:0: [sdd] Attached SCSI disk
ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6.00: ATA-8: MARVELL SD88SA024SA0 SUN24G 1008M028RX, 1023D20R, max UDMA/133
ata6.00: 47999744 sectors, multi 0: LBA48 NCQ (depth 31/32)
ata6.00: configured for UDMA/133
scsi 5:0:0:0: Direct-Access     ATA      MARVELL SD88SA02 1023 PQ: 0 ANSI: 5
sd 5:0:0:0: [sde] 47999744 512-byte logical blocks: (24.5 GB/22.8 GiB)
sd 5:0:0:0: Attached scsi generic sg4 type 0
sd 5:0:0:0: [sde] Write Protect is off
sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
sd 5:0:0:0: [sde] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
sde: detected capacity change from 0 to 24575868928
 sde: sde1
 sde1: <solaris: [s2] sde5 [s8] sde6 >
sd 5:0:0:0: [sde] Attached SCSI disk
insmod used greatest stack depth: 4688 bytes left
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
type=1404 audit(1342149968.545:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
SELinux: 8192 avtab hash slots, 83426 rules.
SELinux: 8192 avtab hash slots, 83426 rules.
SELinux:  3 users, 6 roles, 2067 types, 278 bools, 1 sens, 1024 cats
SELinux:  61 classes, 83426 rules
SELinux:  class peer not defined in policy
SELinux:  class capability2 not defined in policy
SELinux:  class kernel_service not defined in policy
SELinux:  class tun_socket not defined in policy
SELinux:  permission open in class dir not defined in policy
SELinux:  permission open in class file not defined in policy
SELinux:  permission open in class chr_file not defined in policy
SELinux:  permission open in class blk_file not defined in policy
SELinux:  permission open in class sock_file not defined in policy
SELinux:  permission open in class fifo_file not defined in policy
SELinux:  permission recvfrom in class node not defined in policy
SELinux:  permission sendto in class node not defined in policy
SELinux:  permission ingress in class netif not defined in policy
SELinux:  permission egress in class netif not defined in policy
SELinux:  permission module_request in class system not defined in policy
SELinux:  permission setfcap in class capability not defined in policy
SELinux:  permission nlmsg_tty_audit in class netlink_audit_socket not defined in policy
SELinux:  permission forward_in in class packet not defined in policy
SELinux:  permission forward_out in class packet not defined in policy
SELinux: the above unknown classes and permissions will be allowed
SELinux:  Completing initialization.
SELinux:  Setting up existing superblocks.
SELinux: initialized (dev dm-0, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts
SELinux: initialized (dev securityfs, type securityfs), not configured for labeling
SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts
SELinux: initialized (dev devpts, type devpts), uses transition SIDs
SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts
SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
SELinux: initialized (dev proc, type proc), uses genfs_contexts
SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
type=1403 audit(1342149968.872:3): policy loaded auid=4294967295 ses=4294967295
hostname used greatest stack depth: 4208 bytes left
mount used greatest stack depth: 3632 bytes left
sed used greatest stack depth: 3616 bytes left
dca service started, version 1.12.1
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hardware
iTCO_wdt: No card detected
input: PC Speaker as /class/input/input5
i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
ioatdma: Intel(R) QuickData Technology Driver 4.00
  alloc irq_desc for 43 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.0: PCI INT A -> GSI 43 (level, low) -> IRQ 43
ioatdma 0000:00:16.0: setting latency timer to 64
  alloc irq_desc for 54 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.0: irq 54 for MSI/MSI-X
  alloc irq_desc for 44 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.1: PCI INT B -> GSI 44 (level, low) -> IRQ 44
ioatdma 0000:00:16.1: setting latency timer to 64
  alloc irq_desc for 55 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.1: irq 55 for MSI/MSI-X
  alloc irq_desc for 45 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.2: PCI INT C -> GSI 45 (level, low) -> IRQ 45
ioatdma 0000:00:16.2: setting latency timer to 64
  alloc irq_desc for 56 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.2: irq 56 for MSI/MSI-X
  alloc irq_desc for 46 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.3: PCI INT D -> GSI 46 (level, low) -> IRQ 46
ioatdma 0000:00:16.3: setting latency timer to 64
  alloc irq_desc for 57 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.3: irq 57 for MSI/MSI-X
ioatdma 0000:00:16.4: PCI INT A -> GSI 43 (level, low) -> IRQ 43
ioatdma 0000:00:16.4: setting latency timer to 64
  alloc irq_desc for 58 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.4: irq 58 for MSI/MSI-X
ioatdma 0000:00:16.5: PCI INT B -> GSI 44 (level, low) -> IRQ 44
ioatdma 0000:00:16.5: setting latency timer to 64
  alloc irq_desc for 59 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.5: irq 59 for MSI/MSI-X
ioatdma 0000:00:16.6: PCI INT C -> GSI 45 (level, low) -> IRQ 45
ioatdma 0000:00:16.6: setting latency timer to 64
  alloc irq_desc for 60 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.6: irq 60 for MSI/MSI-X
ioatdma 0000:00:16.7: PCI INT D -> GSI 46 (level, low) -> IRQ 46
ioatdma 0000:00:16.7: setting latency timer to 64
  alloc irq_desc for 61 on node -1
  alloc kstat_irqs on node -1
ioatdma 0000:00:16.7: irq 61 for MSI/MSI-X
usb_id used greatest stack depth: 3504 bytes left
Intel(R) Gigabit Ethernet Network Driver - version 3.0.6-k
Copyright (c) 2007-2011 Intel Corporation.
  alloc irq_desc for 40 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: PCI INT B -> GSI 40 (level, low) -> IRQ 40
igb 0000:07:00.0: setting latency timer to 64
  alloc irq_desc for 62 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 62 for MSI/MSI-X
  alloc irq_desc for 63 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 63 for MSI/MSI-X
  alloc irq_desc for 64 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 64 for MSI/MSI-X
  alloc irq_desc for 65 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 65 for MSI/MSI-X
  alloc irq_desc for 66 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 66 for MSI/MSI-X
  alloc irq_desc for 67 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 67 for MSI/MSI-X
  alloc irq_desc for 68 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 68 for MSI/MSI-X
  alloc irq_desc for 69 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 69 for MSI/MSI-X
  alloc irq_desc for 70 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.0: irq 70 for MSI/MSI-X
igb 0000:07:00.0: DCA enabled
igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
igb 0000:07:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:21:28:75:7f:7e
igb 0000:07:00.0: eth0: PBA No: FFFFFF-0FF
igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
  alloc irq_desc for 28 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: PCI INT A -> GSI 28 (level, low) -> IRQ 28
igb 0000:07:00.1: setting latency timer to 64
  alloc irq_desc for 71 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 71 for MSI/MSI-X
  alloc irq_desc for 72 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 72 for MSI/MSI-X
  alloc irq_desc for 73 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 73 for MSI/MSI-X
  alloc irq_desc for 74 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 74 for MSI/MSI-X
  alloc irq_desc for 75 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 75 for MSI/MSI-X
  alloc irq_desc for 76 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 76 for MSI/MSI-X
  alloc irq_desc for 77 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 77 for MSI/MSI-X
  alloc irq_desc for 78 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 78 for MSI/MSI-X
  alloc irq_desc for 79 on node -1
  alloc kstat_irqs on node -1
igb 0000:07:00.1: irq 79 for MSI/MSI-X
Error: Driver 'pcspkr' is already registered, aborting...
igb 0000:07:00.1: DCA enabled
igb 0000:07:00.1: Intel(R) Gigabit Ethernet Network Connection
igb 0000:07:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:21:28:75:7f:7f
igb 0000:07:00.1: eth1: PBA No: FFFFFF-0FF
igb 0000:07:00.1: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
e1000e: Intel(R) PRO/1000 Network Driver - 1.4.4-k
e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
e1000e 0000:05:00.0: Disabling ASPM  L1
  alloc irq_desc for 38 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.0: PCI INT B -> GSI 38 (level, low) -> IRQ 38
e1000e 0000:05:00.0: setting latency timer to 64
  alloc irq_desc for 80 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: eth0: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9d
e1000e 0000:05:00.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.0: eth0: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:05:00.1: Disabling ASPM  L1
  alloc irq_desc for 39 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.1: PCI INT A -> GSI 39 (level, low) -> IRQ 39
e1000e 0000:05:00.1: setting latency timer to 64
  alloc irq_desc for 81 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: eth1: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9c
e1000e 0000:05:00.1: eth1: Intel(R) PRO/1000 Network Connection
e1000e 0000:05:00.1: eth1: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.0: Disabling ASPM  L1
  alloc irq_desc for 37 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.0: PCI INT B -> GSI 37 (level, low) -> IRQ 37
e1000e 0000:04:00.0: setting latency timer to 64
  alloc irq_desc for 82 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: eth2: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9f
e1000e 0000:04:00.0: eth2: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.0: eth2: MAC: 0, PHY: 4, PBA No: D90197-004
e1000e 0000:04:00.1: Disabling ASPM  L1
  alloc irq_desc for 30 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
e1000e 0000:04:00.1: setting latency timer to 64
  alloc irq_desc for 83 on node -1
  alloc kstat_irqs on node -1
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: eth3: (PCI Express:2.5GT/s:Width x4) 00:15:17:b9:77:9e
e1000e 0000:04:00.1: eth3: Intel(R) PRO/1000 Network Connection
e1000e 0000:04:00.1: eth3: MAC: 0, PHY: 4, PBA No: D90197-004
floppy0: no floppy controllers found
lp: driver loaded but no devices found
md: Autodetecting RAID arrays.
md: Scanned 0 and added 0 devices.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on sdc1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
SELinux: initialized (dev sdc1, type ext3), uses xattr
SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
Adding 51511288k swap on /dev/VolGroup00/LogVol01.  Priority:-1 extents:1 across:51511288k 
SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
rc.sysinit used greatest stack depth: 3344 bytes left
microcode: CPU0 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU1 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU2 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU3 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU4 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU5 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU6 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU7 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU8 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU9 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU10 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU11 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU12 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU13 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU14 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU15 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU16 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU17 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU18 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU19 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU20 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU21 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU22 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
microcode: CPU23 sig=0x206c2, pf=0x1, revision=0x13
platform microcode: firmware: requesting intel-ucode/06-2c-02
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Microcode Update Driver: v2.00 removed.
warning: process `kudzu' used the deprecated sysctl system call with 1.23.
Loading iSCSI transport class v2.0-870.
libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
iscsi: registered transport (cxgb3i)
NET: Registered protocol family 10
cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.7 (July 20, 2011)
Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.0.3 (Jun 15, 2010)
iscsi: registered transport (bnx2i)
iscsi: registered transport (tcp)
iscsi: registered transport (iser)
iscsi: registered transport (be2iscsi)
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
warning: `mcstransd' uses 32-bit capabilities (legacy support in use)
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
e1000e 0000:05:00.0: irq 80 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
e1000e 0000:05:00.1: irq 81 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth1: link is not ready
e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
e1000e 0000:04:00.0: irq 82 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth2: link is not ready
e1000e: eth2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
eth0: no IPv6 routers present
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
e1000e 0000:04:00.1: irq 83 for MSI/MSI-X
ADDRCONF(NETDEV_UP): eth3: link is not ready
e1000e: eth3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
ADDRCONF(NETDEV_CHANGE): eth3: link becomes ready
eth1: no IPv6 routers present
ADDRCONF(NETDEV_UP): eth4: link is not ready
igb: eth4 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
ADDRCONF(NETDEV_CHANGE): eth4: link becomes ready
type=1400 audit(1342150012.444:4): avc:  denied  { sys_tty_config } for  pid=4595 comm="consoletype" capability=26  scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
type=1400 audit(1342150012.506:5): avc:  denied  { sys_tty_config } for  pid=4623 comm="consoletype" capability=26  scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
eth2: no IPv6 routers present
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts
Bluetooth: Core ver 2.15
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.14
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
eth3: no IPv6 routers present
Bluetooth: HIDP (Human Interface Emulation) ver 1.2
eth4: no IPv6 routers present
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-12 23:46                                           ` Joe Jin
@ 2012-07-13  4:10                                             ` Dave, Tushar N
  -1 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-13  4:10 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Thursday, July 12, 2012 4:46 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
Thanks for sending full dmesg log. I am still investigating. I think this issue can occur if two PCIe link partner *i.e pcie bridge and pcie device do not have same max payload size.
I need 2 more info. 
1) PBA number of the card.
2) full lspci -vvv output of entire system 'after you have changed max payload size to 128'.

Thanks.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-13  4:10                                             ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-13  4:10 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Thursday, July 12, 2012 4:46 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
Thanks for sending full dmesg log. I am still investigating. I think this issue can occur if two PCIe link partner *i.e pcie bridge and pcie device do not have same max payload size.
I need 2 more info. 
1) PBA number of the card.
2) full lspci -vvv output of entire system 'after you have changed max payload size to 128'.

Thanks.

-Tushar

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-13  4:10                                             ` Dave, Tushar N
@ 2012-07-13  4:33                                               ` Joe Jin
  -1 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-13  4:33 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/13/12 12:10, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 4:46 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
> Thanks for sending full dmesg log. I am still investigating. I think this issue can occur if two PCIe link partner *i.e pcie bridge and pcie device do not have same max payload size.
> I need 2 more info. 
> 1) PBA number of the card.

This is a remote server and I could not get this.

> 2) full lspci -vvv output of entire system 'after you have changed max payload size to 128'.
> 

00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 4044
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb
Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-13  4:33                                               ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-13  4:33 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/13/12 12:10, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 4:46 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
> Thanks for sending full dmesg log. I am still investigating. I think this issue can occur if two PCIe link partner *i.e pcie bridge and pcie device do not have same max payload size.
> I need 2 more info. 
> 1) PBA number of the card.

This is a remote server and I could not get this.

> 2) full lspci -vvv output of entire system 'after you have changed max payload size to 128'.
> 

00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
		Address: 00000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>

00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fbe00000-fbefffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4049
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr+ UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 05, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4051
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #51, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet+ LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=00, secondary=02, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: Oracle Corporation Device 5352
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00000  Data: 4059
		Masking: 00000003  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #55, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet+ LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+
		DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC])
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at fec8a000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

00:14.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub System Management Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.1 PIC: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.2 PIC: Intel Corporation 5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Surprise+ LLActRep+ BwNot+
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB

00:14.3 PIC: Intel Corporation 5520/5500/X58 I/O Hub Throttle Registers (rev 22) (prog-if 00 [8259])
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbf0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbec000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbe8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbe4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 43
	Region 0: Memory at fbbe0000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 44
	Region 0: Memory at fbbdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin C routed to IRQ 45
	Region 0: Memory at fbbd8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin D routed to IRQ 46
	Region 0: Memory at fbbd4000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 4: I/O ports at 9800 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 9480 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 19
	Region 4: I/O ports at 9400 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf4000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 4: I/O ports at a000 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 19
	Region 4: I/O ports at 9c00 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin C routed to IRQ 18
	Region 4: I/O ports at 9880 [size=32]
	Capabilities: [50] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: uhci_hcd

00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at fbbf6000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: faf00000-fb7fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: Oracle Corporation Device 5352

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0])
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 53
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a880 [size=4]
	Region 2: I/O ports at a800 [size=8]
	Region 3: I/O ports at a480 [size=4]
	Region 4: I/O ports at a400 [size=32]
	Region 5: Memory at fbbfa000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/16 Maskable- 64bit-
		Address: fee24000  Data: 4044
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at fbbf8000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 0400 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c-i801

01:05.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 10) (prog-if 00 [VGA controller])
	Subsystem: ASPEED Technology, Inc. ASPEED Graphics Family
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=8M]
	Region 1: Memory at fafe0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at bc00 [size=128]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=02, secondary=03, subordinate=05, sec-latency=0
	I/O behind bridge: 0000c000-0000dfff
	Memory behind bridge: fbc00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Upstream Port, MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 25.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=4
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=02 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32+ WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
			Port Arbitration Table <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:02.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: fbd00000-fbdfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4061
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

03:04.0 PCI bridge: Integrated Device Technology, Inc. PES12N3A PCI Express Switch (rev 0e) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Bus: primary=03, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: fbc00000-fbcfffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v1) Downstream Port (Slot-), MSI 00
		DevCap:	MaxPayload 2048 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise+ LLActRep+ BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
	Capabilities: [c0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00000  Data: 4069
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 82
	Region 0: Memory at fbce0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbcc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at cc00 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee33000  Data: 405c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 83
	Region 0: Memory at fbca0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbc80000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at c880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee13000  Data: 4064
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #4, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9e
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at fbde0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbdc0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at dc00 [size=32]
	Expansion ROM at fbda0000 [disabled] [size=128K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee35000  Data: 406c
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

05:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
	Subsystem: Oracle Corporation x4 PCI-Express Quad Gigabit Ethernet UTP Low Profile Adapter
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 81
	Region 0: Memory at fbd80000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbd60000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at d880 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee15000  Data: 4054
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO+ CmpltAbrt- UnxCmplt- RxOF- MalfTLP+ ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 12, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-b9-77-9c
	Kernel driver in use: e1000e
	Kernel modules: e1000e

07:00.0 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin B routed to IRQ 40
	Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ec00 [size=32]
	Region 3: Memory at fbebc000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe80000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb

07:00.1 Ethernet controller: Intel Corporation 82575EB Gigabit Network Connection (rev 02)
	Subsystem: Oracle Corporation Device 5352
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 256 bytes
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at fbe60000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at fbe40000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at e880 [size=32]
	Region 3: Memory at fbe3c000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at fbe00000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [60] MSI-X: Enable+ Count=10 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP+ Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number 00-21-28-ff-ff-75-7f-7f
	Kernel driver in use: igb
	Kernel modules: igb
Thanks,
Joe

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-07-13  4:33                                               ` Joe Jin
  (?)
@ 2012-07-15  3:42                                               ` Dave, Tushar N
  2012-07-15  3:52                                                   ` Joe Jin
  2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
  -1 siblings, 2 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-07-15  3:42 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Thursday, July 12, 2012 9:34 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 07/13/12 12:10, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Thursday, July 12, 2012 4:46 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>> Thanks for sending full dmesg log. I am still investigating. I think
>this issue can occur if two PCIe link partner *i.e pcie bridge and pcie
>device do not have same max payload size.
>> I need 2 more info.
>> 1) PBA number of the card.
>
>This is a remote server and I could not get this.
>
>> 2) full lspci -vvv output of entire system 'after you have changed max
>payload size to 128'.

Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
All devices in path from root complex to 82571, should have same max payload size otherwise it can cause hang. When you set max payload to 128 from BIOS, all device in path from root complex to 82571 got assigned same max payload size. This resolves the issue.

I hope this helps.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-15  3:42                                               ` Dave, Tushar N
@ 2012-07-15  3:52                                                   ` Joe Jin
  2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
  1 sibling, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-15  3:52 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel

On 07/15/12 11:42, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 9:34 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/13/12 12:10, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Thursday, July 12, 2012 4:46 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>> Thanks for sending full dmesg log. I am still investigating. I think
>> this issue can occur if two PCIe link partner *i.e pcie bridge and pcie
>> device do not have same max payload size.
>>> I need 2 more info.
>>> 1) PBA number of the card.
>>
>> This is a remote server and I could not get this.
>>
>>> 2) full lspci -vvv output of entire system 'after you have changed max
>> payload size to 128'.
> 
> Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
> All devices in path from root complex to 82571, should have same max payload size otherwise it can cause hang. When you set max payload to 128 from BIOS, all device in path from root complex to 82571 got assigned same max payload size. This resolves the issue.
> 
> I hope this helps.

Tushar,

Thanks a lot for your help, will send this to hardware engineer.

Regards,
Joe


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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-15  3:52                                                   ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-07-15  3:52 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel

On 07/15/12 11:42, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Thursday, July 12, 2012 9:34 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 07/13/12 12:10, Dave, Tushar N wrote:
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Thursday, July 12, 2012 4:46 PM
>>>> To: Dave, Tushar N
>>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>>> kernel@vger.kernel.org
>>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>>
>>> Thanks for sending full dmesg log. I am still investigating. I think
>> this issue can occur if two PCIe link partner *i.e pcie bridge and pcie
>> device do not have same max payload size.
>>> I need 2 more info.
>>> 1) PBA number of the card.
>>
>> This is a remote server and I could not get this.
>>
>>> 2) full lspci -vvv output of entire system 'after you have changed max
>> payload size to 128'.
> 
> Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
> All devices in path from root complex to 82571, should have same max payload size otherwise it can cause hang. When you set max payload to 128 from BIOS, all device in path from root complex to 82571 got assigned same max payload size. This resolves the issue.
> 
> I hope this helps.

Tushar,

Thanks a lot for your help, will send this to hardware engineer.

Regards,
Joe


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-15  3:42                                               ` Dave, Tushar N
  2012-07-15  3:52                                                   ` Joe Jin
@ 2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
  2012-07-16 15:47                                                   ` Ben Hutchings
  1 sibling, 1 reply; 81+ messages in thread
From: Henrique de Moraes Holschuh @ 2012-07-15 13:35 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: Joe Jin, e1000-devel, netdev, linux-kernel

On Sun, 15 Jul 2012, Dave, Tushar N wrote:
> Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.

And preferably, Linux should complain about it.  Since we know it is going
to cause problems, and since we know it does happen, we should be raising a
ruckus about it in the kernel log (and probably fixing it to min(path) while
at it)...

Is this something that should be raised as a feature request with the
PCI/PCIe subsystem?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
@ 2012-07-16 15:47                                                   ` Ben Hutchings
  2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
  2012-07-17  4:45                                                     ` Jon Mason
  0 siblings, 2 replies; 81+ messages in thread
From: Ben Hutchings @ 2012-07-16 15:47 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh
  Cc: Dave, Tushar N, Joe Jin, e1000-devel, netdev, linux-kernel

On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote:
> On Sun, 15 Jul 2012, Dave, Tushar N wrote:
> > Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
> 
> And preferably, Linux should complain about it.  Since we know it is going
> to cause problems, and since we know it does happen, we should be raising a
> ruckus about it in the kernel log (and probably fixing it to min(path) while
> at it)...
> 
> Is this something that should be raised as a feature request with the
> PCI/PCIe subsystem?

The feature is there, but we ended up with:

commit 5f39e6705faade2e89d119958a8c51b9b6e2c53c
Author: Jon Mason <mason@myri.com>
Date:   Mon Oct 3 09:50:20 2011 -0500

    PCI: Disable MPS configuration by default

But you are welcome to share use of the fixup_mpss_256() quirk.

Ben.

-- 
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-16 15:47                                                   ` Ben Hutchings
@ 2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
  2012-07-17  4:45                                                     ` Jon Mason
  1 sibling, 0 replies; 81+ messages in thread
From: Henrique de Moraes Holschuh @ 2012-07-16 16:08 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: Dave, Tushar N, Joe Jin, e1000-devel, netdev, linux-kernel

On Mon, 16 Jul 2012, Ben Hutchings wrote:
> On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote:
> > On Sun, 15 Jul 2012, Dave, Tushar N wrote:
> > > Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
> > 
> > And preferably, Linux should complain about it.  Since we know it is going
> > to cause problems, and since we know it does happen, we should be raising a
> > ruckus about it in the kernel log (and probably fixing it to min(path) while
> > at it)...
> > 
> > Is this something that should be raised as a feature request with the
> > PCI/PCIe subsystem?
> 
> The feature is there, but we ended up with:
> 
> commit 5f39e6705faade2e89d119958a8c51b9b6e2c53c
> Author: Jon Mason <mason@myri.com>
> Date:   Mon Oct 3 09:50:20 2011 -0500
> 
>     PCI: Disable MPS configuration by default
> 
> But you are welcome to share use of the fixup_mpss_256() quirk.

Meh.  I'd be happy with a warning if MPSS decreases when walking up to
the tree root... i.e. a warning if any child has a MPSS larger than the
parent.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
  0 siblings, 0 replies; 81+ messages in thread
From: Henrique de Moraes Holschuh @ 2012-07-16 16:08 UTC (permalink / raw)
  To: Ben Hutchings; +Cc: netdev, e1000-devel, Joe Jin, linux-kernel

On Mon, 16 Jul 2012, Ben Hutchings wrote:
> On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote:
> > On Sun, 15 Jul 2012, Dave, Tushar N wrote:
> > > Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
> > 
> > And preferably, Linux should complain about it.  Since we know it is going
> > to cause problems, and since we know it does happen, we should be raising a
> > ruckus about it in the kernel log (and probably fixing it to min(path) while
> > at it)...
> > 
> > Is this something that should be raised as a feature request with the
> > PCI/PCIe subsystem?
> 
> The feature is there, but we ended up with:
> 
> commit 5f39e6705faade2e89d119958a8c51b9b6e2c53c
> Author: Jon Mason <mason@myri.com>
> Date:   Mon Oct 3 09:50:20 2011 -0500
> 
>     PCI: Disable MPS configuration by default
> 
> But you are welcome to share use of the fixup_mpss_256() quirk.

Meh.  I'd be happy with a warning if MPSS decreases when walking up to
the tree root... i.e. a warning if any child has a MPSS larger than the
parent.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-16 15:47                                                   ` Ben Hutchings
  2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
@ 2012-07-17  4:45                                                     ` Jon Mason
  1 sibling, 0 replies; 81+ messages in thread
From: Jon Mason @ 2012-07-17  4:45 UTC (permalink / raw)
  To: Ben Hutchings
  Cc: Henrique de Moraes Holschuh, Dave, Tushar N, Joe Jin,
	e1000-devel, netdev, linux-kernel

On Mon, Jul 16, 2012 at 8:47 AM, Ben Hutchings
<bhutchings@solarflare.com> wrote:
> On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote:
>> On Sun, 15 Jul 2012, Dave, Tushar N wrote:
>> > Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
>>
>> And preferably, Linux should complain about it.  Since we know it is going
>> to cause problems, and since we know it does happen, we should be raising a
>> ruckus about it in the kernel log (and probably fixing it to min(path) while
>> at it)...
>>
>> Is this something that should be raised as a feature request with the
>> PCI/PCIe subsystem?
>
> The feature is there, but we ended up with:
>
> commit 5f39e6705faade2e89d119958a8c51b9b6e2c53c
> Author: Jon Mason <mason@myri.com>
> Date:   Mon Oct 3 09:50:20 2011 -0500
>
>     PCI: Disable MPS configuration by default

With the quirk, it should work now if pcie_bus_config is set to
PCIE_BUS_SAFE.  With that patch was pushed it was too late in the
release to fix it and see if there were any other ones out there (or
incur the wrath of Linus).  If you are brave enough, you can enable it
by default again and see if there are any other quirks out there. ;-)

> But you are welcome to share use of the fixup_mpss_256() quirk.
>
> Ben.
>
> --
> Ben Hutchings, Staff Engineer, Solarflare
> Not speaking for my employer; that's the marketing department's job.
> They asked us to note that Solarflare product names are trademarked.
>
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
  (?)
@ 2012-07-17  4:48                                                       ` Jon Mason
  -1 siblings, 0 replies; 81+ messages in thread
From: Jon Mason @ 2012-07-17  4:48 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh
  Cc: Ben Hutchings, Dave, Tushar N, Joe Jin, e1000-devel, netdev,
	linux-kernel

On Mon, Jul 16, 2012 at 9:08 AM, Henrique de Moraes Holschuh
<hmh@hmh.eng.br> wrote:
> On Mon, 16 Jul 2012, Ben Hutchings wrote:
>> On Sun, 2012-07-15 at 10:35 -0300, Henrique de Moraes Holschuh wrote:
>> > On Sun, 15 Jul 2012, Dave, Tushar N wrote:
>> > > Somehow setting max payload to 256 from BIOS does not set this value for all devices. I believe this is a BIOS bug.
>> >
>> > And preferably, Linux should complain about it.  Since we know it is going
>> > to cause problems, and since we know it does happen, we should be raising a
>> > ruckus about it in the kernel log (and probably fixing it to min(path) while
>> > at it)...
>> >
>> > Is this something that should be raised as a feature request with the
>> > PCI/PCIe subsystem?
>>
>> The feature is there, but we ended up with:
>>
>> commit 5f39e6705faade2e89d119958a8c51b9b6e2c53c
>> Author: Jon Mason <mason@myri.com>
>> Date:   Mon Oct 3 09:50:20 2011 -0500
>>
>>     PCI: Disable MPS configuration by default
>>
>> But you are welcome to share use of the fixup_mpss_256() quirk.
>
> Meh.  I'd be happy with a warning if MPSS decreases when walking up to
> the tree root... i.e. a warning if any child has a MPSS larger than the
> parent.

You can add "pci=pcie_bus_safe" to the kernel params and it should
resolve your issue.

> --
>   "One disk to rule them all, One disk to find them. One disk to bring
>   them all and in the darkness grind them. In the Land of Redmond
>   where the shadows lie." -- The Silicon Valley Tarot
>   Henrique Holschuh
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-12-19  5:52                                     ` Yijing Wang
@ 2012-12-19  6:13                                       ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-12-19  6:13 UTC (permalink / raw)
  To: Yijing Wang
  Cc: netdev, Jon Mason, linux-kernel, Bjorn Helgaas, e1000-devel,
	Mary Mcgrath, linux-pci, Ben Hutchings, Ethan Zhao

Hi Yijing,

Thanks for your reference, the patch looks good for me, but I have no chance
to test it on customer's env.

Best Regards,
Joe

On 12/19/12 13:52, Yijing Wang wrote:
> On 2012/12/19 11:04, Joe Jin wrote:
>> Hi all,
>>
>> I backported mps commits and ask customer pass "pci=pcie_bus_peer2pee" to kernel
>> to limited MPS to 128 and issue disappeared, sound like this is a BIOS bug.
>>
> 
> Hi Joe,
>    I found similar problem when I do pci hotplug, discussion is here:http://marc.info/?l=linux-pci&m=134810569924220&w=2.
> We try to improve Linux kernel to debug this problem easily based Bjorn's suggestion. Jon sent out the first version patch http://marc.info/?l=linux-pci&m=135002016005274&w=2.
> I think we can do further here, http://marc.info/?l=linux-pci&m=135115581307869&w=2. I hope this information can help you.
> 
> Thanks!
> Yijing.
> 
>> Thanks all of your help.
>>
>> Best Regards,
>> Joe
>>
>> On 11/29/12 23:52, Fujinaka, Todd wrote:
>>> Someone else pointed this out to me locally. If you have a non-client BIOS, you should be able to set the MaxPayloadSize using setpci. You have to make sure that you're being consistent throughout all the associated links.
>>>
>>> Todd Fujinaka
>>> Technical Marketing Engineer
>>> LAN Access Division (LAD)
>>> Intel Corporation
>>> todd.fujinaka@intel.com
>>> (503) 712-4565
>>>
>>>
>>> -----Original Message-----
>>> From: Ethan Zhao [mailto:ethan.kernel@gmail.com] 
>>> Sent: Wednesday, November 28, 2012 7:10 PM
>>> To: Fujinaka, Todd
>>> Cc: Joe Jin; Ben Hutchings; Mary Mcgrath; netdev@vger.kernel.org; e1000-devel@lists.sf.net; linux-kernel@vger.kernel.org; linux-pci
>>> Subject: Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang
>>>
>>> Joe,
>>>     Possibly your customer is running a kernel without source code on a platform whose vendor wouldn't like to fix BIOS issue( Is that a HP/Dell server ?).
>>>     Anyway, to see if is a payload issue or,  you could change the payload size with setpci tool to those devices and set the link retrain bit to trigger the link retraining to debug the issue and identity the root cause.  I thinks it is much easier than modify the BIOS or  eeprom of NIC.
>>>
>>>     e.g.
>>>    set device control register to 0f 00   (128 bytes payload size)
>>>    #   setpci -v -s 00:02.0 98.w=000f
>>>    set device link control register to 60h (retrain the link)
>>>    #  setpci -v -s 00:02.0 a0.b=60
>>>
>>>   Hope it works,  Just my 2 cents.
>>>
>>> Ethan.zhao@oracle.com
>>>
>>> On Wed, Nov 28, 2012 at 11:53 PM, Fujinaka, Todd <todd.fujinaka@intel.com> wrote:
>>>> The only EEPROM I know about or can speak to is the one attached to the 82571 and it doesn't set the MaxPayloadSize. That's done by the BIOS.
>>>>
>>>> Todd Fujinaka
>>>> Technical Marketing Engineer
>>>> LAN Access Division (LAD)
>>>> Intel Corporation
>>>> todd.fujinaka@intel.com
>>>> (503) 712-4565
>>>>
>>>>
>>>> -----Original Message-----
>>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>>> Sent: Wednesday, November 28, 2012 12:31 AM
>>>> To: Ben Hutchings
>>>> Cc: Fujinaka, Todd; Mary Mcgrath; netdev@vger.kernel.org; 
>>>> e1000-devel@lists.sf.net; linux-kernel@vger.kernel.org; linux-pci
>>>> Subject: Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang
>>>>
>>>> On 11/28/12 02:10, Ben Hutchings wrote:
>>>>> On Tue, 2012-11-27 at 17:32 +0000, Fujinaka, Todd wrote:
>>>>>> Forgive me if I'm being too repetitious as I think some of this has 
>>>>>> been mentioned in the past.
>>>>>>
>>>>>> We (and by we I mean the Ethernet part and driver) can only change 
>>>>>> the advertised availability of a larger MaxPayloadSize. The size is 
>>>>>> negotiated by both sides of the link when the link is established.
>>>>>> The driver should not change the size of the link as it would be 
>>>>>> poking at registers outside of its scope and is controlled by the 
>>>>>> upstream bridge (not us).
>>>>> [...]
>>>>>
>>>>> MaxPayloadSize (MPS) is not negotiated between devices but is 
>>>>> programmed by the system firmware (at least for devices present at 
>>>>> boot - the kernel may be responsible in case of hotplug).  You can 
>>>>> use the kernel parameter 'pci=pcie_bus_perf' (or one of several 
>>>>> others) to set a policy that overrides this, but no policy will allow 
>>>>> setting MPS above the device's MaxPayloadSizeSupported (MPSS).
>>>>>
>>>>
>>>> Ben,
>>>>
>>>> Unfortunately I'm using 3.0.x kernel and this is not included in the kernel.
>>>> So I'm trying to use ethtool modify it from eeprom to see if help or no.
>>>>
>>>>
>>>> Todd, I'll review all MaxPayload for all devices, but need to say if it mismatch, customer could not modify it from BIOS for there was not entry at there, to test it, we have to find how to verify if this is the root cause, so still need to find the offset in eeprom.
>>>>
>>>> Thanks in advance,
>>>> Joe
>>>>
>>
>>
> 
> 


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-27  0:59                   ` Joe Jin
@ 2012-11-27  2:06                     ` Mary Mcgrath
  2012-11-27 17:32                       ` [E1000-devel] " Fujinaka, Todd
  0 siblings, 1 reply; 81+ messages in thread
From: Mary Mcgrath @ 2012-11-27  2:06 UTC (permalink / raw)
  To: Joe Jin; +Cc: netdev, e1000-devel, linux-kernel

Joe
Thank you for working this.
I would love to find out how they expect a customer to make the modification
To  "word  0x1A, and see if the 8th bit is 0 or 1, and to change to 0."

I have in turn asked the ct for the lspci command on eth3, maybe the incorrect setting is upstream.

Again,  thank you.
Regards
Mary



-----Original Message-----
From: Joe Jin 
Sent: Monday, November 26, 2012 8:00 PM
To: Fujinaka, Todd
Cc: Dave, Tushar N; netdev@vger.kernel.org; e1000-devel@lists.sf.net; linux-kernel@vger.kernel.org; Mary Mcgrath
Subject: Re: [E1000-devel] 82571EB: Detected Hardware Unit Hang

On 11/27/12 00:23, Fujinaka, Todd wrote:
> If you look at the previous section, DevCap, you'll see that it's 
> correctly advertising 256 bytes but the system is negotiating 128 for 
> the link to the Ethernet controller. Things on the "other" side of the 
> link are controlled outside of the e1000 driver.
> 
> Tushar's first suggestion was to check the PCIe payload settings in 
> the entire chain. Have you done that? Mismatches will cause hangs.

Hi Todd,

So far I had to know how to modify the maxpayload size, since BIOS have not entry to change this, so I had to use ethtool, now I need to get the offset of MaxPayload size in eeprom, I ever tried to find from Intel online document but failed, any idea?

Thanks in advance,
Joe

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-20  8:59             ` Dave, Tushar N
  2012-11-20 13:24               ` Joe Jin
@ 2012-11-20 13:24               ` Joe Jin
  1 sibling, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-11-20 13:24 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/20/12 16:59, Dave, Tushar N wrote:
> Have you power off the system completely after modifying eeprom? If not please do so.

Hi Tushar,

Seems not works for me, would you please help to check what is wrong of my operations?

Original eeprom dump:

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 07 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
<--snip-->

# ethtool eth3
Settings for eth3:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Speed: 1000Mb/s
	Duplex: Full
	Port: Twisted Pair
	PHYAD: 1
	Transceiver: internal
	Auto-negotiation: on
	MDI-X: off
	Supports Wake-on: d
	Wake-on: d
	Current message level: 0x00000007 (7)
	Link detected: yes

# ethtool -E eth3 magic 0x10a48086 offset 0x34 value 0xa7
# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a7 07 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^ <== a6 --> a7
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# reboot

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a7 07 03 84 83 07 00 00 03 c3 02 06 
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
		DevSta:	CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
<--snip-->

#  ethtool -E eth3 magic 0x10a48086 offset 0x35 value 0x17

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 17 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^<== 07 -> 17
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# reboot

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 17 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^<== 07 -> 17
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
		DevSta:	CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
<--snip-->

Thanks,
Joe


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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-20  8:59             ` Dave, Tushar N
@ 2012-11-20 13:24               ` Joe Jin
  2012-11-26 16:23                 ` [E1000-devel] " Fujinaka, Todd
  2012-11-20 13:24               ` Joe Jin
  1 sibling, 1 reply; 81+ messages in thread
From: Joe Jin @ 2012-11-20 13:24 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/20/12 16:59, Dave, Tushar N wrote:
> Have you power off the system completely after modifying eeprom? If not please do so.

seems not works for me, would you please help to check what is wrong of my operations?

Original eeprom dump:

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 07 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
<--snip-->

# ethtool eth3
Settings for eth3:
	Supported ports: [ TP ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	                        1000baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Speed: 1000Mb/s
	Duplex: Full
	Port: Twisted Pair
	PHYAD: 1
	Transceiver: internal
	Auto-negotiation: on
	MDI-X: off
	Supports Wake-on: d
	Wake-on: d
	Current message level: 0x00000007 (7)
	Link detected: yes

# ethtool -E eth3 magic 0x10a48086 offset 0x34 value 0xa7
# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a7 07 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^ <== a6 --> a7
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# reboot

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a7 07 03 84 83 07 00 00 03 c3 02 06 
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
		DevSta:	CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
<--snip-->

#  ethtool -E eth3 magic 0x10a48086 offset 0x35 value 0x17

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 17 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^<== 07 -> 17
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# reboot

# ethtool -e eth3 | head -8
Offset		Values
------		------
0x0000		00 15 17 16 ee 9a 24 05 ff ff a2 50 ff ff ff ff 
0x0010		57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020		08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030		f6 6c b0 37 a6 17 03 84 83 07 00 00 03 c3 02 06 
                            ^^^^^<== 07 -> 17
0x0040		08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050		00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

# lspci -s 0000:52:00.1 -vvv
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
<--snip-->
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
                        ^^^^^^^^^^^^^^^^^^^^^
		DevSta:	CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
<--snip-->

Thanks,
Joe


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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-11-19  5:38           ` Joe Jin
@ 2012-11-20  8:59             ` Dave, Tushar N
  2012-11-20 13:24               ` Joe Jin
  2012-11-20 13:24               ` Joe Jin
  0 siblings, 2 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-20  8:59 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Sunday, November 18, 2012 9:38 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mary Mcgrath
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 11/16/12 04:26, Dave, Tushar N wrote:
>>> Would you please help to fine the offset of max payload size in eeprom?
>>> I'd like to have a try to modify it by ethtool.
>>
>> It is defined using bit 8 of word 0x1A.
>> Bit value 0 = 128B , bit value 1 = 256B
>
>Hi Tushar,
>
>I checked one of my server which Max Payload Size is 128:
>
># lspci -vvv -s 52:00.1
>52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (rev 06)
>        Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter
>        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
>ParErr+ Stepping- SERR- FastB2B- DisINTx+
>        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
><TAbort- <MAbort- >SERR- <PERR- INTx-
>        Latency: 0, Cache Line Size: 64 bytes
>        Interrupt: pin B routed to IRQ 266
>        Region 0: Memory at dfea0000 (32-bit, non-prefetchable)
>[size=128K]
>        Region 1: Memory at dfe80000 (32-bit, non-prefetchable)
>[size=128K]
>        Region 2: I/O ports at 6020 [size=32]
>        [virtual] Expansion ROM at d8120000 [disabled] [size=128K]
>        Capabilities: [c8] Power Management version 2
>                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-
>,D3hot+,D3cold-)
>                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
>        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>                Address: 00000000fee00000  Data: 409a
>        Capabilities: [e0] Express (v1) Endpoint, MSI 00
>                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
><512ns, L1 <64us
>                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+
>Unsupported+
>                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>                        MaxPayload 128 bytes, MaxReadReq 4096 bytes
>                DevSta: CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr-
>TransPend-
>                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s,
>Latency L0 <4us, L1 <64us
>                        ClockPM- Surprise- LLActRep- BwNot-
>                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
>CommClk+
>                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+
>DLActive- BWMgmt- ABWMgmt-
>        Capabilities: [100 v1] Advanced Error Reporting
>                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt-
>RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>                UESvrt: DLP+ SDES- TLP+ FCP+ CmpltTO+ CmpltAbrt+ UnxCmplt+
>RxOF+ MalfTLP+ ECRC- UnsupReq+ ACSViol-
>                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
>NonFatalErr-
>                CEMsk:  RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+
>NonFatalErr-
>                AERCap: First Error Pointer: 14, GenCap- CGenEn- ChkCap-
>ChkEn-
>        Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-16-ed-
>86
>        Kernel driver in use: e1000e
>        Kernel modules: e1000e
>
>And eeprom dump as below:
>
>Offset          Values
>------          ------
>0x0000          00 15 17 16 ed 86 24 05 ff ff a2 50 ff ff ff ff
>0x0010          57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1
>0x0020          08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01
>0x0030          f6 6c b0 37 a6 07 03 84 83 07 00 00 03 c3 02 06
>0x0040          08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00
>0x0050          00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>0x0060          00 01 00 40 1e 12 07 40 00 01 00 40 ff ff ff ff
>
>
>If I did not misunderstand, the value of offset 0x1a is 0x07a6, then the
>bit 8 is 1, but my NIC's MPS is 128b, anything I'm wrong?

Have you power off the system completely after modifying eeprom? If not please do so.
-Tushar 

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-15 20:26         ` Dave, Tushar N
@ 2012-11-19  5:38           ` Joe Jin
  2012-11-20  8:59             ` Dave, Tushar N
  0 siblings, 1 reply; 81+ messages in thread
From: Joe Jin @ 2012-11-19  5:38 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/16/12 04:26, Dave, Tushar N wrote:
>> Would you please help to fine the offset of max payload size in eeprom?
>> I'd like to have a try to modify it by ethtool.
> 
> It is defined using bit 8 of word 0x1A.
> Bit value 0 = 128B , bit value 1 = 256B

Hi Tushar,

I checked one of my server which Max Payload Size is 128:

# lspci -vvv -s 52:00.1
52:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
        Subsystem: Intel Corporation PRO/1000 PT Quad Port Server Adapter
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 266
        Region 0: Memory at dfea0000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at dfe80000 (32-bit, non-prefetchable) [size=128K]
        Region 2: I/O ports at 6020 [size=32]
        [virtual] Expansion ROM at d8120000 [disabled] [size=128K]
        Capabilities: [c8] Power Management version 2
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00000  Data: 409a
        Capabilities: [e0] Express (v1) Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
                        ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
                DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 4096 bytes
                DevSta: CorrErr- UncorrErr- FatalErr+ UnsuppReq+ AuxPwr- TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
                UESvrt: DLP+ SDES- TLP+ FCP+ CmpltTO+ CmpltAbrt+ UnxCmplt+ RxOF+ MalfTLP+ ECRC- UnsupReq+ ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr+ BadTLP+ BadDLLP+ Rollover+ Timeout+ NonFatalErr-
                AERCap: First Error Pointer: 14, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Device Serial Number 00-15-17-ff-ff-16-ed-86
        Kernel driver in use: e1000e
        Kernel modules: e1000e

And eeprom dump as below:

Offset          Values
------          ------
0x0000          00 15 17 16 ed 86 24 05 ff ff a2 50 ff ff ff ff 
0x0010          57 d4 07 74 2f a4 a4 11 86 80 a4 10 86 80 65 b1 
0x0020          08 00 a4 10 00 58 00 00 01 50 00 00 00 00 00 01 
0x0030          f6 6c b0 37 a6 07 03 84 83 07 00 00 03 c3 02 06 
0x0040          08 00 f0 0e 64 21 40 00 01 40 00 00 00 00 00 00 
0x0050          00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
0x0060          00 01 00 40 1e 12 07 40 00 01 00 40 ff ff ff ff 


If I did not misunderstand, the value of offset 0x1a is 0x07a6, then the bit 8 is 1, but 
my NIC's MPS is 128b, anything I'm wrong? 

Thanks,
Joe


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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-11-15  0:32         ` Joe Jin
  (?)
@ 2012-11-15 20:26         ` Dave, Tushar N
  2012-11-19  5:38           ` Joe Jin
  -1 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-15 20:26 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Wednesday, November 14, 2012 4:33 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mary Mcgrath
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 11/14/12 11:45, Dave, Tushar N wrote:
>>> -----Original Message-----
>>> From: Joe Jin [mailto:joe.jin@oracle.com]
>>> Sent: Tuesday, November 13, 2012 6:48 PM
>>> To: Dave, Tushar N
>>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>>> kernel@vger.kernel.org; Mary Mcgrath
>>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>>
>>> On 11/09/12 04:35, Dave, Tushar N wrote:
>>>> All devices in path from root complex to 82571, should have *same*
>>>> max
>>> payload size otherwise it can cause hang.
>>>> Can you double check this?
>>>
>>> Hi Tushar,
>>>
>>> Checked with hardware vendor and they said no way to modify the max
>>> payload size from BIOS, can I modify it from driver side?
>>
>> If you want to change value for 82571 device you can do it from eeprom
>but for other upstream devices I am not sure. I will check with my team.
>
>Hi Tushar,
>
>Would you please help to fine the offset of max payload size in eeprom?
>I'd like to have a try to modify it by ethtool.

It is defined using bit 8 of word 0x1A.
Bit value 0 = 128B , bit value 1 = 256B

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-14  3:45     ` Dave, Tushar N
@ 2012-11-15  0:32         ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-11-15  0:32 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/14/12 11:45, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Tuesday, November 13, 2012 6:48 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org; Mary Mcgrath
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 11/09/12 04:35, Dave, Tushar N wrote:
>>> All devices in path from root complex to 82571, should have *same* max
>> payload size otherwise it can cause hang.
>>> Can you double check this?
>>
>> Hi Tushar,
>>
>> Checked with hardware vendor and they said no way to modify the max
>> payload size from BIOS, can I modify it from driver side?
> 
> If you want to change value for 82571 device you can do it from eeprom but for other upstream devices I am not sure. I will check with my team.

Hi Tushar,

Would you please help to fine the offset of max payload size in eeprom?
I'd like to have a try to modify it by ethtool.

Thanks in advance,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-11-15  0:32         ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-11-15  0:32 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel, Mary Mcgrath

On 11/14/12 11:45, Dave, Tushar N wrote:
>> -----Original Message-----
>> From: Joe Jin [mailto:joe.jin@oracle.com]
>> Sent: Tuesday, November 13, 2012 6:48 PM
>> To: Dave, Tushar N
>> Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>> kernel@vger.kernel.org; Mary Mcgrath
>> Subject: Re: 82571EB: Detected Hardware Unit Hang
>>
>> On 11/09/12 04:35, Dave, Tushar N wrote:
>>> All devices in path from root complex to 82571, should have *same* max
>> payload size otherwise it can cause hang.
>>> Can you double check this?
>>
>> Hi Tushar,
>>
>> Checked with hardware vendor and they said no way to modify the max
>> payload size from BIOS, can I modify it from driver side?
> 
> If you want to change value for 82571 device you can do it from eeprom but for other upstream devices I am not sure. I will check with my team.

Hi Tushar,

Would you please help to fine the offset of max payload size in eeprom?
I'd like to have a try to modify it by ethtool.

Thanks in advance,
Joe

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-11-14  2:47   ` Joe Jin
@ 2012-11-14  3:45     ` Dave, Tushar N
  2012-11-15  0:32         ` Joe Jin
  0 siblings, 1 reply; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-14  3:45 UTC (permalink / raw)
  To: Joe Jin; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

>-----Original Message-----
>From: Joe Jin [mailto:joe.jin@oracle.com]
>Sent: Tuesday, November 13, 2012 6:48 PM
>To: Dave, Tushar N
>Cc: e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mary Mcgrath
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>On 11/09/12 04:35, Dave, Tushar N wrote:
>> All devices in path from root complex to 82571, should have *same* max
>payload size otherwise it can cause hang.
>> Can you double check this?
>
>Hi Tushar,
>
>Checked with hardware vendor and they said no way to modify the max
>payload size from BIOS, can I modify it from driver side?

If you want to change value for 82571 device you can do it from eeprom but for other upstream devices I am not sure. I will check with my team.

-Tushar


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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-11-14  3:37   ` Li Yu
@ 2012-11-14  3:43       ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-14  3:43 UTC (permalink / raw)
  To: Li Yu; +Cc: Joe Jin, e1000-devel, netdev, linux-kernel, Mary Mcgrath

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 3285 bytes --]

>-----Original Message-----
>From: Li Yu [mailto:raise.sail@gmail.com]
>Sent: Tuesday, November 13, 2012 7:37 PM
>To: Dave, Tushar N
>Cc: Joe Jin; e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mary Mcgrath
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>于 2012年11月09日 04:35, Dave, Tushar N 写道:
>>> -----Original Message-----
>>> From: netdev-owner@vger.kernel.org
>>> [mailto:netdev-owner@vger.kernel.org]
>>> On Behalf Of Joe Jin
>>> Sent: Wednesday, November 07, 2012 10:25 PM
>>> To: e1000-devel@lists.sf.net
>>> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Mary
>>> Mcgrath
>>> Subject: 82571EB: Detected Hardware Unit Hang
>>>
>>> Hi list,
>>>
>>> IHAC reported "82571EB Detected Hardware Unit Hang" on HP ProLiant
>>> DL360 G6, and have to reboot the server to recover:
>>>
>>> e1000e 0000:06:00.1: eth3: Detected Hardware Unit Hang:
>>>   TDH                  <1a>
>>>   TDT                  <1a>
>>>   next_to_use          <1a>
>>>   next_to_clean        <18>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <10047a74e>
>>>   next_to_watch        <18>
>>>   jiffies              <10047a88c>
>>>   next_to_watch.status <1>
>>> MAC Status             <80383>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3800>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>>
>>> With newer kernel 2.0.0.1 the issue still reproducible.
>>>
>>> Device info:
>>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>> 06:00.1 0200: 8086:10bc (rev 06)
>>>
>>> I compared lspci output before and after the issue, different as below:
>>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>> 	Subsystem: Hewlett-Packard Company NC364T PCI Express Quad Port
>>> Gigabit Server Adapter
>>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+
>>> Stepping- SERR- FastB2B- DisINTx-
>>> -	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>> +	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>>> +<TAbort- <MAbort- >SERR- <PERR- INTx+
>>
>> Are you sure this is not similar issue as before that you reported.
>> i.e.
>> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270
>>> M2, just copy a big file (>500M) from another server will hit it at
>once.
>>
>> All devices in path from root complex to 82571, should have *same* max
>payload size otherwise it can cause hang.
>> Can you double check this?
>>
>
>We also found such hang problem on 82599EB (ixgbe driver) in RHEL6.3
>kernel, we ever tried to upgrade to latest version (3.8.21 or 3.10.17),
>but it still happens.
>
>Is it probably also due to wrong "max payload size" set in BIOS?
>
It could be or could not be. I would suggest please create another thread with that issue as these two devices are significantly different.

-Tushar
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

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

* RE: 82571EB: Detected Hardware Unit Hang
@ 2012-11-14  3:43       ` Dave, Tushar N
  0 siblings, 0 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-14  3:43 UTC (permalink / raw)
  To: Li Yu; +Cc: Joe Jin, e1000-devel, netdev, linux-kernel, Mary Mcgrath

>-----Original Message-----
>From: Li Yu [mailto:raise.sail@gmail.com]
>Sent: Tuesday, November 13, 2012 7:37 PM
>To: Dave, Tushar N
>Cc: Joe Jin; e1000-devel@lists.sf.net; netdev@vger.kernel.org; linux-
>kernel@vger.kernel.org; Mary Mcgrath
>Subject: Re: 82571EB: Detected Hardware Unit Hang
>
>于 2012年11月09日 04:35, Dave, Tushar N 写道:
>>> -----Original Message-----
>>> From: netdev-owner@vger.kernel.org
>>> [mailto:netdev-owner@vger.kernel.org]
>>> On Behalf Of Joe Jin
>>> Sent: Wednesday, November 07, 2012 10:25 PM
>>> To: e1000-devel@lists.sf.net
>>> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Mary
>>> Mcgrath
>>> Subject: 82571EB: Detected Hardware Unit Hang
>>>
>>> Hi list,
>>>
>>> IHAC reported "82571EB Detected Hardware Unit Hang" on HP ProLiant
>>> DL360 G6, and have to reboot the server to recover:
>>>
>>> e1000e 0000:06:00.1: eth3: Detected Hardware Unit Hang:
>>>   TDH                  <1a>
>>>   TDT                  <1a>
>>>   next_to_use          <1a>
>>>   next_to_clean        <18>
>>> buffer_info[next_to_clean]:
>>>   time_stamp           <10047a74e>
>>>   next_to_watch        <18>
>>>   jiffies              <10047a88c>
>>>   next_to_watch.status <1>
>>> MAC Status             <80383>
>>> PHY Status             <792d>
>>> PHY 1000BASE-T Status  <3800>
>>> PHY Extended Status    <3000>
>>> PCI Status             <10>
>>>
>>> With newer kernel 2.0.0.1 the issue still reproducible.
>>>
>>> Device info:
>>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>> 06:00.1 0200: 8086:10bc (rev 06)
>>>
>>> I compared lspci output before and after the issue, different as below:
>>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit
>>> Ethernet Controller (Copper) (rev 06)
>>> 	Subsystem: Hewlett-Packard Company NC364T PCI Express Quad Port
>>> Gigabit Server Adapter
>>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+
>>> Stepping- SERR- FastB2B- DisINTx-
>>> -	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>>> +	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>>> +<TAbort- <MAbort- >SERR- <PERR- INTx+
>>
>> Are you sure this is not similar issue as before that you reported.
>> i.e.
>> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270
>>> M2, just copy a big file (>500M) from another server will hit it at
>once.
>>
>> All devices in path from root complex to 82571, should have *same* max
>payload size otherwise it can cause hang.
>> Can you double check this?
>>
>
>We also found such hang problem on 82599EB (ixgbe driver) in RHEL6.3
>kernel, we ever tried to upgrade to latest version (3.8.21 or 3.10.17),
>but it still happens.
>
>Is it probably also due to wrong "max payload size" set in BIOS?
>
It could be or could not be. I would suggest please create another thread with that issue as these two devices are significantly different.

-Tushar

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-08 20:35 ` Dave, Tushar N
  2012-11-09  1:22     ` Joe Jin
  2012-11-14  2:47   ` Joe Jin
@ 2012-11-14  3:37   ` Li Yu
  2012-11-14  3:43       ` Dave, Tushar N
  2 siblings, 1 reply; 81+ messages in thread
From: Li Yu @ 2012-11-14  3:37 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: Joe Jin, e1000-devel, netdev, linux-kernel, Mary Mcgrath

于 2012年11月09日 04:35, Dave, Tushar N 写道:
>> -----Original Message-----
>> From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>> On Behalf Of Joe Jin
>> Sent: Wednesday, November 07, 2012 10:25 PM
>> To: e1000-devel@lists.sf.net
>> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Mary Mcgrath
>> Subject: 82571EB: Detected Hardware Unit Hang
>>
>> Hi list,
>>
>> IHAC reported "82571EB Detected Hardware Unit Hang" on HP ProLiant DL360
>> G6, and have to reboot the server to recover:
>>
>> e1000e 0000:06:00.1: eth3: Detected Hardware Unit Hang:
>>   TDH                  <1a>
>>   TDT                  <1a>
>>   next_to_use          <1a>
>>   next_to_clean        <18>
>> buffer_info[next_to_clean]:
>>   time_stamp           <10047a74e>
>>   next_to_watch        <18>
>>   jiffies              <10047a88c>
>>   next_to_watch.status <1>
>> MAC Status             <80383>
>> PHY Status             <792d>
>> PHY 1000BASE-T Status  <3800>
>> PHY Extended Status    <3000>
>> PCI Status             <10>
>>
>> With newer kernel 2.0.0.1 the issue still reproducible.
>>
>> Device info:
>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>> Controller (Copper) (rev 06)
>> 06:00.1 0200: 8086:10bc (rev 06)
>>
>> I compared lspci output before and after the issue, different as below:
>> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>> Controller (Copper) (rev 06)
>> 	Subsystem: Hewlett-Packard Company NC364T PCI Express Quad Port
>> Gigabit Server Adapter
>> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+
>> Stepping- SERR- FastB2B- DisINTx-
>> -	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>> <TAbort- <MAbort- >SERR- <PERR- INTx-
>> +	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>> +<TAbort- <MAbort- >SERR- <PERR- INTx+
>
> Are you sure this is not similar issue as before that you reported.
> i.e.
> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when
>> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2,
>> just copy a big file (>500M) from another server will hit it at once.
>
> All devices in path from root complex to 82571, should have *same* max payload size otherwise it can cause hang.
> Can you double check this?
>

We also found such hang problem on 82599EB (ixgbe driver) in RHEL6.3
kernel, we ever tried to upgrade to latest version (3.8.21 or 3.10.17),
but it still happens.

Is it probably also due to wrong "max payload size" set in BIOS?

Thanks

Yu

> -Tushar
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-08 20:35 ` Dave, Tushar N
  2012-11-09  1:22     ` Joe Jin
@ 2012-11-14  2:47   ` Joe Jin
  2012-11-14  3:45     ` Dave, Tushar N
  2012-11-14  3:37   ` Li Yu
  2 siblings, 1 reply; 81+ messages in thread
From: Joe Jin @ 2012-11-14  2:47 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/09/12 04:35, Dave, Tushar N wrote:
> All devices in path from root complex to 82571, should have *same* max payload size otherwise it can cause hang. 
> Can you double check this?

Hi Tushar,

Checked with hardware vendor and they said no way to modify the max payload size 
from BIOS, can I modify it from driver side?

Thanks,
Joe

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

* Re: 82571EB: Detected Hardware Unit Hang
  2012-11-08 20:35 ` Dave, Tushar N
@ 2012-11-09  1:22     ` Joe Jin
  2012-11-14  2:47   ` Joe Jin
  2012-11-14  3:37   ` Li Yu
  2 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-11-09  1:22 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: e1000-devel, netdev, linux-kernel, Mary Mcgrath

On 11/09/12 04:35, Dave, Tushar N wrote:
> Are you sure this is not similar issue as before that you reported.
> i.e. 

Tushar,

Thanks for your quick response, I'll check with customer if they can modify the Max
payload size from BIOS, this time issue hit on HP's server.

Thanks again,
Joe

> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>> > I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when 
>> > doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, 
>> > just copy a big file (>500M) from another server will hit it at once.
> All devices in path from root complex to 82571, should have *same* max payload size otherwise it can cause hang. 
> Can you double check this?
> 


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 

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

* Re: 82571EB: Detected Hardware Unit Hang
@ 2012-11-09  1:22     ` Joe Jin
  0 siblings, 0 replies; 81+ messages in thread
From: Joe Jin @ 2012-11-09  1:22 UTC (permalink / raw)
  To: Dave, Tushar N; +Cc: netdev, e1000-devel, linux-kernel, Mary Mcgrath

On 11/09/12 04:35, Dave, Tushar N wrote:
> Are you sure this is not similar issue as before that you reported.
> i.e. 

Tushar,

Thanks for your quick response, I'll check with customer if they can modify the Max
payload size from BIOS, this time issue hit on HP's server.

Thanks again,
Joe

> On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
>> > I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when 
>> > doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, 
>> > just copy a big file (>500M) from another server will hit it at once.
> All devices in path from root complex to 82571, should have *same* max payload size otherwise it can cause hang. 
> Can you double check this?
> 


-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

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

* RE: 82571EB: Detected Hardware Unit Hang
  2012-11-08  6:24 Joe Jin
@ 2012-11-08 20:35 ` Dave, Tushar N
  2012-11-09  1:22     ` Joe Jin
                     ` (2 more replies)
  0 siblings, 3 replies; 81+ messages in thread
From: Dave, Tushar N @ 2012-11-08 20:35 UTC (permalink / raw)
  To: Joe Jin, e1000-devel; +Cc: netdev, linux-kernel, Mary Mcgrath

>-----Original Message-----
>From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org]
>On Behalf Of Joe Jin
>Sent: Wednesday, November 07, 2012 10:25 PM
>To: e1000-devel@lists.sf.net
>Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Mary Mcgrath
>Subject: 82571EB: Detected Hardware Unit Hang
>
>Hi list,
>
>IHAC reported "82571EB Detected Hardware Unit Hang" on HP ProLiant DL360
>G6, and have to reboot the server to recover:
>
>e1000e 0000:06:00.1: eth3: Detected Hardware Unit Hang:
>  TDH                  <1a>
>  TDT                  <1a>
>  next_to_use          <1a>
>  next_to_clean        <18>
>buffer_info[next_to_clean]:
>  time_stamp           <10047a74e>
>  next_to_watch        <18>
>  jiffies              <10047a88c>
>  next_to_watch.status <1>
>MAC Status             <80383>
>PHY Status             <792d>
>PHY 1000BASE-T Status  <3800>
>PHY Extended Status    <3000>
>PCI Status             <10>
>
>With newer kernel 2.0.0.1 the issue still reproducible.
>
>Device info:
>06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (Copper) (rev 06)
>06:00.1 0200: 8086:10bc (rev 06)
>
>I compared lspci output before and after the issue, different as below:
> 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet
>Controller (Copper) (rev 06)
> 	Subsystem: Hewlett-Packard Company NC364T PCI Express Quad Port
>Gigabit Server Adapter
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+
>Stepping- SERR- FastB2B- DisINTx-
>-	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
><TAbort- <MAbort- >SERR- <PERR- INTx-
>+	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
>+<TAbort- <MAbort- >SERR- <PERR- INTx+

Are you sure this is not similar issue as before that you reported.
i.e. 
On Mon, 2012-07-09 at 16:51 +0800, Joe Jin wrote:
> I'm seeing a Unit Hang even with the latest e1000e driver 2.0.0 when 
> doing scp test. this issue is easy do reproduced on SUN FIRE X2270 M2, 
> just copy a big file (>500M) from another server will hit it at once.

All devices in path from root complex to 82571, should have *same* max payload size otherwise it can cause hang. 
Can you double check this?

-Tushar

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

* 82571EB: Detected Hardware Unit Hang
@ 2012-11-08  6:24 Joe Jin
  2012-11-08 20:35 ` Dave, Tushar N
  0 siblings, 1 reply; 81+ messages in thread
From: Joe Jin @ 2012-11-08  6:24 UTC (permalink / raw)
  To: e1000-devel; +Cc: netdev, linux-kernel, Mary Mcgrath

Hi list,

IHAC reported "82571EB Detected Hardware Unit Hang" on HP ProLiant DL360 G6, and
have to reboot the server to recover:

e1000e 0000:06:00.1: eth3: Detected Hardware Unit Hang:
  TDH                  <1a>
  TDT                  <1a>
  next_to_use          <1a>
  next_to_clean        <18>
buffer_info[next_to_clean]:
  time_stamp           <10047a74e>
  next_to_watch        <18>
  jiffies              <10047a88c>
  next_to_watch.status <1>
MAC Status             <80383>
PHY Status             <792d>
PHY 1000BASE-T Status  <3800>
PHY Extended Status    <3000>
PCI Status             <10>

With newer kernel 2.0.0.1 the issue still reproducible.

Device info:
06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
06:00.1 0200: 8086:10bc (rev 06)

I compared lspci output before and after the issue, different as below:
 06:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (Copper) (rev 06)
 	Subsystem: Hewlett-Packard Company NC364T PCI Express Quad Port Gigabit Server Adapter
 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ Stepping- SERR- FastB2B- DisINTx-
-	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
+	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+


Would you please help to it?

Thanks in advance,
Joe

-- 
Oracle <http://www.oracle.com>
Joe Jin | Software Development Senior Manager | +8610.6106.5624
ORACLE | Linux and Virtualization
No. 24 Zhongguancun Software Park, Haidian District | 100193 Beijing 

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

end of thread, other threads:[~2012-12-19  6:13 UTC | newest]

Thread overview: 81+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-09  8:51 82571EB: Detected Hardware Unit Hang Joe Jin
2012-07-09  9:21 ` Eric Dumazet
2012-07-09 12:19   ` Joe Jin
2012-07-09 12:19     ` Joe Jin
2012-07-10  7:40 ` Joe Jin
2012-07-10 18:14   ` Wyborny, Carolyn
2012-07-10 19:02   ` Dave, Tushar N
2012-07-10 19:02     ` Dave, Tushar N
2012-07-10 19:17     ` Dave, Tushar N
2012-07-10 19:17       ` Dave, Tushar N
2012-07-11  0:34     ` Joe Jin
2012-07-11  0:34       ` Joe Jin
2012-07-11  1:18       ` Dave, Tushar N
2012-07-11  1:44         ` Joe Jin
2012-07-11  1:44           ` Joe Jin
2012-07-11  3:22           ` Dave, Tushar N
2012-07-11  3:29             ` Joe Jin
2012-07-11  3:29               ` Joe Jin
2012-07-11  4:05               ` Dave, Tushar N
2012-07-11  4:05                 ` Dave, Tushar N
2012-07-11  5:03                 ` Joe Jin
2012-07-11  7:11                   ` Dave, Tushar N
2012-07-11  7:17                     ` Joe Jin
2012-07-11  7:17                       ` Joe Jin
2012-07-11  7:37                       ` Dave, Tushar N
2012-07-11  7:37                         ` Dave, Tushar N
2012-07-11  7:38                         ` Joe Jin
2012-07-11  7:38                           ` Joe Jin
2012-07-11  7:50                           ` Dave, Tushar N
2012-07-11  7:53                             ` Joe Jin
2012-07-11  7:53                               ` Joe Jin
2012-07-11 18:51                   ` Dave, Tushar N
2012-07-12  2:23                     ` Joe Jin
2012-07-12  2:52                       ` Dave, Tushar N
2012-07-12  2:52                         ` Dave, Tushar N
2012-07-12  2:57                         ` Joe Jin
2012-07-12  2:57                           ` Joe Jin
2012-07-12  3:07                           ` Dave, Tushar N
2012-07-12  3:12                             ` Joe Jin
2012-07-12  3:12                               ` Joe Jin
2012-07-12  5:57                               ` Dave, Tushar N
2012-07-12  6:16                                 ` Joe Jin
2012-07-12  6:16                                   ` Joe Jin
2012-07-12  6:41                                   ` Dave, Tushar N
2012-07-12  6:41                                     ` Dave, Tushar N
2012-07-12  7:10                                     ` Joe Jin
2012-07-12  7:10                                       ` Joe Jin
2012-07-12 18:19                                       ` Dave, Tushar N
2012-07-12 23:46                                         ` Joe Jin
2012-07-12 23:46                                           ` Joe Jin
2012-07-13  4:10                                           ` Dave, Tushar N
2012-07-13  4:10                                             ` Dave, Tushar N
2012-07-13  4:33                                             ` Joe Jin
2012-07-13  4:33                                               ` Joe Jin
2012-07-15  3:42                                               ` Dave, Tushar N
2012-07-15  3:52                                                 ` Joe Jin
2012-07-15  3:52                                                   ` Joe Jin
2012-07-15 13:35                                                 ` Henrique de Moraes Holschuh
2012-07-16 15:47                                                   ` Ben Hutchings
2012-07-16 16:08                                                     ` Henrique de Moraes Holschuh
2012-07-16 16:08                                                       ` Henrique de Moraes Holschuh
2012-07-17  4:48                                                       ` Jon Mason
2012-07-17  4:45                                                     ` Jon Mason
2012-11-08  6:24 Joe Jin
2012-11-08 20:35 ` Dave, Tushar N
2012-11-09  1:22   ` Joe Jin
2012-11-09  1:22     ` Joe Jin
2012-11-14  2:47   ` Joe Jin
2012-11-14  3:45     ` Dave, Tushar N
2012-11-15  0:32       ` Joe Jin
2012-11-15  0:32         ` Joe Jin
2012-11-15 20:26         ` Dave, Tushar N
2012-11-19  5:38           ` Joe Jin
2012-11-20  8:59             ` Dave, Tushar N
2012-11-20 13:24               ` Joe Jin
2012-11-26 16:23                 ` [E1000-devel] " Fujinaka, Todd
2012-11-27  0:59                   ` Joe Jin
2012-11-27  2:06                     ` Mary Mcgrath
2012-11-27 17:32                       ` [E1000-devel] " Fujinaka, Todd
2012-11-27 18:10                         ` Ben Hutchings
2012-11-28  8:31                           ` Joe Jin
2012-11-28 15:53                             ` Fujinaka, Todd
2012-11-29  3:10                               ` Ethan Zhao
2012-11-29 15:52                                 ` Fujinaka, Todd
2012-12-19  3:04                                   ` Joe Jin
2012-12-19  5:52                                     ` Yijing Wang
2012-12-19  6:13                                       ` Joe Jin
2012-11-20 13:24               ` Joe Jin
2012-11-14  3:37   ` Li Yu
2012-11-14  3:43     ` Dave, Tushar N
2012-11-14  3:43       ` Dave, Tushar N

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