FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
For a given output source a table maps each value of every input source. More...
Public Member Functions | |
CLIB_CACHE_LINE_ALIGN_MARK (cacheline0) | |
Required for pool_get_aligned. More... | |
Data Fields | |
qos_bits_t | qem_output [QOS_N_SOURCES][256] |
The array of output mapped values; output = eq_qos[input-source][input-value]. More... | |
For a given output source a table maps each value of every input source.
Definition at line 37 of file qos_egress_map.h.
qos_egress_map_t_::CLIB_CACHE_LINE_ALIGN_MARK | ( | cacheline0 | ) |
Required for pool_get_aligned.
qos_bits_t qos_egress_map_t_::qem_output[QOS_N_SOURCES][256] |
The array of output mapped values; output = eq_qos[input-source][input-value].
Definition at line 48 of file qos_egress_map.h.