Lines Matching +full:skip +full:- +full:config
2 # SPDX-License-Identifier: GPL-2.0
7 # Kselftest framework requirement - SKIP code is 4.
10 if [ "$(id -u)" -ne 0 ];then
11 echo "SKIP: Need root privileges"
17 modinfo $mod &>/dev/null || { echo "SKIP: Need act_mirred module"; exit $ksft_skip; }
34 killall -q -9 udpgso_bench_rx
41 function config() { function
54 echo "Add tc filter ingress->egress forwarding $veth1 <-> $veth2"
62 echo "Add tc filter egress->ingress forwarding $peer1 -> $veth1, bypassing the veth pipe"
70 ./udpgso_bench_rx -t &
72 …ip netns exec $ns timeout -k 2 10 ./udpgso_bench_tx -t -l 2 -4 -D $ip_peer1 || fail "traffic faile…
76 config
78 trap - EXIT