| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Ordered list configuration. More...
#include <doca_flow.h>

Data Fields | |
| uint32_t | idx |
| uint32_t | size |
| struct doca_flow_ordered_list_element * | elements |
Ordered list configuration.
Definition at line 1077 of file doca_flow.h.
| struct doca_flow_ordered_list_element* doca_flow_ordered_list::elements |
An array of DOCA flow structure pointers, depending on types.
Definition at line 1085 of file doca_flow.h.
| uint32_t doca_flow_ordered_list::idx |
List index among the lists of the pipe. At pipe creation, it must match the list position in the array of lists. At entry insertion, it determines which list to use.
Definition at line 1078 of file doca_flow.h.
| uint32_t doca_flow_ordered_list::size |
Number of elements in the list.
Definition at line 1083 of file doca_flow.h.