DPDK  21.08.0
Data Fields
rte_flow_action_age Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t timeout:24
 
uint32_t reserved:8
 
void * context
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice

RTE_FLOW_ACTION_TYPE_AGE

Report flow as aged-out if timeout passed without any matching on the flow. RTE_ETH_EVENT_FLOW_AGED event is triggered when a port detects new aged-out flows.

The flow context and the flow handle will be reported by the rte_flow_get_aged_flows API.

Definition at line 2466 of file rte_flow.h.

Field Documentation

◆ timeout

uint32_t timeout

Time in seconds.

Definition at line 2467 of file rte_flow.h.

◆ reserved

uint32_t reserved

Reserved, must be zero.

Definition at line 2468 of file rte_flow.h.

◆ context

void* context

The user flow context, NULL means the rte_flow pointer.

Definition at line 2469 of file rte_flow.h.


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