| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
CC algorithm results. More...
#include <doca_pcc_dev.h>
Data Fields | |
| uint32_t | rate |
| union { | |
| uint32_t rtt_req | |
| uint32_t probe_req | |
| }; | |
| uint32_t | probe_type_slot |
| uint32_t | credits |
| uint32_t | reload_credits |
CC algorithm results.
Definition at line 69 of file doca_pcc_dev.h.
| union { ... } |
| uint32_t doca_pcc_dev_results::credits |
Num of credits allowed for the CC flow
Definition at line 76 of file doca_pcc_dev.h.
| uint32_t doca_pcc_dev_results::probe_req |
probe request bit
Definition at line 73 of file doca_pcc_dev.h.
| uint32_t doca_pcc_dev_results::probe_type_slot |
probe type slot to indicate which probe to send
Definition at line 75 of file doca_pcc_dev.h.
| uint32_t doca_pcc_dev_results::rate |
Tx rate of the CC flow
Definition at line 70 of file doca_pcc_dev.h.
| uint32_t doca_pcc_dev_results::reload_credits |
Command to reload credits to the CC flow
Definition at line 77 of file doca_pcc_dev.h.
| uint32_t doca_pcc_dev_results::rtt_req |
rtt request bit
Definition at line 72 of file doca_pcc_dev.h.