| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
UROM Worker notification descriptor structure. More...
#include <doca_urom_plugin.h>

Data Fields | |
| ucs_list_link_t | entry |
| uint64_t | dest_id |
| struct urom_worker_notify | worker_notif |
UROM Worker notification descriptor structure.
Definition at line 94 of file doca_urom_plugin.h.
| uint64_t urom_worker_notif_desc::dest_id |
Worker communication channel ID, it's the user's responsibility to set it to be identical to the command descriptor id
Definition at line 96 of file doca_urom_plugin.h.
| ucs_list_link_t urom_worker_notif_desc::entry |
Descriptor entry in linked list
Definition at line 95 of file doca_urom_plugin.h.
| struct urom_worker_notify urom_worker_notif_desc::worker_notif |
UROM worker notification
Definition at line 96 of file doca_urom_plugin.h.