| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/simple_fwd_vnf/simple_fwd.h>

Data Fields | |
| struct simple_fwd_ft * | ft |
| uint16_t | hairpin_peer [SIMPLE_FWD_PORTS] |
| struct doca_flow_port * | ports [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_vxlan [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_gre [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_gtp [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_control [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_hairpin [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | pipe_rss [SIMPLE_FWD_PORTS] |
| struct doca_flow_pipe * | vxlan_encap_pipe [SIMPLE_FWD_PORTS] |
| uint16_t | nb_queues |
| struct doca_flow_aged_query * | query_array [0] |
Definition at line 41 of file simple_fwd.h.
| struct simple_fwd_ft* simple_fwd_app::ft |
Definition at line 42 of file simple_fwd.h.
| uint16_t simple_fwd_app::hairpin_peer[SIMPLE_FWD_PORTS] |
Definition at line 43 of file simple_fwd.h.
| uint16_t simple_fwd_app::nb_queues |
Definition at line 52 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_control[SIMPLE_FWD_PORTS] |
Definition at line 48 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_gre[SIMPLE_FWD_PORTS] |
Definition at line 46 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_gtp[SIMPLE_FWD_PORTS] |
Definition at line 47 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_hairpin[SIMPLE_FWD_PORTS] |
Definition at line 49 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_rss[SIMPLE_FWD_PORTS] |
Definition at line 50 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::pipe_vxlan[SIMPLE_FWD_PORTS] |
Definition at line 45 of file simple_fwd.h.
| struct doca_flow_port* simple_fwd_app::ports[SIMPLE_FWD_PORTS] |
Definition at line 44 of file simple_fwd.h.
| struct doca_flow_aged_query* simple_fwd_app::query_array[0] |
Definition at line 53 of file simple_fwd.h.
| struct doca_flow_pipe* simple_fwd_app::vxlan_encap_pipe[SIMPLE_FWD_PORTS] |
Definition at line 51 of file simple_fwd.h.