Lines Matching full:exec

57 	local flag=`ip netns exec $BASE$target ethtool -k veth$target |\
85 local cur_rx=`ip netns exec $BASE$target ethtool -l $dev |\
87 local cur_tx=`ip netns exec $BASE$target ethtool -l $dev |\
89 local cur_combined=`ip netns exec $BASE$target ethtool -l $dev |\
104 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null
105 NSTAT_HISTORY=$STATS ip netns exec $NS_DST nstat -n
108 ip netns exec $BASE$DST ./udpgso_bench_rx -C 1000 -R 10 &
112 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 13000 -S 1300 -M 1 -D $BM_NET_V4$DST
122 local pkts=`NSTAT_HISTORY=$STATS ip netns exec $NS_DST nstat IpInReceives | \
144 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
145 ip netns exec $NS_DST ethtool -L veth$DST rx $i tx $i
150 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
151 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
163 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 1000 -M 300 -D $BM_NET_V4$DST
172 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
173 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
175 ip netns exec $NS_DST ./udpgso_bench_rx &
195 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
196 ip netns exec $NS_DST ethtool -L veth$DST rx 2 tx 1
232 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
237 ip netns exec $NS_DST ethtool -K veth$DST gro on
242 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
243 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
264 ip netns exec $NS_DST ethtool -K veth$DST generic-receive-offload on
280 ip netns exec $NS_DST ethtool -K veth$DST gro on
286 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
287 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
296 ip netns exec $NS_DST ethtool -L veth$DST tx 2
302 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
308 ip netns exec $NS_DST ethtool -L veth$DST combined 2 2>/dev/null
311 ip netns exec $NS_DST ethtool -L veth$DST tx $((CPUS + 1)) 2>/dev/null
316 ip netns exec $NS_DST ethtool -L veth$DST rx 1 tx 2 2>/dev/null
317 ip netns exec $NS_SRC ethtool -L veth$SRC rx 1 tx 2 2>/dev/null
324 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2
325 ip netns exec $NS_DST ethtool -L veth$DST rx 2
329 ip netns exec $NS_DST ethtool -L veth$DST rx 1 2>/dev/null &&\
337 ip netns exec $NS_SRC ethtool -L veth$SRC tx 3 2>/dev/null &&\
347 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
349 ip netns exec $NS_DST ethtool -K veth$DST generic-receive-offload on
359 ip netns exec $NS_DST ethtool -K veth$DST gro on
367 ip netns exec $NS_DST ethtool -L veth$DST tx 1
380 ip netns exec $NS_DST ethtool -L veth$DST tx 2
386 ip netns exec $NS_DST ethtool -K veth$DST gro off
387 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off