Skip to content

Commit 0b6e5ca

Browse files
committed
doxy: clarify some PCI text
Signed-off-by: Brice Goglin <[email protected]>
1 parent 1737a8c commit 0b6e5ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/hwloc.doxy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ following environment variables.
10641064
</ul>
10651065
Domain/bus specifications should usually match entire hierarchies of buses
10661066
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,
10681068
the variable should be HWLOC_PCI_LOCALITY="0000:00-09 <cpuset>".
10691069
It supersedes the old HWLOC_PCI_0000_00_LOCALCPUS=&lt;cpuset&gt;
10701070
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.
13761376
See \ref iodevices_osdev.
13771377
</li><li>
13781378
<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.
13801380
See \ref iodevices_pci.
13811381
</li></ul>
13821382
Any of these types may be filtered individually with <tt>hwloc_topology_set_type_filter()</tt>.
13831383

13841384
hwloc tries to attach these new objects to normal objects
13851385
(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,
13871387
the corresponding hwloc bridge object (and its PCI bridges and devices children)
13881388
is inserted as a child of the corresponding hwloc Package object.
13891389
<b>These children are not in the normal children list but rather in the I/O-specific

0 commit comments

Comments
 (0)