NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
doca_flow_ordered_list Struct Reference

Ordered list configuration. More...

#include <doca_flow.h>

Collaboration diagram for doca_flow_ordered_list:

Data Fields

uint32_t idx
 
uint32_t size
 
struct doca_flow_ordered_list_elementelements
 

Detailed Description

Ordered list configuration.

Definition at line 1077 of file doca_flow.h.

Field Documentation

◆ elements

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.

◆ idx

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.

◆ size

uint32_t doca_flow_ordered_list::size

Number of elements in the list.

Definition at line 1083 of file doca_flow.h.


The documentation for this struct was generated from the following file: