DPDK  19.08.2
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
 

Detailed Description

Node object of input graph for rte_flow_expand_rss().

Definition at line 124 of file rte_flow_driver.h.

Field Documentation

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.

enum rte_flow_item_type type

Pattern item type of current node.

Definition at line 129 of file rte_flow_driver.h.

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.


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