Lines Matching +full:mixed +full:- +full:burst
2 # SPDX-License-Identifier: GPL-2.0
38 # It is forbidden in mlxsw driver to have mixed-bound
63 check_fail $? "Incorrect success to add drop rule to mixed bound block"
87 # egress-bound block.
113 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
195 # On ingress, all matchall-mirror and matchall-sample
250 # On egress, all matchall-mirror rules have to be behind the flower rules
300 action police rate 0.5kbit burst 1m conform-exceed drop/ok
305 action police rate 2.5tbit burst 1g conform-exceed drop/ok
310 action police rate 1.5kbit burst 1m conform-exceed drop/ok
317 action police rate 1.9tbit burst 1g conform-exceed drop/ok
324 action police rate 1.5kbit burst 512b conform-exceed drop/ok
325 check_fail $? "Incorrect success to add police action with too low burst size"
329 action police rate 1.5kbit burst 2k conform-exceed drop/ok
330 check_err $? "Failed to add police action with low burst size"
336 log_test "police rate and burst limits"
350 action police rate 100mbit burst 100k conform-exceed drop/ok
357 action police rate 100mbit burst 100k conform-exceed drop/pipe \
358 action police rate 200mbit burst 200k conform-exceed drop/ok