/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/ |
D | tc_restrictions.sh | 48 skip_sw dst_ip 192.0.2.2 action drop 65 skip_sw dst_ip 192.0.2.2 action drop 74 skip_sw dst_ip 192.0.2.2 action drop 96 skip_sw dst_ip 192.0.2.2 \ 114 skip_sw dst_ip 192.0.2.2 \ 124 skip_sw dst_ip 192.0.2.2 \ 131 skip_sw dst_ip 192.0.2.2 \ 150 skip_sw dst_ip 192.0.2.2 \ 157 skip_sw dst_ip 192.0.2.2 \ 178 matchall skip_sw action sample rate 100 group 1 [all …]
|
D | tc_sample.sh | 233 skip_sw action sample rate 32 group 1 264 skip_sw action sample rate $((35 * 10 ** 8)) group 1 270 skip_sw action sample rate $((35 * 10 ** 8 + 1)) \ 285 skip_sw action sample rate 1024 group 1 289 skip_sw action sample rate 1024 group 1 &> /dev/null 298 skip_sw action sample rate 1024 group 1 314 skip_sw action sample rate 1024 group 1 318 skip_sw action sample rate 1024 group 2 &> /dev/null 333 skip_sw action sample rate 5 group 1 359 skip_sw action sample rate 5 group 1 [all …]
|
D | tc_police_occ.sh | 71 flower skip_sw \ 81 flower skip_sw \ 85 flower skip_sw action police index 10
|
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 \
|
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
|
D | sch_tbf_ets.sh | 8 TCFLAGS=skip_sw
|
D | sch_tbf_prio.sh | 8 TCFLAGS=skip_sw
|
D | sch_tbf_root.sh | 8 TCFLAGS=skip_sw
|
D | sch_red_core.sh | 678 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \ 699 flower skip_sw ip_proto udp \ 714 flower skip_sw ip_proto tcp \ 726 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \ 754 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
|
D | ingress_rif_conf_1d.sh | 209 flower skip_sw dst_ip 192.0.2.18 action pass 240 flower skip_sw dst_ip 192.0.2.18 action pass
|
D | egress_vid_classification.sh | 214 flower skip_sw dst_ip 192.0.2.1 action pass 249 flower skip_sw dst_ip 192.0.2.1 action pass
|
D | ingress_rif_conf_1q.sh | 203 flower skip_sw dst_ip 192.0.2.18 action pass 238 flower skip_sw dst_ip 192.0.2.18 action pass
|
D | tc_police_scale.sh | 46 flower skip_sw dst_ip $(tc_police_addr $i) \
|
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 \
|
D | ingress_rif_conf_vxlan.sh | 255 flower skip_sw dst_ip 192.0.2.1 action pass 286 flower skip_sw dst_ip 192.0.2.1 action pass
|
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
|
/linux-6.1.9/tools/testing/selftests/drivers/net/ocelot/ |
D | tc_flower_chains.sh | 118 skip_sw action goto chain $(IS1 0) 120 flower skip_sw action goto chain $(IS1 1) 122 flower skip_sw action goto chain $(IS1 2) 124 flower skip_sw action goto chain $(IS2 0 0) 136 flower skip_sw action goto chain $(IS2 1 0) 160 protocol 802.1Q flower skip_sw vlan_id 100 \ 165 flower skip_sw indev $swp2 \ 169 protocol ipv4 flower skip_sw src_ip 10.1.1.2 \ 174 protocol ipv4 flower skip_sw ip_proto udp dst_port 5201 \ 249 protocol 802.1Q flower skip_sw vlan_id 200 \ [all …]
|
D | psfp.sh | 61 skip_sw action goto chain $(PSFP) 132 protocol 802.1Q flower skip_sw \
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
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-6.1.9/net/sched/ |
D | cls_bpf.c | 150 bool skip_sw; in cls_bpf_offload_cmd() local 153 skip_sw = prog && tc_skip_sw(prog->gen_flags); in cls_bpf_offload_cmd() 166 skip_sw, &oldprog->gen_flags, in cls_bpf_offload_cmd() 172 skip_sw, &prog->gen_flags, in cls_bpf_offload_cmd() 176 skip_sw, &oldprog->gen_flags, in cls_bpf_offload_cmd() 184 if (prog && skip_sw && !(prog->gen_flags & TCA_CLS_FLAGS_IN_HW)) in cls_bpf_offload_cmd() 379 bool skip_sw; in cls_bpf_prog_from_efd() local 383 skip_sw = gen_flags & TCA_CLS_FLAGS_SKIP_SW; in cls_bpf_prog_from_efd() 385 fp = bpf_prog_get_type_dev(bpf_fd, BPF_PROG_TYPE_SCHED_CLS, skip_sw); in cls_bpf_prog_from_efd()
|
D | cls_matchall.c | 89 bool skip_sw = tc_skip_sw(head->flags); in mall_replace_hw_filter() local 106 return skip_sw ? err : 0; in mall_replace_hw_filter() 110 skip_sw, &head->flags, &head->in_hw_count, true); in mall_replace_hw_filter() 119 if (skip_sw && !(head->flags & TCA_CLS_FLAGS_IN_HW)) in mall_replace_hw_filter()
|
D | cls_u32.c | 495 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_hnode() local 505 err = tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, skip_sw, true); in u32_replace_hw_hnode() 513 if (skip_sw && !offloaded) in u32_replace_hw_hnode() 539 bool skip_sw = tc_skip_sw(flags); in u32_replace_hw_knode() local 559 err = tc_setup_cb_add(block, tp, TC_SETUP_CLSU32, &cls_u32, skip_sw, in u32_replace_hw_knode() 566 if (skip_sw && !(n->flags & TCA_CLS_FLAGS_IN_HW)) in u32_replace_hw_knode()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
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) 884 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, skip_sw=True) 895 skip_sw=(j == 1), skip_hw=(j == 2), 917 ret, _, err = sim.cls_bpf_add_filter(obj, verbose=True, skip_sw=True, 924 ret, _, err = sim.cls_bpf_add_filter(obj, verbose=True, skip_sw=True, [all …]
|
/linux-6.1.9/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 58 if args.skip_sw:
|
/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | devlink_trap_tunnel_ipip6.sh | 160 flower src_ip 2001:db8:2::1 dst_ip 2001:db8:1::1 skip_sw \
|