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

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... | |
| 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.
| [out] | cfg | DOCA Flow Tune Server global configuration ptr address. |
| 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.
| [in] | cfg | DOCA Flow Tune Server global configuration. |
| 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.
| [in] | cfg | DOCA Flow Tune Server global configuration. |
| [in] | path | Configuration file path. |
| DOCA_EXPERIMENTAL void doca_flow_tune_server_destroy | ( | void | ) |
Destroy the DOCA Flow Tune Server.
Release all the resources used by DOCA Flow Tune Server. Should be invoked before doca_flow_destroy() upon application termination.
| DOCA_EXPERIMENTAL doca_error_t doca_flow_tune_server_init | ( | struct doca_flow_tune_server_cfg * | cfg | ) |
Initialize a DOCA Flow Tune Server.
This is the global initialization function for DOCA Flow Tune Server. It initializes all resources used by DOCA Flow Tune Server.
Should be called after doca_flow_init().
| [in] | cfg | DOCA Flow Tune Server global configuration. |