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


Go to the source code of this file.
Data Structures | |
| struct | flow_switch_ctx |
Macros | |
| #define | FLOW_SWITCH_PORTS_MAX (128) |
Functions | |
| doca_error_t | init_flow_switch_dpdk (int argc, char **dpdk_argv) |
| doca_error_t | register_doca_flow_switch_param (void) |
| doca_error_t | init_doca_flow_switch_common (struct flow_switch_ctx *ctx) |
| void | destroy_doca_flow_switch_common (struct flow_switch_ctx *ctx) |
| uint8_t | get_dpdk_nb_ports (void) |
| #define FLOW_SWITCH_PORTS_MAX (128) |
Definition at line 39 of file flow_switch_common.h.
| void destroy_doca_flow_switch_common | ( | struct flow_switch_ctx * | ctx | ) |
Definition at line 221 of file flow_switch_common.c.
| uint8_t get_dpdk_nb_ports | ( | void | ) |
Definition at line 233 of file flow_switch_common.c.
| doca_error_t init_doca_flow_switch_common | ( | struct flow_switch_ctx * | ctx | ) |
Definition at line 175 of file flow_switch_common.c.
| doca_error_t init_flow_switch_dpdk | ( | int | argc, |
| char ** | dpdk_argv | ||
| ) |
Definition at line 43 of file flow_switch_common.c.
| doca_error_t register_doca_flow_switch_param | ( | void | ) |
Definition at line 115 of file flow_switch_common.c.