FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
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 |
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
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. |
vl_api_qos_source_t vl_api_qos_mark_enable_disable_t::output_source |