DPDK
21.02.0
|
#include <rte_flow.h>
Data Fields | |
uint64_t | flags |
uint32_t | group_id |
struct rte_flow_tunnel | tunnel |
Restore information structure to communicate the current packet processing state when some of the processing pipeline is done in hardware and should continue in software.
Definition at line 3808 of file rte_flow.h.
uint64_t flags |
Bitwise flags (RTE_FLOW_RESTORE_INFO_*) to indicate validation of other fields in struct rte_flow_restore_info.
Definition at line 3813 of file rte_flow.h.
uint32_t group_id |
Group ID where packed missed
Definition at line 3814 of file rte_flow.h.
struct rte_flow_tunnel tunnel |
Tunnel information.
Definition at line 3815 of file rte_flow.h.