We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc094ea commit bc13d5cCopy full SHA for bc13d5c
include/hwloc.h
@@ -726,7 +726,12 @@ union hwloc_obj_attr_u {
726
unsigned short class_id;
727
unsigned short vendor_id, device_id, subvendor_id, subdevice_id;
728
unsigned char revision;
729
- float linkspeed; /* in GB/s */
+ float linkspeed; /**< \brief Link speed in GB/s.
730
+ * This datarate is the currently configured speed of the entire PCI link
731
+ * (sum of the bandwidth of all PCI lanes in that link).
732
+ * It may change during execution since some devices are able to
733
+ * slow their PCI links down when idle.
734
+ */
735
} pcidev;
736
/** \brief Bridge specific Object Attributes */
737
struct hwloc_bridge_attr_s {
0 commit comments