| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdint.h>#include <stdbool.h>#include <doca_flow.h>#include "simple_fwd_pkt.h"#include "simple_fwd_port.h"

Go to the source code of this file.
Data Structures | |
| struct | simple_fwd_app |
| struct | simple_fwd_pipe_entry |
Macros | |
| #define | SIMPLE_FWD_PORTS (2) /* Number of ports used by the application */ |
| #define | SIMPLE_FWD_MAX_FLOWS (8096) /* Maximum number of flows used/added by the application at a given time */ |
Functions | |
| struct app_vnf * | simple_fwd_get_vnf (void) |
| #define SIMPLE_FWD_MAX_FLOWS (8096) /* Maximum number of flows used/added by the application at a given time */ |
Definition at line 38 of file simple_fwd.h.
| #define SIMPLE_FWD_PORTS (2) /* Number of ports used by the application */ |
Definition at line 37 of file simple_fwd.h.
| struct app_vnf* simple_fwd_get_vnf | ( | void | ) |
Definition at line 1536 of file simple_fwd.c.