DPDK
23.03.0
|
#include <rte_flow.h>
Data Fields | |
struct rte_flow_action_meter_mark | meter_mark |
uint32_t | profile_valid:1 |
uint32_t | policy_valid:1 |
uint32_t | color_mode_valid:1 |
uint32_t | init_color_valid:1 |
uint32_t | state_valid:1 |
uint32_t | reserved:27 |
RTE_FLOW_ACTION_TYPE_METER_MARK
Wrapper structure for the context update interface.
Definition at line 3870 of file rte_flow.h.
struct rte_flow_action_meter_mark meter_mark |
New meter_mark parameters to be updated.
Definition at line 3872 of file rte_flow.h.
uint32_t profile_valid |
The profile will be updated.
Definition at line 3874 of file rte_flow.h.
uint32_t policy_valid |
The policy will be updated.
Definition at line 3876 of file rte_flow.h.
uint32_t color_mode_valid |
The color mode will be updated.
Definition at line 3878 of file rte_flow.h.
uint32_t init_color_valid |
The initial color will be updated.
Definition at line 3880 of file rte_flow.h.
uint32_t state_valid |
The meter state will be updated.
Definition at line 3882 of file rte_flow.h.
uint32_t reserved |
Reserved bits for the future usage.
Definition at line 3884 of file rte_flow.h.