FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vl_api_qos_egress_map_update_t Struct Reference

Update a QoS Map A QoS map, translates from the QoS value in the packet set by the 'record' feature, to the value used for output in the 'mark' feature. More...

+ Collaboration diagram for vl_api_qos_egress_map_update_t:

Data Fields

u32 client_index
 
u32 context
 
u32 map_id
 
vl_api_qos_egress_map_row_t rows [4]
 

Detailed Description

Update a QoS Map A QoS map, translates from the QoS value in the packet set by the 'record' feature, to the value used for output in the 'mark' feature.

There is one row in the map for each input/record source. The MAP is then applied to the egress interface at for a given output source

Template Parameters
map_id- client provided identifier for the map
rows- one row (per-input source) of output values

Definition at line 57 of file qos.api.

Field Documentation

u32 vl_api_qos_egress_map_update_t::client_index

Definition at line 59 of file qos.api.

u32 vl_api_qos_egress_map_update_t::context

Definition at line 60 of file qos.api.

u32 vl_api_qos_egress_map_update_t::map_id

Definition at line 61 of file qos.api.

vl_api_qos_egress_map_row_t vl_api_qos_egress_map_update_t::rows[4]

Definition at line 62 of file qos.api.


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