#include <system_topology.h>
Data Fields | |
| int | best_interface_idx |
| bool | has_rdma |
| NetworkInterface | interfaces [8] |
| float | max_bandwidth_gbs |
| int | num_interfaces |
Definition at line 217 of file system_topology.h.
| int NetworkTopology::best_interface_idx |
Definition at line 222 of file system_topology.h.
Referenced by topology_discover_network().
| bool NetworkTopology::has_rdma |
Definition at line 224 of file system_topology.h.
Referenced by topology_discover_network(), topology_generate_recommendations(), and topology_print_network().
| NetworkInterface NetworkTopology::interfaces[8] |
Definition at line 219 of file system_topology.h.
Referenced by topology_discover_network(), and topology_print_network().
| float NetworkTopology::max_bandwidth_gbs |
Definition at line 223 of file system_topology.h.
Referenced by topology_discover_network(), topology_estimate_network_training_time(), topology_generate_recommendations(), topology_print_distributed_potential(), and topology_print_network().
| int NetworkTopology::num_interfaces |
Definition at line 218 of file system_topology.h.
Referenced by topology_discover_network(), topology_generate_recommendations(), and topology_print_network().