Lines Matching full:dscp
4 # Test for DSCP prioritization and rewrite. Packets ingress $swp1 with a DSCP
6 # the DSCP value is updated to match the map at that interface. The updated DSCP
9 # ICMP responses are produced with the same DSCP tag that arrived at $h2. They
10 # go through prioritization at $swp2 and DSCP retagging at $swp1. The tag is
23 # | | dcb dscp-prio 10:0...17:7 dcb dscp-prio 20:0...27:7 | |
75 dcb app add dev $swp1 dscp-prio 10:0 11:1 12:2 13:3 14:4 15:5 16:6 17:7
76 dcb app add dev $swp2 dscp-prio 20:0 21:1 22:2 23:3 24:4 25:5 26:6 27:7
81 dcb app del dev $swp2 dscp-prio 20:0 21:1 22:2 23:3 24:4 25:5 26:6 27:7
82 dcb app del dev $swp1 dscp-prio 10:0 11:1 12:2 13:3 14:4 15:5 16:6 17:7
160 check_err $? "DSCP $key: Expected to capture $expect packets, got $delta."
163 log_test "DSCP rewrite: $dscp_10-(prio $prio)-$dscp_20"