Searched refs:skip_hw (Results 1 – 25 of 32) sorted by relevance
12
/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/ |
D | one_armed_router.sh | 135 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \ 139 skip_hw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \ 178 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \ 182 skip_hw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
|
D | blackhole_routes.sh | 124 skip_hw dst_ip 198.51.100.1 src_ip 192.0.2.1 ip_proto icmp \ 148 skip_hw dst_ip 2001:db8:2::1 src_ip 2001:db8:1::1 \
|
D | vxlan_flooding.sh | 179 matchall skip_hw action drop 182 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass 184 matchall skip_hw action drop
|
D | devlink_trap_l3_exceptions.sh | 186 flower skip_hw ip_proto icmp type 3 code 4 action pass 224 flower skip_hw ip_proto icmp type 11 code 0 action pass 334 skip_hw ip_proto $ip_proto type $type code $code action pass
|
D | devlink_trap_l3_drops.sh | 531 flower skip_hw dst_ip $dip ip_proto $ip_proto action drop 668 flower skip_hw dst_ip $dip ip_proto udp action drop
|
D | devlink_trap_tunnel_vxlan_ipv6.sh | 249 flower skip_hw src_ip 2001:db8:3::1 dst_ip 2001:db8:1::1 \
|
D | devlink_trap_tunnel_vxlan.sh | 241 flower skip_hw src_ip 192.0.2.3 dst_ip 192.0.2.1 action pass
|
/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | vxlan_flooding_ipv6.sh | 166 matchall skip_hw action drop 169 flower skip_hw dst_mac de:ad:be:ef:13:37 action pass 171 matchall skip_hw action drop
|
/linux-6.1.9/tools/testing/selftests/net/forwarding/ |
D | forwarding.config.sample | 48 TC_FLAG=skip_hw
|
D | pedit_dsfield.sh | 159 flower skip_hw $match_flower action pass 232 flower skip_hw ip_tos 125 action pass
|
D | loopback.sh | 39 skip_hw arp_op reply arp_tip 192.0.2.1 action drop
|
D | sch_red.sh | 374 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \ 415 tc filter add block 10 pref 1234 handle 102 matchall skip_hw \
|
D | pedit_ip.sh | 127 flower skip_hw $match_flower action pass
|
D | pedit_l4port.sh | 131 flower skip_hw $match_flower action pass
|
D | lib.sh | 991 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 998 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 1070 "skip_hw ip_tos $((dscp << 2))"
|
D | mirror_gre_changes.sh | 77 flower skip_hw ip_ttl 50 action pass
|
D | router_multicast.sh | 330 skip_hw dst_ip 225.1.2.3 ip_proto udp dst_port 12345 action pass 375 skip_hw dst_ip ff0e::3 ip_proto udp dst_port 12345 action pass
|
D | tc_actions.sh | 128 skip_hw dst_ip 192.0.2.2 action drop
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_offload.py | 562 skip_sw=False, skip_hw=False, argument 573 if skip_hw: 680 def test_spurios_extack(sim, obj, skip_hw, needle): argument 681 res = sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=skip_hw, 685 skip_hw=skip_hw, include_stderr=True) 821 ret, _ = sim.cls_bpf_add_filter(obj, skip_hw=True, fail=False) 887 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_hw=True) 888 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, skip_hw=True) 895 skip_sw=(j == 1), skip_hw=(j == 2),
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | ip6_gre_headroom.sh | 52 tc filter add dev swp1 ingress pref 1000 matchall skip_hw \
|
/linux-6.1.9/tools/testing/selftests/drivers/net/dsa/ |
D | lib.sh | 991 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 998 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 1070 "skip_hw ip_tos $((dscp << 2))"
|
D | tc_actions.sh | 128 skip_hw dst_ip 192.0.2.2 action drop
|
/linux-6.1.9/tools/testing/selftests/drivers/net/bonding/ |
D | net_forwarding_lib.sh | 991 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 998 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 1070 "skip_hw ip_tos $((dscp << 2))"
|
/linux-6.1.9/tools/testing/selftests/drivers/net/team/ |
D | net_forwarding_lib.sh | 991 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 998 if [ "${tcflags/skip_hw}" != "$tcflags" ]; then 1070 "skip_hw ip_tos $((dscp << 2))"
|
/linux-6.1.9/net/sched/ |
D | cls_flower.c | 3284 bool skip_hw; in fl_dump() local 3303 skip_hw = tc_skip_hw(f->flags); in fl_dump() 3313 if (!skip_hw) in fl_dump() 3341 bool skip_hw; in fl_terse_dump() local 3354 skip_hw = tc_skip_hw(f->flags); in fl_terse_dump() 3361 if (!skip_hw) in fl_terse_dump()
|
12