DPDK  24.03.0
Data Fields
rte_flow_update_age Struct Reference

#include <rte_flow.h>

Data Fields

uint32_t reserved:6
 
uint32_t timeout_valid:1
 
uint32_t timeout:24
 
uint32_t touch:1
 

Detailed Description

Warning
EXPERIMENTAL: this structure may change without prior notice

RTE_FLOW_ACTION_TYPE_AGE

Update indirect AGE action attributes:

Definition at line 3407 of file rte_flow.h.

Field Documentation

◆ reserved

uint32_t reserved

Reserved, must be zero.

Definition at line 3408 of file rte_flow.h.

◆ timeout_valid

uint32_t timeout_valid

The timeout is valid for update.

Definition at line 3409 of file rte_flow.h.

◆ timeout

uint32_t timeout

Time in seconds.

Definition at line 3410 of file rte_flow.h.

◆ touch

uint32_t touch

Means that aging should assume packet passed the aging.

Definition at line 3412 of file rte_flow.h.


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