| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <string.h>#include <unistd.h>#include <doca_log.h>#include <doca_flow.h>#include "flow_common.h"#include "doca_bitfield.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (FLOW_ORDERED_LIST) | |
| doca_error_t | create_root_pipe (struct doca_flow_port *port, struct doca_flow_pipe *next_pipe, struct doca_flow_pipe **pipe) |
| doca_error_t | add_root_pipe_entries (struct doca_flow_pipe *pipe, struct doca_flow_pipe *next_pipe, struct entries_status *status) |
| doca_error_t | create_ordered_list_pipe (struct doca_flow_port *port, int port_id, struct doca_flow_pipe **pipe) |
| doca_error_t | add_ordered_list_pipe_entries (struct doca_flow_pipe *pipe, int port_id, struct entries_status *status) |
| doca_error_t | flow_ordered_list (int nb_queues) |
| doca_error_t add_ordered_list_pipe_entries | ( | struct doca_flow_pipe * | pipe, |
| int | port_id, | ||
| struct entries_status * | status | ||
| ) |
Definition at line 254 of file flow_ordered_list_sample.c.
| doca_error_t add_root_pipe_entries | ( | struct doca_flow_pipe * | pipe, |
| struct doca_flow_pipe * | next_pipe, | ||
| struct entries_status * | status | ||
| ) |
Definition at line 111 of file flow_ordered_list_sample.c.
| doca_error_t create_ordered_list_pipe | ( | struct doca_flow_port * | port, |
| int | port_id, | ||
| struct doca_flow_pipe ** | pipe | ||
| ) |
Definition at line 160 of file flow_ordered_list_sample.c.
| doca_error_t create_root_pipe | ( | struct doca_flow_port * | port, |
| struct doca_flow_pipe * | next_pipe, | ||
| struct doca_flow_pipe ** | pipe | ||
| ) |
Definition at line 45 of file flow_ordered_list_sample.c.
| DOCA_LOG_REGISTER | ( | FLOW_ORDERED_LIST | ) |
| doca_error_t flow_ordered_list | ( | int | nb_queues | ) |
Definition at line 329 of file flow_ordered_list_sample.c.