19 #ifndef UTILS_CONFIGS_H
20 #define UTILS_CONFIGS_H
struct GpuConfigs get_configs(const char *name)
Parses a config file.
Structure to handle GPU Configurations.
struct MDevRequest * requests
List of requested mdevs.
size_t mdev_size
How many requested mdevs are in the list of mdevs.
size_t gpu_size
How many gpus are in the list of gpus.
struct Gpu * gpus
List of gpus.
Structure to provide a list of GPU configurations.
size_t config_size
Size of the configuration list.
struct GpuConfig * configs
List of configurations.
Mediated Device Request Structure.