Searched refs:skip_sw (Results 1 - 25 of 36) sorted by relevance

12

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_tbf_root.sh10 TCFLAGS=skip_sw
H A Dsch_tbf_prio.sh10 TCFLAGS=skip_sw
H A Dsch_tbf_ets.sh10 TCFLAGS=skip_sw
H A Dtc_restrictions.sh48 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 actio
[all...]
H A Dport_range_occ.sh74 flower skip_sw ip_proto udp src_port 1-100 dst_port 1-100 \
80 flower skip_sw ip_proto tcp src_port 1-100 dst_port 1-100 \
83 flower skip_sw ip_proto udp src_port 1-100 dst_port 1-100 \
86 flower skip_sw ip_proto tcp src_port 1-100 dst_port 1-100 \
H A Dtc_police_occ.sh71 flower skip_sw \
81 flower skip_sw \
85 flower skip_sw action police index 10
H A Dtc_action_hw_stats.sh52 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
H A Dtc_sample.sh233 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 actio
[all...]
H A Drif_mac_profiles.sh113 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 \
H A Dtc_police_scale.sh46 flower skip_sw dst_ip $(tc_police_addr $i) \
H A Dport_range_scale.sh38 flower skip_sw \
H A Dingress_rif_conf_1q.sh203 flower skip_sw dst_ip 192.0.2.18 action pass
238 flower skip_sw dst_ip 192.0.2.18 action pass
H A Degress_vid_classification.sh213 flower skip_sw dst_ip 192.0.2.1 action pass
248 flower skip_sw dst_ip 192.0.2.1 action pass
H A Dingress_rif_conf_1d.sh208 flower skip_sw dst_ip 192.0.2.18 action pass
239 flower skip_sw dst_ip 192.0.2.18 action pass
H A Dsch_red_core.sh677 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
698 flower skip_sw ip_proto udp \
713 flower skip_sw ip_proto tcp \
725 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
753 tc filter add block 10 pref 1234 handle 102 matchall skip_sw \
H A Dingress_rif_conf_vxlan.sh255 flower skip_sw dst_ip 192.0.2.1 action pass
286 flower skip_sw dst_ip 192.0.2.1 action pass
H A Done_armed_router.sh144 skip_sw dst_ip 198.51.100.1 ip_proto udp dst_port 52768 \
187 skip_sw dst_ip 2001:db8:2::1 ip_proto udp dst_port 52768 \
H A Ddevlink_trap_tunnel_ipip6.sh160 flower src_ip 2001:db8:2::1 dst_ip 2001:db8:1::1 skip_sw \
/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dtc_flower_chains.sh118 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_i
[all...]
H A Dpsfp.sh61 skip_sw action goto chain $(PSFP)
132 protocol 802.1Q flower skip_sw \
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py517 flags = ["skip_sw", "skip_hw", "in_hw"]
564 skip_sw=False, skip_hw=False,
573 if skip_sw:
574 params += " skip_sw"
834 ret, _, err = sim.cls_bpf_add_filter(obj, skip_sw=True,
865 ret, _, err = sim.cls_bpf_add_filter(bytecode, skip_sw=True,
874 skip_sw=True, variable
885 sim.cls_bpf_add_filter(obj, prio=1, handle=1, skip_sw=True)
886 sim.cls_bpf_add_filter(obj, op="replace", prio=1, handle=1, skip_sw=True)
897 skip_sw variable
[all...]
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py22 parser.add_argument("-o", "--skip_sw",
23 help="skip_sw (offload), by default skip_hw",
58 if args.skip_sw:
59 skip = "skip_sw"
/linux-master/net/sched/
H A Dcls_bpf.c152 bool skip_sw; local
155 skip_sw = prog && tc_skip_sw(prog->gen_flags);
168 skip_sw, &oldprog->gen_flags,
174 skip_sw, &prog->gen_flags,
178 skip_sw, &oldprog->gen_flags,
186 if (prog && skip_sw && !(prog->gen_flags & TCA_CLS_FLAGS_IN_HW))
381 bool skip_sw; local
385 skip_sw = gen_flags & TCA_CLS_FLAGS_SKIP_SW;
387 fp = bpf_prog_get_type_dev(bpf_fd, BPF_PROG_TYPE_SCHED_CLS, skip_sw);
H A Dcls_matchall.c91 bool skip_sw = tc_skip_sw(head->flags); local
108 return skip_sw ? err : 0;
112 skip_sw, &head->flags, &head->in_hw_count, true);
121 if (skip_sw && !(head->flags & TCA_CLS_FLAGS_IN_HW))
H A Dcls_u32.c499 bool skip_sw = tc_skip_sw(flags); local
509 err = tc_setup_cb_call(block, TC_SETUP_CLSU32, &cls_u32, skip_sw, true);
517 if (skip_sw && !offloaded)
543 bool skip_sw = tc_skip_sw(flags); local
563 err = tc_setup_cb_add(block, tp, TC_SETUP_CLSU32, &cls_u32, skip_sw,
570 if (skip_sw && !(n->flags & TCA_CLS_FLAGS_IN_HW))

Completed in 234 milliseconds

12