|
| | DOCA_LOG_REGISTER (FLOW_FWD_MISS) |
| |
| static doca_error_t | create_pipe_cfg (struct doca_flow_port *port, const char *name, struct doca_flow_match *match, struct doca_flow_actions **actions, struct doca_flow_action_descs **descs, uint32_t nb_actions, uint32_t nb_flows, bool is_root, bool miss_counter, struct doca_flow_pipe_cfg **pipe_cfg) |
| |
| static doca_error_t | destroy_pipe_cfg (struct doca_flow_pipe_cfg *cfg) |
| |
| static doca_error_t | create_basic_pipe (struct doca_flow_port *port, const char *name, struct doca_flow_match *match, struct doca_flow_actions **actions, struct doca_flow_action_descs **descs, struct doca_flow_fwd *fwd, struct doca_flow_fwd *fwd_miss, uint32_t nb_actions, uint32_t nb_flows, bool is_root, bool miss_counter, struct doca_flow_pipe **pipe) |
| |
| static doca_error_t | create_modify_pipe (struct doca_flow_port *port, struct doca_flow_fwd *fwd, struct entries_status *status, struct doca_flow_pipe **pipe_ptr) |
| |
| static doca_error_t | create_push_pipe (struct doca_flow_port *port, struct doca_flow_fwd *fwd, struct entries_status *status, struct doca_flow_pipe **pipe_ptr) |
| |
| static doca_error_t | create_ipv4_pipe (struct doca_flow_port *port, struct doca_flow_fwd *fwd, struct doca_flow_pipe *modify_pipe, struct entries_status *status, struct doca_flow_pipe **pipe_ptr) |
| |
| static doca_error_t | create_ip_selector_pipe (struct doca_flow_port *port, struct doca_flow_pipe *ipv4_pipe, struct doca_flow_pipe *modify_pipe, struct entries_status *status, struct doca_flow_pipe **pipe_ptr) |
| |
| static doca_error_t | create_root_pipe (struct doca_flow_port *port, struct doca_flow_pipe *next_pipe, struct entries_status *status, struct doca_flow_pipe **pipe_ptr) |
| |
| static doca_error_t | miss_counters_query (struct doca_flow_pipe *root_pipe, struct doca_flow_pipe *ip_selector_pipe, bool miss_is_updated, int port_id) |
| |
| static doca_error_t | update_miss_fwd_next_pipe (struct doca_flow_pipe *pipe, struct doca_flow_pipe *next_pipe) |
| |
| doca_error_t | flow_fwd_miss (int nb_queues) |
| |