FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vl_api_qos_mark_enable_disable_t Struct Reference

Enable/Disable QoS marking The QoS bits from the packet are mapped (using the desired egress map) into the header of the 'output-source'. More...

Data Fields

u32 client_index
 
u32 context
 
u32 map_id
 
u32 sw_if_index
 
vl_api_qos_source_t output_source
 
u8 enable
 

Detailed Description

Enable/Disable QoS marking The QoS bits from the packet are mapped (using the desired egress map) into the header of the 'output-source'.

Marking should be used in conjunction with recording

Template Parameters
sw_if_index- The interface on which recording is enabled.
enable- enable=1 or disable the feature
output_source- The output source/layer at which the QoS bits are written into the packet. See qos_source_t.
map_id- The ID of the MAP in which the translation from input to output is performed.

Definition at line 95 of file qos.api.

Field Documentation

u32 vl_api_qos_mark_enable_disable_t::client_index

Definition at line 97 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::context

Definition at line 98 of file qos.api.

u8 vl_api_qos_mark_enable_disable_t::enable

Definition at line 102 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::map_id

Definition at line 99 of file qos.api.

vl_api_qos_source_t vl_api_qos_mark_enable_disable_t::output_source

Definition at line 101 of file qos.api.

u32 vl_api_qos_mark_enable_disable_t::sw_if_index

Definition at line 100 of file qos.api.


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