![]() |
![]() |
Priority-based or Interface-based routing mode | |
paRoutePriIntf_e is used to specify the mode of priority-based or interface-based routing. PASS forwards the matched packets to the desired QoS queue which is equal to the base queue plus an offset specified by the VLAN priority or DSCP value in prority-based routing such as pa_ROUTE_PRIORITY_VLAN or pa_ROUTE_PRIORITY_DSCP. PASS forwards the matched packets to the desired host queue which is equal to the base queue plus an offset as the EMAC port (interface) number with the CPPI flow which is equal to the base flow number plus the EMAC port (interface) number optionally in interface-based routing such as pa_ROUTE_INTF or pa_ROUTE_INTF_W_FLOW. PASS forwards the matched packets to the derived QoS queue with derived CPPI flow based on the algorithm specified at Ingress Default Route Operation in EQoS routing
| |
enum | paRoutePriIntf_e { pa_ROUTE_PRIORITY_VLAN = 1, pa_ROUTE_PRIORITY_DSCP, pa_ROUTE_INTF, pa_ROUTE_INTF_W_FLOW, pa_ROUTE_EQoS_MODE } |
enum paRoutePriIntf_e |