DPDK  22.11.5
Data Fields
rte_flow_update_meter_mark Struct Reference

#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
 

Detailed Description

RTE_FLOW_ACTION_TYPE_METER_MARK

Wrapper structure for the context update interface.

Definition at line 3622 of file rte_flow.h.

Field Documentation

◆ meter_mark

struct rte_flow_action_meter_mark meter_mark

New meter_mark parameters to be updated.

Definition at line 3624 of file rte_flow.h.

◆ profile_valid

uint32_t profile_valid

The profile will be updated.

Definition at line 3626 of file rte_flow.h.

◆ policy_valid

uint32_t policy_valid

The policy will be updated.

Definition at line 3628 of file rte_flow.h.

◆ color_mode_valid

uint32_t color_mode_valid

The color mode will be updated.

Definition at line 3630 of file rte_flow.h.

◆ init_color_valid

uint32_t init_color_valid

The initial color will be updated.

Definition at line 3632 of file rte_flow.h.

◆ state_valid

uint32_t state_valid

The meter state will be updated.

Definition at line 3634 of file rte_flow.h.

◆ reserved

uint32_t reserved

Reserved bits for the future usage.

Definition at line 3636 of file rte_flow.h.


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