Home
last modified time | relevance | path

Searched refs:tcflags (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh20 tcflags="skip_hw"
102 $tcflags dst_ip 192.0.2.2 action drop
111 $tcflags dst_ip 198.51.100.2 action drop
135 log_test "single mask test ($tcflags)"
148 $tcflags dst_ip 192.0.2.2 action drop
150 $tcflags dst_ip 192.0.2.2 action drop
167 $tcflags dst_ip 192.0.2.2 action drop
185 log_test "identical filters test ($tcflags)"
196 $tcflags dst_ip 192.0.2.2 action drop
198 $tcflags dst_ip 192.0.0.0/8 action drop
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh14 tcflags="skip_hw"
45 $tcflags dst_mac $dummy_mac action drop
47 $tcflags dst_mac $h2mac action drop
61 log_test "dst_mac match ($tcflags)"
71 $tcflags src_mac $dummy_mac action drop
73 $tcflags src_mac $h1mac action drop
87 log_test "src_mac match ($tcflags)"
95 $tcflags dst_ip 198.51.100.2 action drop
97 $tcflags dst_ip 192.0.2.2 action drop
99 $tcflags dst_ip 192.0.2.0/24 action drop
[all …]
H A Dmirror_gre_changes.sh76 "prot ip flower $tcflags ip_prot icmp"
90 log_test "$what: TTL change ($tcflags)"
101 mirror_install $swp1 ingress $tundev "matchall $tcflags"
109 log_test "$what: tunnel down/up ($tcflags)"
121 mirror_install $swp1 ingress $tundev "matchall $tcflags"
133 log_test "$what: egress down/up ($tcflags)"
147 mirror_install $swp1 ingress $tundev "matchall $tcflags"
154 log_test "$what: remote address change ($tcflags)"
168 mirror_install $swp1 ingress $tundev "matchall $tcflags"
179 mirror_install $swp1 ingress $tundev "matchall $tcflags"
[all …]
H A Dmirror_gre.sh77 mirror_install $swp1 $direction $tundev "matchall $tcflags"
85 log_test "$direction $what: envelope MAC ($tcflags)"
92 mirror_install $swp1 ingress gt4 "matchall $tcflags"
93 mirror_install $swp1 egress gt6 "matchall $tcflags"
101 mirror_install $swp1 ingress gt4 "matchall $tcflags"
107 log_test "two simultaneously configured mirrors ($tcflags)"
150 tcflags="skip_hw"
156 tcflags="skip_sw"
H A Dmirror_gre_vlan_bridge_1q.sh156 mirror_install $swp1 ingress $tundev "matchall $tcflags"
170 log_test "$what: vlan forbidden at a bridge ($tcflags)"
190 mirror_install $swp1 ingress $tundev "matchall $tcflags"
205 log_test "$what: vlan forbidden at a bridge egress ($tcflags)"
226 mirror_install $swp1 ingress $tundev "matchall $tcflags"
249 log_test "$what: vlan untagged at a bridge egress ($tcflags)"
270 mirror_install $swp1 ingress $tundev "matchall $tcflags"
282 "$what: MAC roaming ($tcflags)"
299 log_test "$what: MAC roaming ($tcflags)"
338 tcflags="skip_hw"
[all …]
H A Dtc_actions.sh14 tcflags="skip_hw"
75 $classifier $tcflags $classifier_args \
88 log_test "mirred egress $classifier $action ($tcflags)"
96 $tcflags dst_ip 192.0.2.2 action drop
105 $tcflags dst_ip 192.0.2.2 action ok
119 log_test "gact drop and ok ($tcflags)"
126 if [[ "$tcflags" != "skip_sw" ]]; then
133 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
143 $tcflags dst_ip 192.0.2.2 action trap
158 log_test "trap ($tcflags)"
[all …]
H A Dtc_shblocks.sh9 tcflags="skip_hw"
54 $tcflags dst_ip 192.0.2.2 action drop
70 log_test "shared block ($tcflags)"
78 $tcflags indev $swp1 dst_mac $swmac action drop
80 $tcflags indev $swp2 dst_mac $swmac action drop
97 log_test "indev match ($tcflags)"
148 tcflags="skip_sw"
H A Dmirror_gre_lib.sh38 mirror_install $swp1 $direction $tundev "matchall $tcflags"
43 log_test "$direction $what ($tcflags)"
59 mirror_install $swp1 $direction $tundev "matchall $tcflags"
72 log_test "$direction $what ($tcflags)"
111 mirror_install $swp1 ingress $tundev "matchall $tcflags"
124 log_test "$what: STP state ($tcflags)"
H A Dmirror_vlan.sh66 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
70 log_test "$direction mirror to vlan ($tcflags)"
87 mirror_install $swp1 $direction $swp3.555 "matchall $tcflags"
94 log_test "$direction mirror tagged to vlan ($tcflags)"
121 tcflags="skip_hw"
127 tcflags="skip_sw"
H A Dmirror_gre_nh.sh78 mirror_install $swp1 ingress gt4 "matchall $tcflags"
91 log_test "mirror to gre with next-hop remote ($tcflags)"
98 mirror_install $swp1 ingress gt6 "matchall $tcflags"
102 log_test "mirror to ip6gre with next-hop remote ($tcflags)"
121 tcflags="skip_hw"
127 tcflags="skip_sw"
H A Dtc_chains.sh10 tcflags="skip_hw"
39 flower $tcflags dst_mac $h2mac action drop
50 log_test "unreachable chain ($tcflags)"
58 flower $tcflags dst_mac $h2mac action drop
60 $tcflags dst_mac $h2mac action drop
62 $tcflags dst_mac $h2mac action goto chain 1
81 log_test "gact goto chain ($tcflags)"
201 tcflags="skip_sw"
H A Dmirror_gre_neigh.sh68 mirror_install $swp1 $direction $tundev "matchall $tcflags"
74 log_test "$direction $what: neighbor change ($tcflags)"
105 tcflags="skip_hw"
111 tcflags="skip_sw"
H A Dmirror_gre_flower.sh87 "protocol ip flower $tcflags dst_ip $match_dip"
96 log_test "$direction $what ($tcflags)"
127 tcflags="skip_hw"
133 tcflags="skip_sw"
H A Dmirror_gre_bridge_1q_lag.sh230 proto 802.1q flower vlan_ethtype arp $tcflags \
233 "proto 802.1q flower vlan_id 333 $tcflags"
255 log_test "$what ($tcflags)"
284 tcflags="skip_hw"
290 tcflags="skip_sw"
H A Dtc_tunnel_key.sh12 tcflags="skip_hw"
117 tc filter add dev h1-et egress protocol all pref 1 handle 1 matchall $tcflags \
146 log_test "tunnel_key nofrag ($tcflags)"
160 tcflags="skip_sw"
H A Dtc_flower_router.sh89 $tcflags indev $rp1 dst_ip 192.0.3.1 action drop
91 $tcflags indev $rp2 dst_ip 192.0.3.1 action drop
114 log_test "indev egress match ($tcflags)"
168 tcflags="skip_sw"
H A Dmirror_gre_lag_lacp.sh221 "proto 802.1q flower vlan_id 333 $tcflags"
246 log_test "$what ($tcflags)"
275 tcflags="skip_hw"
281 tcflags="skip_sw"
H A Dmirror_gre_vlan.sh82 tcflags="skip_hw"
88 tcflags="skip_sw"
H A Dmirror_gre_bridge_1d_vlan.sh123 tcflags="skip_hw"
129 tcflags="skip_sw"
H A Dmirror_gre_bridge_1d.sh127 tcflags="skip_hw"
133 tcflags="skip_sw"
H A Dmirror_gre_bridge_1q.sh123 tcflags="skip_hw"
129 tcflags="skip_sw"
H A Dmirror_gre_bound.sh217 tcflags="skip_hw"
223 tcflags="skip_sw"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dtc_actions.sh14 tcflags="skip_hw"
75 $classifier $tcflags $classifier_args \
88 log_test "mirred egress $classifier $action ($tcflags)"
96 $tcflags dst_ip 192.0.2.2 action drop
105 $tcflags dst_ip 192.0.2.2 action ok
119 log_test "gact drop and ok ($tcflags)"
126 if [[ "$tcflags" != "skip_sw" ]]; then
133 $tcflags dst_ip 192.0.2.2 action mirred egress redirect \
143 $tcflags dst_ip 192.0.2.2 action trap
158 log_test "trap ($tcflags)"
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmirror_gre.sh121 mirror_install $swp1 ingress $tundev "matchall $tcflags"
129 log_test "$what: no offload on TTL of inherit ($tcflags)"
141 mirror_install $swp1 ingress $tundev "matchall $tcflags"
148 log_test "$what: no offload on a fixed TOS ($tcflags)"
159 mirror_install $swp1 ingress $tundev "matchall $tcflags"
167 log_test "$what: should_fail=$should_fail ($tcflags)"
211 tcflags="skip_hw"
214 tcflags="skip_sw"
H A Dtc_flower_scale.sh81 flower $tcflags dst_ip $(tc_flower_addr $i) \
122 tcflags="skip_sw"

12