Lines Matching +full:multi +full:- +full:block

2 # SPDX-License-Identifier: GPL-2.0
41 # It is forbidden in mlxsw driver to have mixed-bound
42 # shared block with a drop rule.
45 check_err $? "Failed to create clsact with ingress block"
47 tc filter add block 22 protocol ip pref 1 handle 101 flower \
49 check_err $? "Failed to add drop rule to ingress bound block"
52 check_err $? "Failed to create another clsact with ingress shared block"
57 check_fail $? "Incorrect success to create another clsact with egress shared block"
59 tc filter del block 22 protocol ip pref 1 handle 101 flower
62 …check_err $? "Failed to create another clsact with egress shared block after blocker drop rule rem…
64 tc filter add block 22 protocol ip pref 1 handle 101 flower \
66 check_fail $? "Incorrect success to add drop rule to mixed bound block"
71 check_err $? "Failed to create another clsact with egress shared block"
73 tc filter add block 22 protocol ip pref 1 handle 101 flower \
75 check_err $? "Failed to add drop rule to egress bound shared block"
77 tc filter del block 22 protocol ip pref 1 handle 101 flower
82 log_test "shared block drop"
90 # egress-bound block.
93 check_err $? "Failed to create clsact with ingress block"
95 tc filter add block 22 protocol ip pref 1 handle 101 flower \
98 check_err $? "Failed to add redirect rule to ingress bound block"
101 check_err $? "Failed to create another clsact with ingress shared block"
106 check_fail $? "Incorrect success to create another clsact with egress shared block"
108 tc filter del block 22 protocol ip pref 1 handle 101 flower
111 …check_err $? "Failed to create another clsact with egress shared block after blocker redirect rule…
113 tc filter add block 22 protocol ip pref 1 handle 101 flower \
116 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
121 check_err $? "Failed to create another clsact with egress shared block"
123 tc filter add block 22 protocol ip pref 1 handle 101 flower \
126 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
130 tc filter add block 22 protocol ip pref 1 handle 101 flower \
133 check_fail $? "Incorrect success to add redirect rule to egress bound block"
137 log_test "shared block drop"
164 log_test "multi mirror"
172 # bound on egress. Spectrum-1 specific restriction
199 # On ingress, all matchall-mirror and matchall-sample
254 # On egress, all matchall-mirror rules have to be behind the flower rules
320 action police rate 0.5kbit burst 1m conform-exceed drop/ok
325 action police rate 2.5tbit burst 1g conform-exceed drop/ok
330 action police rate 1.5kbit burst 1m conform-exceed drop/ok
337 action police rate 1.9tbit burst 1g conform-exceed drop/ok
344 action police rate 1.5kbit burst 512b conform-exceed drop/ok
349 action police rate 1.5kbit burst 2k conform-exceed drop/ok
370 action police rate 100mbit burst 100k conform-exceed drop/ok
377 action police rate 100mbit burst 100k conform-exceed drop/pipe \
378 action police rate 200mbit burst 200k conform-exceed drop/ok
383 log_test "multi police"