DPDK
20.05.0
|
#include <rte_flow_driver.h>
Data Fields | |
const int *const | next |
enum rte_flow_item_type | type |
uint64_t | rss_types |
Node object of input graph for rte_flow_expand_rss().
Definition at line 135 of file rte_flow_driver.h.
const int* const next |
List of next node indexes. Index 0 is interpreted as a terminator.
Definition at line 136 of file rte_flow_driver.h.
enum rte_flow_item_type type |
Pattern item type of current node.
Definition at line 140 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 142 of file rte_flow_driver.h.