/linux/tools/testing/selftests/drivers/net/mlxsw/ |
A D | tc_restrictions.sh | 96 skip_sw dst_ip 192.0.2.2 \ 114 skip_sw dst_ip 192.0.2.2 \ 303 matchall skip_sw \ 319 flower skip_sw \ 324 flower skip_sw \ 329 flower skip_sw \ 336 flower skip_sw \ 343 flower skip_sw \ 348 flower skip_sw \ 369 flower skip_sw \ [all …]
|
A D | tc_sample.sh | 233 skip_sw action sample rate 32 group 1 285 skip_sw action sample rate 1024 group 1 298 skip_sw action sample rate 1024 group 1 314 skip_sw action sample rate 1024 group 1 333 skip_sw action sample rate 5 group 1 359 skip_sw action sample rate 5 group 1 385 skip_sw action sample rate 5 group 1 411 skip_sw action sample rate 5 group 1 438 skip_sw action sample rate 5 group 1 484 skip_sw action sample rate 1024 group 1 [all …]
|
A D | tc_police_occ.sh | 71 flower skip_sw \ 81 flower skip_sw \ 85 flower skip_sw action police index 10
|
A D | rif_mac_profiles.sh | 113 flower skip_sw ip_proto udp src_port 12345 dst_port 54321 \ 119 flower skip_sw src_mac $smac ip_proto udp src_port 12345 \ 148 flower skip_sw ip_proto udp src_port 54321 dst_port 12345 \ 152 flower skip_sw src_mac $rp1_mac ip_proto udp src_port 54321 \
|
A D | tc_action_hw_stats.sh | 52 skip_sw dst_ip 192.0.2.2 action drop $action_hw_stats 86 skip_sw dst_ip 192.0.2.2 action drop hw_stats delayed
|
A D | sch_red_core.sh | 679 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \ 700 flower skip_sw ip_proto udp \ 715 flower skip_sw ip_proto tcp \ 727 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \ 755 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
|
A D | sch_tbf_ets.sh | 8 TCFLAGS=skip_sw
|
A D | sch_tbf_prio.sh | 8 TCFLAGS=skip_sw
|
A D | sch_tbf_root.sh | 8 TCFLAGS=skip_sw
|
A D | one_armed_router.sh | 143 skip_sw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \ 186 skip_sw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
|
A D | tc_police_scale.sh | 46 flower skip_sw dst_ip $(tc_police_addr $i) \
|
A D | devlink_trap_control.sh | 655 skip_sw action sample rate 1 group 1 670 skip_sw ip_proto udp src_port 12345 dst_port 54321 action trap
|
A D | vxlan_flooding.sh | 182 dst_port 4789 skip_sw action drop
|
A D | qos_headroom.sh | 325 tc filter add dev $swp egress matchall skip_sw action mirred egress mirror dev $swp
|
/linux/tools/testing/selftests/drivers/net/ocelot/ |
A D | tc_flower_chains.sh | 136 skip_sw action goto chain $(IS1 0) 138 flower skip_sw action goto chain $(IS1 1) 140 flower skip_sw action goto chain $(IS1 2) 142 flower skip_sw action goto chain $(IS2 0 0) 154 flower skip_sw action goto chain $(IS2 1 0) 178 protocol 802.1Q flower skip_sw vlan_id 100 \ 183 flower skip_sw indev $eth1 \ 187 protocol ipv4 flower skip_sw src_ip 10.1.1.2 \ 192 protocol ipv4 flower skip_sw ip_proto udp dst_port 5201 \ 260 protocol 802.1Q flower skip_sw vlan_id 200 \ [all …]
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
A D | switch-driver.rst | 157 $ tc filter add dev eth4 ingress flower src_mac 00:01:02:03:04:05 skip_sw action trap 161 …$ tc filter add dev eth4 ingress protocol 802.1q flower skip_sw vlan_id 100 vlan_prio 3 action drop 171 $ tc filter add block 1 ingress flower dst_mac 00:01:02:03:04:04 skip_sw \ 173 $ tc filter add block 1 ingress protocol ipv4 flower src_ip 192.168.1.1 skip_sw \ 187 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_prio 3 action mirred egress mi… 196 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_id 200 action mirred egress mi… 201 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_id 200 action mirred egress mi… 204 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_id 200 action mirred egress mi… 214 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_id 200 action mirred egress mi… 215 …$ tc filter add block 1 ingress protocol 802.1q flower skip_sw vlan_id 100 action mirred egress mi…
|
/linux/net/sched/ |
A D | cls_bpf.c | 148 bool skip_sw; in cls_bpf_offload_cmd() local 151 skip_sw = prog && tc_skip_sw(prog->gen_flags); in cls_bpf_offload_cmd() 164 skip_sw, &oldprog->gen_flags, in cls_bpf_offload_cmd() 170 skip_sw, &prog->gen_flags, in cls_bpf_offload_cmd() 174 skip_sw, &oldprog->gen_flags, in cls_bpf_offload_cmd() 182 if (prog && skip_sw && !(prog->gen_flags & TCA_CLS_FLAGS_IN_HW)) in cls_bpf_offload_cmd() 377 bool skip_sw; in cls_bpf_prog_from_efd() local 381 skip_sw = gen_flags & TCA_CLS_FLAGS_SKIP_SW; in cls_bpf_prog_from_efd() 383 fp = bpf_prog_get_type_dev(bpf_fd, BPF_PROG_TYPE_SCHED_CLS, skip_sw); in cls_bpf_prog_from_efd()
|
A D | cls_matchall.c | 89 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local 104 if (skip_sw) in mall_replace_hw_filter() 113 skip_sw, &head->flags, &head->in_hw_count, true); in mall_replace_hw_filter() 122 if (skip_sw && !(head->flags & TCA_CLS_FLAGS_IN_HW)) in mall_replace_hw_filter()
|
A D | cls_u32.c | 491 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local 501 err = tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, skip_sw, true); in u32_replace_hw_hnode() 509 if (skip_sw && !offloaded) in u32_replace_hw_hnode() 535 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local 555 err = tc_setup_cb_add(block, tp, TC_SETUP_CLSU32, &cls_u32, skip_sw, in u32_replace_hw_knode() 562 if (skip_sw && !(n->flags & TCA_CLS_FLAGS_IN_HW)) in u32_replace_hw_knode()
|
A D | cls_flower.c | 451 bool skip_sw = tc_skip_sw(f->flags); in fl_hw_replace_filter() local 469 if (skip_sw) { in fl_hw_replace_filter() 477 skip_sw, &f->flags, &f->in_hw_count, rtnl_held); in fl_hw_replace_filter() 486 if (skip_sw && !(f->flags & TCA_CLS_FLAGS_IN_HW)) in fl_hw_replace_filter()
|
/linux/tools/testing/selftests/bpf/ |
A D | test_offload.py | 562 skip_sw=False, skip_hw=False, argument 571 if skip_sw: 832 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, 863 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True, 872 skip_sw=True, 883 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_sw=True) 964 sim.cls_bpf_add_filter(obj, skip_sw=True) 1105 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True, 1112 sim.cls_bpf_add_filter(obj, skip_sw=True) 1120 sim.cls_bpf_add_filter(pinned, da=True, skip_sw=True) [all …]
|
/linux/tools/testing/selftests/tc-testing/ |
A D | tdc_batch.py | 58 if args.skip_sw:
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
A D | devlink_trap_tunnel_ipip6.sh | 160 flower src_ip 2001:db8:2::1 dst_ip 2001:db8:1::1 skip_sw \
|
/linux/Documentation/networking/dsa/ |
A D | sja1105.rst | 209 tc filter add dev swp2 ingress flower skip_sw dst_mac 42:be:24:9b:76:20 \ 216 tc filter add dev swp2 ingress protocol 802.1Q flower skip_sw \ 250 tc filter add dev swp2 ingress flower skip_sw \ 284 tc filter add block 1 flower skip_sw dst_mac 42:be:24:9b:76:20 \
|
/linux/tools/testing/selftests/net/forwarding/ |
A D | vxlan_bridge_1d.sh | 350 $add_del 100 "" $dev skip_sw 2>/dev/null || \
|