@@ -1064,7 +1064,7 @@ following environment variables.
1064
1064
</ul>
1065
1065
Domain/bus specifications should usually match entire hierarchies of buses
1066
1066
behind a bridge (including primary, secondary and subordinate buses).
1067
- For instance, if hostbridge 0000:00 contains other bridges creating buses 0000:01 to 0000:09,
1067
+ For instance, if hostbridge 0000:00 is above other bridges with buses 0000:01 to 0000:09,
1068
1068
the variable should be HWLOC_PCI_LOCALITY="0000:00-09 <cpuset>".
1069
1069
It supersedes the old HWLOC_PCI_0000_00_LOCALCPUS=<cpuset>
1070
1070
which only works when hostbridges exist in the topology.
@@ -1376,14 +1376,14 @@ handle such as the <em>sda</em> drive or the <em>eth0</em> network interface.
1376
1376
See \ref iodevices_osdev.
1377
1377
</li><li>
1378
1378
<tt>::HWLOC_OBJ_PCI_DEVICE</tt> and <tt>::HWLOC_OBJ_BRIDGE</tt> build up
1379
- a PCI hierarchy made of devices and bridges .
1379
+ a PCI hierarchy made of bridges and devices .
1380
1380
See \ref iodevices_pci.
1381
1381
</li></ul>
1382
1382
Any of these types may be filtered individually with <tt>hwloc_topology_set_type_filter()</tt>.
1383
1383
1384
1384
hwloc tries to attach these new objects to normal objects
1385
1385
(usually NUMA nodes) to match their actual physical location.
1386
- For instance, if a I/O Hub is physically connected to a package,
1386
+ For instance, if a I/O hub (or root complex) is physically connected to a package,
1387
1387
the corresponding hwloc bridge object (and its PCI bridges and devices children)
1388
1388
is inserted as a child of the corresponding hwloc Package object.
1389
1389
<b>These children are not in the normal children list but rather in the I/O-specific
0 commit comments