| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |

Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (DPA_NVQUAL_TEST) | |
| doca_error_t | dpa_nvqual (struct dpa_nvqual_config *nvqual_argp_cfg) |
| Run DPA nvqual sample. More... | |
| doca_error_t | dpa_nvqual_register_params (void) |
| Register DPA nvqual parameters. More... | |
| int | main (int argc, char **argv) |
| Sample's main function. More... | |
| DOCA_LOG_REGISTER | ( | DPA_NVQUAL_TEST | ) |
| doca_error_t dpa_nvqual | ( | struct dpa_nvqual_config * | nvqual_argp_cfg | ) |
Run DPA nvqual sample.
Sample's logic
This function runs DPA nvqual sample
@nvqual_argp_cfg [in]: DPA nvqual argp configuration
Definition at line 970 of file dpa_nvqual_sample.c.
| doca_error_t dpa_nvqual_register_params | ( | void | ) |
Register DPA nvqual parameters.
Sample's parameters registration
Definition at line 284 of file dpa_nvqual_sample.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Sample's main function.
@argc [in]: sample arguments length @argv [in]: sample arguments
Definition at line 47 of file dpa_nvqual_main.c.