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


Go to the source code of this file.
Data Structures | |
| struct | simple_fwd_config |
| struct | simple_fwd_process_pkts_params |
Functions | |
| doca_error_t | register_simple_fwd_params (void) |
| int | simple_fwd_process_pkts (void *process_pkts_params) |
| void | simple_fwd_process_pkts_stop (void) |
| void | simple_fwd_map_queue (uint16_t nb_queues) |
| void | simple_fwd_destroy (struct app_vnf *vnf) |
| doca_error_t register_simple_fwd_params | ( | void | ) |
Definition at line 278 of file simple_fwd_vnf_core.c.
| void simple_fwd_destroy | ( | struct app_vnf * | vnf | ) |
Definition at line 416 of file simple_fwd_vnf_core.c.
| void simple_fwd_map_queue | ( | uint16_t | nb_queues | ) |
Definition at line 397 of file simple_fwd_vnf_core.c.
| int simple_fwd_process_pkts | ( | void * | process_pkts_params | ) |
Definition at line 121 of file simple_fwd_vnf_core.c.
| void simple_fwd_process_pkts_stop | ( | void | ) |
Definition at line 166 of file simple_fwd_vnf_core.c.