Lines Matching refs:BASE
5 readonly BASE=`basename $STATS`
9 readonly NS_SRC=$BASE$SRC
10 readonly NS_DST=$BASE$DST
44 ip link set dev veth$ns netns $BASE$ns up
45 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V4$ns/24
46 ip -n $BASE$ns addr add dev veth$ns $BM_NET_V6$ns/64 nodad
48 echo "#kernel" > $BASE
49 chmod go-rw $BASE
58 local flag=`ip netns exec $BASE$target ethtool -k veth$target |\
86 local cur_rx=`ip netns exec $BASE$target ethtool -l $dev |\
88 local cur_tx=`ip netns exec $BASE$target ethtool -l $dev |\
90 local cur_combined=`ip netns exec $BASE$target ethtool -l $dev |\
105 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null
109 ip netns exec $BASE$DST ./udpgso_bench_rx -C 1000 -R 10 &