| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/pcc/host/pcc_core.h>
Data Fields | |
| char | device_name [DOCA_DEVINFO_IBDEV_NAME_SIZE] |
| pcc_role_t | role |
| struct doca_pcc_app * | app |
| uint32_t | threads_num |
| uint32_t | threads_list [MAX_ARG_SIZE] |
| int | wait_time |
| pcc_dev_probe_packet_type_t | probe_packet_format |
| bool | remote_sw_handler |
| uint8_t | hop_limit |
| uint8_t | gns |
| uint8_t | gns_ignore_value |
| uint8_t | gns_ignore_mask |
| char | coredump_file [MAX_ARG_SIZE] |
| char | dpa_resources_file [MAX_ARG_SIZE] |
| char | dpa_application_key [MAX_ARG_SIZE] |
Definition at line 129 of file pcc_core.h.
| struct doca_pcc_app* pcc_config::app |
Definition at line 132 of file pcc_core.h.
| char pcc_config::coredump_file[MAX_ARG_SIZE] |
Definition at line 142 of file pcc_core.h.
| char pcc_config::device_name[DOCA_DEVINFO_IBDEV_NAME_SIZE] |
Definition at line 130 of file pcc_core.h.
| char pcc_config::dpa_application_key[MAX_ARG_SIZE] |
Definition at line 144 of file pcc_core.h.
| char pcc_config::dpa_resources_file[MAX_ARG_SIZE] |
Definition at line 143 of file pcc_core.h.
| uint8_t pcc_config::gns |
Definition at line 139 of file pcc_core.h.
| uint8_t pcc_config::gns_ignore_mask |
Definition at line 141 of file pcc_core.h.
| uint8_t pcc_config::gns_ignore_value |
Definition at line 140 of file pcc_core.h.
| uint8_t pcc_config::hop_limit |
Definition at line 138 of file pcc_core.h.
| pcc_dev_probe_packet_type_t pcc_config::probe_packet_format |
Definition at line 136 of file pcc_core.h.
| bool pcc_config::remote_sw_handler |
Definition at line 137 of file pcc_core.h.
| pcc_role_t pcc_config::role |
Definition at line 131 of file pcc_core.h.
| uint32_t pcc_config::threads_list[MAX_ARG_SIZE] |
Definition at line 134 of file pcc_core.h.
| uint32_t pcc_config::threads_num |
Definition at line 133 of file pcc_core.h.
| int pcc_config::wait_time |
Definition at line 135 of file pcc_core.h.