DPDK  19.11.14
Data Fields
rte_flow_expand_node Struct Reference

#include <rte_flow_driver.h>

Data Fields

const int *const next
 
enum rte_flow_item_type type
 
uint64_t rss_types
 
uint8_t optional
 

Detailed Description

Node object of input graph for rte_flow_expand_rss().

Definition at line 124 of file rte_flow_driver.h.

Field Documentation

◆ next

const int* const next

List of next node indexes. Index 0 is interpreted as a terminator.

Definition at line 125 of file rte_flow_driver.h.

◆ type

enum rte_flow_item_type type

Pattern item type of current node.

Definition at line 129 of file rte_flow_driver.h.

◆ rss_types

uint64_t rss_types

RSS types bit-field associated with this node (see ETH_RSS_* definitions).

Definition at line 131 of file rte_flow_driver.h.

◆ optional

uint8_t optional

optional expand field. Default 0 to expand, 1 not go deeper.

Definition at line 136 of file rte_flow_driver.h.


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