NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_tune_server.h File Reference
#include <doca_flow.h>
Include dependency graph for doca_flow_tune_server.h:
This graph shows which files directly or indirectly include this file:

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...