| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
UROM Worker notification structure. More...
#include <doca_urom_plugin.h>
Data Fields | |
| uint64_t | type |
| uint64_t | urom_context |
| uint64_t | len |
| doca_error_t | status |
| uint32_t | reserved |
| uint8_t | plugin_notif [] |
UROM Worker notification structure.
Definition at line 81 of file doca_urom_plugin.h.
| uint64_t urom_worker_notify::len |
Plugin notification length
Definition at line 85 of file doca_urom_plugin.h.
| uint8_t urom_worker_notify::plugin_notif[] |
Plugin notification buffer
Definition at line 88 of file doca_urom_plugin.h.
| uint32_t urom_worker_notify::reserved |
Reserved 4 bytes to align status address with 64 bits
Definition at line 87 of file doca_urom_plugin.h.
| doca_error_t urom_worker_notify::status |
Notification status in DOCA terms
Definition at line 86 of file doca_urom_plugin.h.
| uint64_t urom_worker_notify::type |
Plugin type that notification belongs to
Definition at line 82 of file doca_urom_plugin.h.
| uint64_t urom_worker_notify::urom_context |
UROM context, it's the user's responsibility to set it to be identical to the command context
Definition at line 83 of file doca_urom_plugin.h.