| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <doca_urom_plugin.h>
Data Fields | |
| uint64_t | id |
| uint64_t | version |
| char | plugin_name [DOCA_UROM_PLUGIN_NAME_MAX_LEN] |
UROM plugin info structure
Definition at line 43 of file doca_urom_plugin.h.
| uint64_t doca_urom_service_plugin_info::id |
Unique ID to send commands to the plugin
Definition at line 44 of file doca_urom_plugin.h.
| char doca_urom_service_plugin_info::plugin_name[DOCA_UROM_PLUGIN_NAME_MAX_LEN] |
The .so plugin file name, without ".so"
Definition at line 46 of file doca_urom_plugin.h.
| uint64_t doca_urom_service_plugin_info::version |
Plugin version
Definition at line 45 of file doca_urom_plugin.h.