| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <doca_flow.h>

Go to the source code of this file.
Functions | |
| DOCA_EXPERIMENTAL doca_error_t | doca_flow_tune_server_cfg_create (struct doca_flow_tune_server_cfg **cfg) |
| Create DOCA Flow Tune Server configuration struct. More... | |
| DOCA_EXPERIMENTAL doca_error_t | doca_flow_tune_server_cfg_set_cfg_file_path (struct doca_flow_tune_server_cfg *cfg, const char *path) |
| Set Tune Server configuration file path. More... | |
| DOCA_EXPERIMENTAL doca_error_t | doca_flow_tune_server_cfg_destroy (struct doca_flow_tune_server_cfg *cfg) |
| Destroy DOCA Flow Tune Server configuration struct. More... | |
| DOCA_EXPERIMENTAL doca_error_t | doca_flow_tune_server_init (struct doca_flow_tune_server_cfg *cfg) |
| Initialize a DOCA Flow Tune Server. More... | |
| DOCA_EXPERIMENTAL void | doca_flow_tune_server_destroy (void) |
| Destroy the DOCA Flow Tune Server. More... | |