Hello, Both cases are possible, and lstopo reports the correct information as long as the BIOS give correct locality information.
On Nehalem and Westmere dual-xeon servers, in most cases, you have a single I/O hub (host bridge) connected to both sockets (what your "intel documents" say). Some machines (those that need multiple large PCI slots) have two I/O hubs, one near each socket. On Sandy-Bridge, you have one hub inside each socket (what your lstopo shows below). Some dual-socket sans-bridge machines also report an additional hostbridge connected to both sockets at the same time, I think it's a BIOS bug but there are not interesting PCI devices behind it anyway (only Intel-specific QPI configuration through virtual PCI devices), so you can ignore them (and lstopo ignores them by default). On machines with more than 2 sockets, I/O hubs are usually connected to 1 or 2 sockets only. On AMD, it's connected to a single NUMA node. Brice Le 02/05/2013 08:58, Zheng Da a écrit : > Hello, > > I was recently told about this tool. It's really nice. It shows me so > much information I previously tried very hard to find out. > > Right now, I try to find out the PCI connectivity in my NUMA machine. > lstopo shows me that each processor connects to a separate bridge > host. However, many Intel documents such as "Intel® QuickPath > Interconnect Architectural Features Supporting Scalable System > Architectures" say that multiple processors share one I/O hub. I > assume the I/O hub in the documents is the bridge host. I'm quite > confused. Does the PCI topology shown by lstopo not represent the real > topology in the machine or the I/O hub in the documents is different > from the bridge host? I attach the output of lstopo in my machine. > > Thanks, > Da > > $lstopo -v --whole-io > Machine (P#0 total=536824300KB DMIProductName="PowerEdge R820" > DMIProductVersion= DMIBoardVendor="Dell Inc." DMIBoardName=04K5X5 > DMIBoardVersion=A04 DMIBoardAssetTag= DMIChassisVendor="Dell Inc." > DMIChassisType=23 DMIChassisVersion= DMIChassisAssetTag= > DMIBIOSVendor="Dell Inc." DMIBIOSVersion=1.1.5 DMIBIOSDate=05/10/2012 > DMISysVendor="Dell Inc." Backend=Linux LinuxCgroup=/ OSName=Linux > OSRelease=3.2.30 OSVersion="#3 SMP Tue Nov 20 13:06:53 EST 2012" > HostName=ubuntu Architecture=x86_64) > NUMANode L#0 (P#0 local=134171116KB total=134171116KB) > Socket L#0 (P#0) > L3Cache L#0 (size=16384KB linesize=64 ways=16) > L2Cache L#0 (size=256KB linesize=64 ways=8) > L1Cache L#0 (size=32KB linesize=64 ways=8) > Core L#0 (P#0) > PU L#0 (P#0) > PU L#1 (P#32) > L2Cache L#1 (size=256KB linesize=64 ways=8) > L1Cache L#1 (size=32KB linesize=64 ways=8) > Core L#1 (P#1) > PU L#2 (P#4) > PU L#3 (P#36) > L2Cache L#2 (size=256KB linesize=64 ways=8) > L1Cache L#2 (size=32KB linesize=64 ways=8) > Core L#2 (P#2) > PU L#4 (P#8) > PU L#5 (P#40) > L2Cache L#3 (size=256KB linesize=64 ways=8) > L1Cache L#3 (size=32KB linesize=64 ways=8) > Core L#3 (P#3) > PU L#6 (P#12) > PU L#7 (P#44) > L2Cache L#4 (size=256KB linesize=64 ways=8) > L1Cache L#4 (size=32KB linesize=64 ways=8) > Core L#4 (P#4) > PU L#8 (P#16) > PU L#9 (P#48) > L2Cache L#5 (size=256KB linesize=64 ways=8) > L1Cache L#5 (size=32KB linesize=64 ways=8) > Core L#5 (P#5) > PU L#10 (P#20) > PU L#11 (P#52) > L2Cache L#6 (size=256KB linesize=64 ways=8) > L1Cache L#6 (size=32KB linesize=64 ways=8) > Core L#6 (P#6) > PU L#12 (P#24) > PU L#13 (P#56) > L2Cache L#7 (size=256KB linesize=64 ways=8) > L1Cache L#7 (size=32KB linesize=64 ways=8) > Core L#7 (P#7) > PU L#14 (P#28) > PU L#15 (P#60) > Bridge Host->PCI L#2 (P#0 buses=0000:[00-0d]) > PCI 8086:3c00 (P#0 busid=0000:00:00.0 class=0600(Host) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge DMI2") "Intel > Corporation Sandy Bridge DMI2" > Bridge PCI->PCI (P#16 busid=0000:00:01.0 id=8086:3c02 > class=0604(PCI_B) buses=0000:[02-02] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 1a") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 1a" > PCI 14e4:165f (P#8192 busid=0000:02:00.0 class=0200(Ether) > PCIVendor="Broadcom Corporation" PCIDevice="NetXtreme BCM5720 Gigabit > Ethernet PCIe") "Broadcom Corporation NetXtreme BCM5720 Gigabit > Ethernet PCIe" > Net L#0 (Address=e0:db:55:07:f3:de) "eth2" > PCI 14e4:165f (P#8193 busid=0000:02:00.1 class=0200(Ether) > PCIVendor="Broadcom Corporation" PCIDevice="NetXtreme BCM5720 Gigabit > Ethernet PCIe") "Broadcom Corporation NetXtreme BCM5720 Gigabit > Ethernet PCIe" > Net L#1 (Address=e0:db:55:07:f3:df) "eth3" > Bridge PCI->PCI (P#17 busid=0000:00:01.1 id=8086:3c03 > class=0604(PCI_B) buses=0000:[01-01] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 1b") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 1b" > PCI 14e4:165f (P#4096 busid=0000:01:00.0 class=0200(Ether) > PCIVendor="Broadcom Corporation" PCIDevice="NetXtreme BCM5720 Gigabit > Ethernet PCIe") "Broadcom Corporation NetXtreme BCM5720 Gigabit > Ethernet PCIe" > Net L#2 (Address=e0:db:55:07:f3:dc) "eth0" > PCI 14e4:165f (P#4097 busid=0000:01:00.1 class=0200(Ether) > PCIVendor="Broadcom Corporation" PCIDevice="NetXtreme BCM5720 Gigabit > Ethernet PCIe") "Broadcom Corporation NetXtreme BCM5720 Gigabit > Ethernet PCIe" > Net L#3 (Address=e0:db:55:07:f3:dd) "eth1" > Bridge PCI->PCI (P#32 busid=0000:00:02.0 id=8086:3c04 > class=0604(PCI_B) buses=0000:[03-03] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 2a") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 2a" > PCI 1000:005b (P#12288 busid=0000:03:00.0 class=0104(RAID) > PCIVendor="LSI Logic / Symbios Logic" PCIDevice="MegaRAID SAS 2208 > [Thunderbolt]") "LSI Logic / Symbios Logic MegaRAID SAS 2208 > [Thunderbolt]" > Block L#4 "sda" > Bridge PCI->PCI (P#34 busid=0000:00:02.2 id=8086:3c06 > class=0604(PCI_B) buses=0000:[04-04] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 2c") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 2c" > Bridge PCI->PCI (P#48 busid=0000:00:03.0 id=8086:3c08 > class=0604(PCI_B) buses=0000:[05-05] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 3a in PCI Express > Mode") "Intel Corporation Sandy Bridge IIO PCI Express Root Port 3a in > PCI Express Mode" > PCI 1000:0087 (P#20480 busid=0000:05:00.0 class=0107(SAS) > PCIVendor="LSI Logic / Symbios Logic" PCIDevice="SAS2308 PCI-Express > Fusion-MPT SAS-2") "LSI Logic / Symbios Logic SAS2308 PCI-Express > Fusion-MPT SAS-2" > PCI 8086:3c28 (P#80 busid=0000:00:05.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Address Map, > VTd_Misc, System Management") "Intel Corporation Sandy Bridge Address > Map, VTd_Misc, System Management" > PCI 8086:3c2a (P#82 busid=0000:00:05.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Control Status > and Global Errors") "Intel Corporation Sandy Bridge Control Status and > Global Errors" > Bridge PCI->PCI (P#272 busid=0000:00:11.0 id=8086:1d3e > class=0604(PCI_B) buses=0000:[06-06] PCIVendor="Intel Corporation" > PCIDevice="Patsburg PCI Express Virtual Root Port") "Intel Corporation > Patsburg PCI Express Virtual Root Port" > PCI 8086:1d3a (P#352 busid=0000:00:16.0 class=0780(Comm) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset HECI > Controller #2") "Intel Corporation X79 series chipset HECI Controller #2" > PCI 8086:1d3b (P#353 busid=0000:00:16.1 class=0780(Comm) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset IDE-r > Controller") "Intel Corporation X79 series chipset IDE-r Controller" > PCI 8086:1d2d (P#416 busid=0000:00:1a.0 class=0c03(USB) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset USB2 > Enhanced Host Controller #2") "Intel Corporation X79 series chipset > USB2 Enhanced Host Controller #2" > Bridge PCI->PCI (P#448 busid=0000:00:1c.0 id=8086:1d10 > class=0604(PCI_B) buses=0000:[07-07] PCIVendor="Intel Corporation" > PCIDevice="X79 series chipset PCI Express Root Port 1") "Intel > Corporation X79 series chipset PCI Express Root Port 1" > Bridge PCI->PCI (P#455 busid=0000:00:1c.7 id=8086:1d1e > class=0604(PCI_B) buses=0000:[08-0c] PCIVendor="Intel Corporation" > PCIDevice="X79 series chipset PCI Express Root Port 8") "Intel > Corporation X79 series chipset PCI Express Root Port 8" > Bridge PCI->PCI (P#32768 busid=0000:08:00.0 id=1912:0013 > class=0604(PCI_B) buses=0000:[09-0c] PCIVendor="Renesas Technology > Corp." PCIDevice="SH7757 PCIe Switch [PS]") "Renesas Technology Corp. > SH7757 PCIe Switch [PS]" > Bridge PCI->PCI (P#36864 busid=0000:09:00.0 id=1912:0013 > class=0604(PCI_B) buses=0000:[0a-0b] PCIVendor="Renesas Technology > Corp." PCIDevice="SH7757 PCIe Switch [PS]") "Renesas Technology Corp. > SH7757 PCIe Switch [PS]" > Bridge PCI->PCI (P#40960 busid=0000:0a:00.0 id=1912:0012 > class=0604(PCI_B) buses=0000:[0b-0b] PCIVendor="Renesas Technology > Corp." PCIDevice="SH7757 PCIe-PCI Bridge [PPB]") "Renesas Technology > Corp. SH7757 PCIe-PCI Bridge [PPB]" > PCI 102b:0534 (P#45056 busid=0000:0b:00.0 > class=0300(VGA) PCIVendor="Matrox Graphics, Inc." PCIDevice=G200eR2) > "Matrox Graphics, Inc. G200eR2" > Bridge PCI->PCI (P#36880 busid=0000:09:01.0 id=1912:0013 > class=0604(PCI_B) buses=0000:[0c-0c] PCIVendor="Renesas Technology > Corp." PCIDevice="SH7757 PCIe Switch [PS]") "Renesas Technology Corp. > SH7757 PCIe Switch [PS]" > PCI 8086:1d26 (P#464 busid=0000:00:1d.0 class=0c03(USB) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset USB2 > Enhanced Host Controller #1") "Intel Corporation X79 series chipset > USB2 Enhanced Host Controller #1" > Bridge PCI->PCI (P#480 busid=0000:00:1e.0 id=8086:244e > class=0604(PCI_B) buses=0000:[0d-0d] PCIVendor="Intel Corporation" > PCIDevice="82801 PCI Bridge") "Intel Corporation 82801 PCI Bridge" > PCI 8086:1d41 (P#496 busid=0000:00:1f.0 class=0601(ISA) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset LPC > Controller") "Intel Corporation X79 series chipset LPC Controller" > PCI 8086:1d02 (P#498 busid=0000:00:1f.2 class=0106(SATA) > PCIVendor="Intel Corporation" PCIDevice="X79 series chipset 6-Port > SATA AHCI Controller") "Intel Corporation X79 series chipset 6-Port > SATA AHCI Controller" > Block L#5 "sr0" > Bridge Host->PCI L#16 (P#1 buses=0000:[3f-3f]) > PCI 8086:3c80 (P#258176 busid=0000:3f:08.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 0") > "Intel Corporation Sandy Bridge QPI Link 0" > PCI 8086:3c90 (P#258192 busid=0000:3f:09.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 1") > "Intel Corporation Sandy Bridge QPI Link 1" > PCI 8086:3cc0 (P#258208 busid=0000:3f:0a.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 0") "Intel Corporation Sandy Bridge Power Control Unit 0" > PCI 8086:3cc1 (P#258209 busid=0000:3f:0a.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 1") "Intel Corporation Sandy Bridge Power Control Unit 1" > PCI 8086:3cc2 (P#258210 busid=0000:3f:0a.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 2") "Intel Corporation Sandy Bridge Power Control Unit 2" > PCI 8086:3cd0 (P#258211 busid=0000:3f:0a.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 3") "Intel Corporation Sandy Bridge Power Control Unit 3" > PCI 8086:3ce0 (P#258224 busid=0000:3f:0b.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Interrupt > Control Registers") "Intel Corporation Sandy Bridge Interrupt Control > Registers" > PCI 8086:3ce3 (P#258227 busid=0000:3f:0b.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Semaphore and > Scratchpad Configuration Registers") "Intel Corporation Sandy Bridge > Semaphore and Scratchpad Configuration Registers" > PCI 8086:3ce8 (P#258240 busid=0000:3f:0c.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258241 busid=0000:3f:0c.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258242 busid=0000:3f:0c.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258243 busid=0000:3f:0c.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf4 (P#258246 busid=0000:3f:0c.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 0" > PCI 8086:3cf6 (P#258247 busid=0000:3f:0c.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge System Address > Decoder") "Intel Corporation Sandy Bridge System Address Decoder" > PCI 8086:3ce8 (P#258256 busid=0000:3f:0d.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258257 busid=0000:3f:0d.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258258 busid=0000:3f:0d.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#258259 busid=0000:3f:0d.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf5 (P#258262 busid=0000:3f:0d.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 1" > PCI 8086:3ca0 (P#258272 busid=0000:3f:0e.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent") "Intel Corporation Sandy Bridge Processor Home Agent" > PCI 8086:3c46 (P#258273 busid=0000:3f:0e.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent Performance Monitoring") "Intel Corporation Sandy Bridge > Processor Home Agent Performance Monitoring" > PCI 8086:3ca8 (P#258288 busid=0000:3f:0f.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller Registers" > PCI 8086:3c71 (P#258289 busid=0000:3f:0f.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller RAS Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller RAS Registers" > PCI 8086:3caa (P#258290 busid=0000:3f:0f.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 0" > PCI 8086:3cab (P#258291 busid=0000:3f:0f.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 1" > PCI 8086:3cac (P#258292 busid=0000:3f:0f.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 2") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 2" > PCI 8086:3cad (P#258293 busid=0000:3f:0f.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 3") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 3" > PCI 8086:3cae (P#258294 busid=0000:3f:0f.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 4") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 4" > PCI 8086:3cb0 (P#258304 busid=0000:3f:10.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 0") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 0" > PCI 8086:3cb1 (P#258305 busid=0000:3f:10.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 1") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 1" > PCI 8086:3cb2 (P#258306 busid=0000:3f:10.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 0") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 0" > PCI 8086:3cb3 (P#258307 busid=0000:3f:10.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 1") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 1" > PCI 8086:3cb4 (P#258308 busid=0000:3f:10.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 2") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 2" > PCI 8086:3cb5 (P#258309 busid=0000:3f:10.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 3") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 3" > PCI 8086:3cb6 (P#258310 busid=0000:3f:10.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 2") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 2" > PCI 8086:3cb7 (P#258311 busid=0000:3f:10.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 3") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 3" > PCI 8086:3cb8 (P#258320 busid=0000:3f:11.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge DDRIO") "Intel > Corporation Sandy Bridge DDRIO" > PCI 8086:3ce4 (P#258352 busid=0000:3f:13.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge R2PCIe") "Intel > Corporation Sandy Bridge R2PCIe" > PCI 8086:3c43 (P#258353 busid=0000:3f:13.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to PCI > Express Performance Monitor") "Intel Corporation Sandy Bridge Ring to > PCI Express Performance Monitor" > PCI 8086:3ce6 (P#258356 busid=0000:3f:13.4 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QuickPath > Interconnect Agent Ring Registers") "Intel Corporation Sandy Bridge > QuickPath Interconnect Agent Ring Registers" > PCI 8086:3c44 (P#258357 busid=0000:3f:13.5 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 0 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 0 Performance Monitor" > PCI 8086:3c45 (P#258358 busid=0000:3f:13.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 1 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 1 Performance Monitor" > NUMANode L#1 (P#1 local=134217728KB total=134217728KB) > Socket L#1 (P#1) > L3Cache L#1 (size=16384KB linesize=64 ways=16) > L2Cache L#8 (size=256KB linesize=64 ways=8) > L1Cache L#8 (size=32KB linesize=64 ways=8) > Core L#8 (P#0) > PU L#16 (P#1) > PU L#17 (P#33) > L2Cache L#9 (size=256KB linesize=64 ways=8) > L1Cache L#9 (size=32KB linesize=64 ways=8) > Core L#9 (P#1) > PU L#18 (P#5) > PU L#19 (P#37) > L2Cache L#10 (size=256KB linesize=64 ways=8) > L1Cache L#10 (size=32KB linesize=64 ways=8) > Core L#10 (P#2) > PU L#20 (P#9) > PU L#21 (P#41) > L2Cache L#11 (size=256KB linesize=64 ways=8) > L1Cache L#11 (size=32KB linesize=64 ways=8) > Core L#11 (P#3) > PU L#22 (P#13) > PU L#23 (P#45) > L2Cache L#12 (size=256KB linesize=64 ways=8) > L1Cache L#12 (size=32KB linesize=64 ways=8) > Core L#12 (P#4) > PU L#24 (P#17) > PU L#25 (P#49) > L2Cache L#13 (size=256KB linesize=64 ways=8) > L1Cache L#13 (size=32KB linesize=64 ways=8) > Core L#13 (P#5) > PU L#26 (P#21) > PU L#27 (P#53) > L2Cache L#14 (size=256KB linesize=64 ways=8) > L1Cache L#14 (size=32KB linesize=64 ways=8) > Core L#14 (P#6) > PU L#28 (P#25) > PU L#29 (P#57) > L2Cache L#15 (size=256KB linesize=64 ways=8) > L1Cache L#15 (size=32KB linesize=64 ways=8) > Core L#15 (P#7) > PU L#30 (P#29) > PU L#31 (P#61) > Bridge Host->PCI L#17 (P#2 buses=0000:[40-44]) > Bridge PCI->PCI (P#262160 busid=0000:40:01.0 id=8086:3c02 > class=0604(PCI_B) buses=0000:[41-41] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 1a") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 1a" > Bridge PCI->PCI (P#262176 busid=0000:40:02.0 id=8086:3c04 > class=0604(PCI_B) buses=0000:[42-42] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 2a") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 2a" > Bridge PCI->PCI (P#262178 busid=0000:40:02.2 id=8086:3c06 > class=0604(PCI_B) buses=0000:[43-43] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 2c") "Intel > Corporation Sandy Bridge IIO PCI Express Root Port 2c" > PCI 1000:0087 (P#274432 busid=0000:43:00.0 class=0107(SAS) > PCIVendor="LSI Logic / Symbios Logic" PCIDevice="SAS2308 PCI-Express > Fusion-MPT SAS-2") "LSI Logic / Symbios Logic SAS2308 PCI-Express > Fusion-MPT SAS-2" > Block L#6 "sdb" > Block L#7 "sdc" > Block L#8 "sdd" > Block L#9 "sde" > Block L#10 "sdf" > Block L#11 "sdg" > Block L#12 "sdh" > Block L#13 "sdi" > Bridge PCI->PCI (P#262192 busid=0000:40:03.0 id=8086:3c08 > class=0604(PCI_B) buses=0000:[44-44] PCIVendor="Intel Corporation" > PCIDevice="Sandy Bridge IIO PCI Express Root Port 3a in PCI Express > Mode") "Intel Corporation Sandy Bridge IIO PCI Express Root Port 3a in > PCI Express Mode" > PCI 1000:0087 (P#278528 busid=0000:44:00.0 class=0107(SAS) > PCIVendor="LSI Logic / Symbios Logic" PCIDevice="SAS2308 PCI-Express > Fusion-MPT SAS-2") "LSI Logic / Symbios Logic SAS2308 PCI-Express > Fusion-MPT SAS-2" > Block L#14 "sdj" > Block L#15 "sdk" > Block L#16 "sdl" > Block L#17 "sdm" > Block L#18 "sdn" > Block L#19 "sdo" > Block L#20 "sdp" > Block L#21 "sdq" > PCI 8086:3c28 (P#262224 busid=0000:40:05.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Address Map, > VTd_Misc, System Management") "Intel Corporation Sandy Bridge Address > Map, VTd_Misc, System Management" > PCI 8086:3c2a (P#262226 busid=0000:40:05.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Control Status > and Global Errors") "Intel Corporation Sandy Bridge Control Status and > Global Errors" > Bridge Host->PCI L#22 (P#3 buses=0000:[7f-7f]) > PCI 8086:3c80 (P#520320 busid=0000:7f:08.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 0") > "Intel Corporation Sandy Bridge QPI Link 0" > PCI 8086:3c90 (P#520336 busid=0000:7f:09.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 1") > "Intel Corporation Sandy Bridge QPI Link 1" > PCI 8086:3cc0 (P#520352 busid=0000:7f:0a.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 0") "Intel Corporation Sandy Bridge Power Control Unit 0" > PCI 8086:3cc1 (P#520353 busid=0000:7f:0a.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 1") "Intel Corporation Sandy Bridge Power Control Unit 1" > PCI 8086:3cc2 (P#520354 busid=0000:7f:0a.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 2") "Intel Corporation Sandy Bridge Power Control Unit 2" > PCI 8086:3cd0 (P#520355 busid=0000:7f:0a.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 3") "Intel Corporation Sandy Bridge Power Control Unit 3" > PCI 8086:3ce0 (P#520368 busid=0000:7f:0b.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Interrupt > Control Registers") "Intel Corporation Sandy Bridge Interrupt Control > Registers" > PCI 8086:3ce3 (P#520371 busid=0000:7f:0b.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Semaphore and > Scratchpad Configuration Registers") "Intel Corporation Sandy Bridge > Semaphore and Scratchpad Configuration Registers" > PCI 8086:3ce8 (P#520384 busid=0000:7f:0c.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520385 busid=0000:7f:0c.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520386 busid=0000:7f:0c.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520387 busid=0000:7f:0c.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf4 (P#520390 busid=0000:7f:0c.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 0" > PCI 8086:3cf6 (P#520391 busid=0000:7f:0c.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge System Address > Decoder") "Intel Corporation Sandy Bridge System Address Decoder" > PCI 8086:3ce8 (P#520400 busid=0000:7f:0d.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520401 busid=0000:7f:0d.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520402 busid=0000:7f:0d.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#520403 busid=0000:7f:0d.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf5 (P#520406 busid=0000:7f:0d.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 1" > PCI 8086:3ca0 (P#520416 busid=0000:7f:0e.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent") "Intel Corporation Sandy Bridge Processor Home Agent" > PCI 8086:3c46 (P#520417 busid=0000:7f:0e.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent Performance Monitoring") "Intel Corporation Sandy Bridge > Processor Home Agent Performance Monitoring" > PCI 8086:3ca8 (P#520432 busid=0000:7f:0f.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller Registers" > PCI 8086:3c71 (P#520433 busid=0000:7f:0f.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller RAS Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller RAS Registers" > PCI 8086:3caa (P#520434 busid=0000:7f:0f.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 0" > PCI 8086:3cab (P#520435 busid=0000:7f:0f.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 1" > PCI 8086:3cac (P#520436 busid=0000:7f:0f.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 2") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 2" > PCI 8086:3cad (P#520437 busid=0000:7f:0f.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 3") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 3" > PCI 8086:3cae (P#520438 busid=0000:7f:0f.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 4") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 4" > PCI 8086:3cb0 (P#520448 busid=0000:7f:10.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 0") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 0" > PCI 8086:3cb1 (P#520449 busid=0000:7f:10.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 1") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 1" > PCI 8086:3cb2 (P#520450 busid=0000:7f:10.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 0") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 0" > PCI 8086:3cb3 (P#520451 busid=0000:7f:10.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 1") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 1" > PCI 8086:3cb4 (P#520452 busid=0000:7f:10.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 2") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 2" > PCI 8086:3cb5 (P#520453 busid=0000:7f:10.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 3") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 3" > PCI 8086:3cb6 (P#520454 busid=0000:7f:10.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 2") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 2" > PCI 8086:3cb7 (P#520455 busid=0000:7f:10.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 3") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 3" > PCI 8086:3cb8 (P#520464 busid=0000:7f:11.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge DDRIO") "Intel > Corporation Sandy Bridge DDRIO" > PCI 8086:3ce4 (P#520496 busid=0000:7f:13.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge R2PCIe") "Intel > Corporation Sandy Bridge R2PCIe" > PCI 8086:3c43 (P#520497 busid=0000:7f:13.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to PCI > Express Performance Monitor") "Intel Corporation Sandy Bridge Ring to > PCI Express Performance Monitor" > PCI 8086:3ce6 (P#520500 busid=0000:7f:13.4 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QuickPath > Interconnect Agent Ring Registers") "Intel Corporation Sandy Bridge > QuickPath Interconnect Agent Ring Registers" > PCI 8086:3c44 (P#520501 busid=0000:7f:13.5 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 0 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 0 Performance Monitor" > PCI 8086:3c45 (P#520502 busid=0000:7f:13.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 1 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 1 Performance Monitor" > NUMANode L#2 (P#2 local=134217728KB total=134217728KB) > Socket L#2 (P#2) > L3Cache L#2 (size=16384KB linesize=64 ways=16) > L2Cache L#16 (size=256KB linesize=64 ways=8) > L1Cache L#16 (size=32KB linesize=64 ways=8) > Core L#16 (P#0) > PU L#32 (P#2) > PU L#33 (P#34) > L2Cache L#17 (size=256KB linesize=64 ways=8) > L1Cache L#17 (size=32KB linesize=64 ways=8) > Core L#17 (P#1) > PU L#34 (P#6) > PU L#35 (P#38) > L2Cache L#18 (size=256KB linesize=64 ways=8) > L1Cache L#18 (size=32KB linesize=64 ways=8) > Core L#18 (P#2) > PU L#36 (P#10) > PU L#37 (P#42) > L2Cache L#19 (size=256KB linesize=64 ways=8) > L1Cache L#19 (size=32KB linesize=64 ways=8) > Core L#19 (P#3) > PU L#38 (P#14) > PU L#39 (P#46) > L2Cache L#20 (size=256KB linesize=64 ways=8) > L1Cache L#20 (size=32KB linesize=64 ways=8) > Core L#20 (P#4) > PU L#40 (P#18) > PU L#41 (P#50) > L2Cache L#21 (size=256KB linesize=64 ways=8) > L1Cache L#21 (size=32KB linesize=64 ways=8) > Core L#21 (P#5) > PU L#42 (P#22) > PU L#43 (P#54) > L2Cache L#22 (size=256KB linesize=64 ways=8) > L1Cache L#22 (size=32KB linesize=64 ways=8) > Core L#22 (P#6) > PU L#44 (P#26) > PU L#45 (P#58) > L2Cache L#23 (size=256KB linesize=64 ways=8) > L1Cache L#23 (size=32KB linesize=64 ways=8) > Core L#23 (P#7) > PU L#46 (P#30) > PU L#47 (P#62) > Bridge Host->PCI L#23 (P#5 buses=0000:[bf-bf]) > PCI 8086:3c80 (P#782464 busid=0000:bf:08.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 0") > "Intel Corporation Sandy Bridge QPI Link 0" > PCI 8086:3c90 (P#782480 busid=0000:bf:09.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 1") > "Intel Corporation Sandy Bridge QPI Link 1" > PCI 8086:3cc0 (P#782496 busid=0000:bf:0a.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 0") "Intel Corporation Sandy Bridge Power Control Unit 0" > PCI 8086:3cc1 (P#782497 busid=0000:bf:0a.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 1") "Intel Corporation Sandy Bridge Power Control Unit 1" > PCI 8086:3cc2 (P#782498 busid=0000:bf:0a.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 2") "Intel Corporation Sandy Bridge Power Control Unit 2" > PCI 8086:3cd0 (P#782499 busid=0000:bf:0a.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 3") "Intel Corporation Sandy Bridge Power Control Unit 3" > PCI 8086:3ce0 (P#782512 busid=0000:bf:0b.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Interrupt > Control Registers") "Intel Corporation Sandy Bridge Interrupt Control > Registers" > PCI 8086:3ce3 (P#782515 busid=0000:bf:0b.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Semaphore and > Scratchpad Configuration Registers") "Intel Corporation Sandy Bridge > Semaphore and Scratchpad Configuration Registers" > PCI 8086:3ce8 (P#782528 busid=0000:bf:0c.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782529 busid=0000:bf:0c.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782530 busid=0000:bf:0c.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782531 busid=0000:bf:0c.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf4 (P#782534 busid=0000:bf:0c.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 0" > PCI 8086:3cf6 (P#782535 busid=0000:bf:0c.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge System Address > Decoder") "Intel Corporation Sandy Bridge System Address Decoder" > PCI 8086:3ce8 (P#782544 busid=0000:bf:0d.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782545 busid=0000:bf:0d.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782546 busid=0000:bf:0d.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#782547 busid=0000:bf:0d.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf5 (P#782550 busid=0000:bf:0d.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 1" > PCI 8086:3ca0 (P#782560 busid=0000:bf:0e.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent") "Intel Corporation Sandy Bridge Processor Home Agent" > PCI 8086:3c46 (P#782561 busid=0000:bf:0e.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent Performance Monitoring") "Intel Corporation Sandy Bridge > Processor Home Agent Performance Monitoring" > PCI 8086:3ca8 (P#782576 busid=0000:bf:0f.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller Registers" > PCI 8086:3c71 (P#782577 busid=0000:bf:0f.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller RAS Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller RAS Registers" > PCI 8086:3caa (P#782578 busid=0000:bf:0f.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 0" > PCI 8086:3cab (P#782579 busid=0000:bf:0f.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 1" > PCI 8086:3cac (P#782580 busid=0000:bf:0f.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 2") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 2" > PCI 8086:3cad (P#782581 busid=0000:bf:0f.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 3") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 3" > PCI 8086:3cae (P#782582 busid=0000:bf:0f.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 4") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 4" > PCI 8086:3cb0 (P#782592 busid=0000:bf:10.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 0") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 0" > PCI 8086:3cb1 (P#782593 busid=0000:bf:10.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 1") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 1" > PCI 8086:3cb2 (P#782594 busid=0000:bf:10.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 0") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 0" > PCI 8086:3cb3 (P#782595 busid=0000:bf:10.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 1") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 1" > PCI 8086:3cb4 (P#782596 busid=0000:bf:10.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 2") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 2" > PCI 8086:3cb5 (P#782597 busid=0000:bf:10.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 3") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 3" > PCI 8086:3cb6 (P#782598 busid=0000:bf:10.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 2") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 2" > PCI 8086:3cb7 (P#782599 busid=0000:bf:10.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 3") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 3" > PCI 8086:3cb8 (P#782608 busid=0000:bf:11.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge DDRIO") "Intel > Corporation Sandy Bridge DDRIO" > PCI 8086:3ce4 (P#782640 busid=0000:bf:13.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge R2PCIe") "Intel > Corporation Sandy Bridge R2PCIe" > PCI 8086:3c43 (P#782641 busid=0000:bf:13.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to PCI > Express Performance Monitor") "Intel Corporation Sandy Bridge Ring to > PCI Express Performance Monitor" > PCI 8086:3ce6 (P#782644 busid=0000:bf:13.4 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QuickPath > Interconnect Agent Ring Registers") "Intel Corporation Sandy Bridge > QuickPath Interconnect Agent Ring Registers" > PCI 8086:3c44 (P#782645 busid=0000:bf:13.5 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 0 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 0 Performance Monitor" > PCI 8086:3c45 (P#782646 busid=0000:bf:13.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 1 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 1 Performance Monitor" > NUMANode L#3 (P#3 local=134217728KB total=134217728KB) > Socket L#3 (P#3) > L3Cache L#3 (size=16384KB linesize=64 ways=16) > L2Cache L#24 (size=256KB linesize=64 ways=8) > L1Cache L#24 (size=32KB linesize=64 ways=8) > Core L#24 (P#0) > PU L#48 (P#3) > PU L#49 (P#35) > L2Cache L#25 (size=256KB linesize=64 ways=8) > L1Cache L#25 (size=32KB linesize=64 ways=8) > Core L#25 (P#1) > PU L#50 (P#7) > PU L#51 (P#39) > L2Cache L#26 (size=256KB linesize=64 ways=8) > L1Cache L#26 (size=32KB linesize=64 ways=8) > Core L#26 (P#2) > PU L#52 (P#11) > PU L#53 (P#43) > L2Cache L#27 (size=256KB linesize=64 ways=8) > L1Cache L#27 (size=32KB linesize=64 ways=8) > Core L#27 (P#3) > PU L#54 (P#15) > PU L#55 (P#47) > L2Cache L#28 (size=256KB linesize=64 ways=8) > L1Cache L#28 (size=32KB linesize=64 ways=8) > Core L#28 (P#4) > PU L#56 (P#19) > PU L#57 (P#51) > L2Cache L#29 (size=256KB linesize=64 ways=8) > L1Cache L#29 (size=32KB linesize=64 ways=8) > Core L#29 (P#5) > PU L#58 (P#23) > PU L#59 (P#55) > L2Cache L#30 (size=256KB linesize=64 ways=8) > L1Cache L#30 (size=32KB linesize=64 ways=8) > Core L#30 (P#6) > PU L#60 (P#27) > PU L#61 (P#59) > L2Cache L#31 (size=256KB linesize=64 ways=8) > L1Cache L#31 (size=32KB linesize=64 ways=8) > Core L#31 (P#7) > PU L#62 (P#31) > PU L#63 (P#63) > Bridge Host->PCI L#24 (P#7 buses=0000:[ff-ff]) > PCI 8086:3c80 (P#1044608 busid=0000:ff:08.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 0") > "Intel Corporation Sandy Bridge QPI Link 0" > PCI 8086:3c90 (P#1044624 busid=0000:ff:09.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QPI Link 1") > "Intel Corporation Sandy Bridge QPI Link 1" > PCI 8086:3cc0 (P#1044640 busid=0000:ff:0a.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 0") "Intel Corporation Sandy Bridge Power Control Unit 0" > PCI 8086:3cc1 (P#1044641 busid=0000:ff:0a.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 1") "Intel Corporation Sandy Bridge Power Control Unit 1" > PCI 8086:3cc2 (P#1044642 busid=0000:ff:0a.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 2") "Intel Corporation Sandy Bridge Power Control Unit 2" > PCI 8086:3cd0 (P#1044643 busid=0000:ff:0a.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Power Control > Unit 3") "Intel Corporation Sandy Bridge Power Control Unit 3" > PCI 8086:3ce0 (P#1044656 busid=0000:ff:0b.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Interrupt > Control Registers") "Intel Corporation Sandy Bridge Interrupt Control > Registers" > PCI 8086:3ce3 (P#1044659 busid=0000:ff:0b.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Semaphore and > Scratchpad Configuration Registers") "Intel Corporation Sandy Bridge > Semaphore and Scratchpad Configuration Registers" > PCI 8086:3ce8 (P#1044672 busid=0000:ff:0c.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044673 busid=0000:ff:0c.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044674 busid=0000:ff:0c.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044675 busid=0000:ff:0c.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf4 (P#1044678 busid=0000:ff:0c.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 0" > PCI 8086:3cf6 (P#1044679 busid=0000:ff:0c.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge System Address > Decoder") "Intel Corporation Sandy Bridge System Address Decoder" > PCI 8086:3ce8 (P#1044688 busid=0000:ff:0d.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044689 busid=0000:ff:0d.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044690 busid=0000:ff:0d.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3ce8 (P#1044691 busid=0000:ff:0d.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Unicast Register > 0") "Intel Corporation Sandy Bridge Unicast Register 0" > PCI 8086:3cf5 (P#1044694 busid=0000:ff:0d.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller System Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller System Address Decoder 1" > PCI 8086:3ca0 (P#1044704 busid=0000:ff:0e.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent") "Intel Corporation Sandy Bridge Processor Home Agent" > PCI 8086:3c46 (P#1044705 busid=0000:ff:0e.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Processor Home > Agent Performance Monitoring") "Intel Corporation Sandy Bridge > Processor Home Agent Performance Monitoring" > PCI 8086:3ca8 (P#1044720 busid=0000:ff:0f.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller Registers" > PCI 8086:3c71 (P#1044721 busid=0000:ff:0f.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller RAS Registers") "Intel Corporation Sandy Bridge > Integrated Memory Controller RAS Registers" > PCI 8086:3caa (P#1044722 busid=0000:ff:0f.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 0") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 0" > PCI 8086:3cab (P#1044723 busid=0000:ff:0f.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 1") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 1" > PCI 8086:3cac (P#1044724 busid=0000:ff:0f.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 2") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 2" > PCI 8086:3cad (P#1044725 busid=0000:ff:0f.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 3") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 3" > PCI 8086:3cae (P#1044726 busid=0000:ff:0f.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Target Address Decoder 4") "Intel Corporation Sandy > Bridge Integrated Memory Controller Target Address Decoder 4" > PCI 8086:3cb0 (P#1044736 busid=0000:ff:10.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 0") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 0" > PCI 8086:3cb1 (P#1044737 busid=0000:ff:10.1 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 1") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 1" > PCI 8086:3cb2 (P#1044738 busid=0000:ff:10.2 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 0") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 0" > PCI 8086:3cb3 (P#1044739 busid=0000:ff:10.3 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 1") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 1" > PCI 8086:3cb4 (P#1044740 busid=0000:ff:10.4 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 2") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 2" > PCI 8086:3cb5 (P#1044741 busid=0000:ff:10.5 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller Channel 0-3 Thermal Control 3") "Intel Corporation > Sandy Bridge Integrated Memory Controller Channel 0-3 Thermal Control 3" > PCI 8086:3cb6 (P#1044742 busid=0000:ff:10.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 2") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 2" > PCI 8086:3cb7 (P#1044743 busid=0000:ff:10.7 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Integrated > Memory Controller ERROR Registers 3") "Intel Corporation Sandy Bridge > Integrated Memory Controller ERROR Registers 3" > PCI 8086:3cb8 (P#1044752 busid=0000:ff:11.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge DDRIO") "Intel > Corporation Sandy Bridge DDRIO" > PCI 8086:3ce4 (P#1044784 busid=0000:ff:13.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge R2PCIe") "Intel > Corporation Sandy Bridge R2PCIe" > PCI 8086:3c43 (P#1044785 busid=0000:ff:13.1 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to PCI > Express Performance Monitor") "Intel Corporation Sandy Bridge Ring to > PCI Express Performance Monitor" > PCI 8086:3ce6 (P#1044788 busid=0000:ff:13.4 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge QuickPath > Interconnect Agent Ring Registers") "Intel Corporation Sandy Bridge > QuickPath Interconnect Agent Ring Registers" > PCI 8086:3c44 (P#1044789 busid=0000:ff:13.5 class=1101(Signl) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 0 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 0 Performance Monitor" > PCI 8086:3c45 (P#1044790 busid=0000:ff:13.6 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Ring to > QuickPath Interconnect Link 1 Performance Monitor") "Intel Corporation > Sandy Bridge Ring to QuickPath Interconnect Link 1 Performance Monitor" > Bridge Host->PCI L#0 (P#4 buses=0000:[80-80]) > PCI 8086:3c28 (P#524368 busid=0000:80:05.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Address Map, > VTd_Misc, System Management") "Intel Corporation Sandy Bridge Address > Map, VTd_Misc, System Management" > Bridge Host->PCI L#1 (P#6 buses=0000:[c0-c0]) > PCI 8086:3c28 (P#786512 busid=0000:c0:05.0 class=0880(Syst) > PCIVendor="Intel Corporation" PCIDevice="Sandy Bridge Address Map, > VTd_Misc, System Management") "Intel Corporation Sandy Bridge Address > Map, VTd_Misc, System Management" > > > > _______________________________________________ > hwloc-devel mailing list > hwloc-de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel