@@ -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 is above other bridges with buses 0000:01 to 0000:09,
1067
+ For instance, if hostbridge 0000:00 is above other bridges/switches 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.
@@ -1351,7 +1351,7 @@ before loading the topology, for instance with <tt>hwloc_topology_set_io_types_f
1351
1351
1352
1352
Note that I/O discovery requires significant help from the operating system.
1353
1353
The pciaccess library (the development package is usually <tt>libpciaccess-devel</tt>
1354
- or <tt>libpciaccess-dev</tt>) is needed to fully detect PCI devices and bridges.
1354
+ or <tt>libpciaccess-dev</tt>) is needed to fully detect PCI devices and bridges/switches .
1355
1355
On Linux, PCI discovery may still be performed even if <tt>libpciaccess</tt> cannot
1356
1356
be used. But it misses PCI device names.
1357
1357
Moreover, some operating systems require privileges for probing PCI devices,
@@ -1376,7 +1376,7 @@ 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 bridges and devices.
1379
+ a PCI hierarchy made of bridges (that may be actually be switches) 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>.
@@ -1499,7 +1499,7 @@ different places, but all PCI devices are below one of them
1499
1499
(unless the Bridge object type is filtered-out).
1500
1500
1501
1501
Each hostbridge contains one or several children, either other bridges
1502
- (usually PCI to PCI) or PCI devices (<tt>::HWLOC_OBJ_PCI_DEVICE</tt>).
1502
+ (usually PCI to PCI switches ) or PCI devices (<tt>::HWLOC_OBJ_PCI_DEVICE</tt>).
1503
1503
The number of bridges between the hostbridge and a PCI device depends
1504
1504
on the machine.
1505
1505
0 commit comments