![]() |
DPU Host API
2025.1.0
|
Target for a CI Select command. More...
#include <dpu_types.h>
Data Fields | |
| enum dpu_slice_target_type | type |
| union { | |
| dpu_member_id_t dpu_id | |
| dpu_group_id_t group_id | |
| }; | |
Target for a CI Select command.
| union { ... } |
Specific context depending on the slice target type.
| dpu_member_id_t dpu_id |
The selected DPU ID, if any.
| dpu_group_id_t group_id |
The selected group ID, if any.
| enum dpu_slice_target_type type |
The type of target.