table of contents
rte_flow_query_age(3) | DPDK | rte_flow_query_age(3) |
NAME¶
rte_flow_query_age
SYNOPSIS¶
#include <rte_flow.h>
Data Fields¶
uint32_t reserved:6
uint32_t aged:1
uint32_t sec_since_last_hit_valid:1
uint32_t sec_since_last_hit:24
Detailed Description¶
RTE_FLOW_ACTION_TYPE_AGE (query)
Query structure to retrieve the aging status information of a shared AGE action, or a flow rule using the AGE action.
Definition at line 3157 of file rte_flow.h.
Field Documentation¶
uint32_t reserved¶
Reserved, must be zero.
Definition at line 3158 of file rte_flow.h.
uint32_t aged¶
1 if aging timeout expired, 0 otherwise.
Definition at line 3159 of file rte_flow.h.
uint32_t sec_since_last_hit_valid¶
sec_since_last_hit value is valid.
Definition at line 3161 of file rte_flow.h.
uint32_t sec_since_last_hit¶
Seconds since last traffic hit.
Definition at line 3162 of file rte_flow.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Thu May 23 2024 | Version 23.11.0 |