|
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __QOS_MARK_H__
17 #define __QOS_MARK_H__
int qos_mark_enable(u32 sw_if_index, qos_source_t output_source, qos_egress_map_id_t tid)
enable QoS marking by associating a MAP with an interface.
vl_api_qos_source_t output_source
walk_rc_t(* qos_mark_walk_cb_t)(u32 sw_if_index, u32 map_id, qos_source_t input_source, void *ctx)
int qos_mark_disable(u32 sw_if_index, qos_source_t output_source)
void qos_mark_walk(qos_mark_walk_cb_t fn, void *c)
vl_api_qos_source_t input_source
enum qos_source_t_ qos_source_t
QoS types.
u32 qos_egress_map_id_t
A QOS egress map translates from the COS bits stored in the packet's meta-data into a per-protocol CO...
vl_api_interface_index_t sw_if_index
enum walk_rc_t_ walk_rc_t
Walk return code.