DPDK  24.03.0
Data Fields
rte_flow_restore_info Struct Reference

#include <rte_flow.h>

Data Fields

uint64_t flags
 
uint32_t group_id
 
struct rte_flow_tunnel tunnel
 

Detailed Description

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 5206 of file rte_flow.h.

Field Documentation

◆ flags

uint64_t flags

Bitwise flags (RTE_FLOW_RESTORE_INFO_*) to indicate validation of other fields in struct rte_flow_restore_info.

Definition at line 5211 of file rte_flow.h.

◆ group_id

uint32_t group_id

Group ID where packed missed

Definition at line 5212 of file rte_flow.h.

◆ tunnel

struct rte_flow_tunnel tunnel

Tunnel information.

Definition at line 5213 of file rte_flow.h.


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