DPDK 22.11.5
|
#include <rte_flow.h>
Data Fields | |
uint32_t | reserved:6 |
uint32_t | timeout_valid:1 |
uint32_t | timeout:24 |
uint32_t | touch:1 |
RTE_FLOW_ACTION_TYPE_AGE
Update indirect AGE action attributes:
Definition at line 2833 of file rte_flow.h.
uint32_t reserved |
Reserved, must be zero.
Definition at line 2834 of file rte_flow.h.
uint32_t timeout_valid |
The timeout is valid for update.
Definition at line 2835 of file rte_flow.h.
uint32_t timeout |
Time in seconds.
Definition at line 2836 of file rte_flow.h.
uint32_t touch |
Means that aging should assume packet passed the aging.
Definition at line 2838 of file rte_flow.h.