Lines Matching full:exec

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
106 NSTAT_HISTORY=$STATS ip netns exec $NS_DST nstat -n
109 ip netns exec $BASE$DST ./udpgso_bench_rx -C 1000 -R 10 &
113 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 13000 -S 1300 -M 1 -D $BM_NET_V4$DST
123 local pkts=`NSTAT_HISTORY=$STATS ip netns exec $NS_DST nstat IpInReceives | \
145 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
146 ip netns exec $NS_DST ethtool -L veth$DST rx $i tx $i
151 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
152 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
164 ip netns exec $NS_SRC ./udpgso_bench_tx -4 -s 1000 -M 300 -D $BM_NET_V4$DST
173 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
174 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
176 ip netns exec $NS_DST ./udpgso_bench_rx &
196 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
197 ip netns exec $NS_DST ethtool -L veth$DST rx 2 tx 1
233 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
238 ip netns exec $NS_DST ethtool -K veth$DST gro on
243 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
244 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
252 ip netns exec $NS_DST ethtool -K veth$DST gro on
258 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
259 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
268 ip netns exec $NS_DST ethtool -L veth$DST tx 2
274 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
280 ip netns exec $NS_DST ethtool -L veth$DST combined 2 2>/dev/null
283 ip netns exec $NS_DST ethtool -L veth$DST tx $((CPUS + 1)) 2>/dev/null
288 ip netns exec $NS_DST ethtool -L veth$DST rx 1 tx 2 2>/dev/null
289 ip netns exec $NS_SRC ethtool -L veth$SRC rx 1 tx 2 2>/dev/null
296 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2
297 ip netns exec $NS_DST ethtool -L veth$DST rx 2
301 ip netns exec $NS_DST ethtool -L veth$DST rx 1 2>/dev/null &&\
309 ip netns exec $NS_SRC ethtool -L veth$SRC tx 3 2>/dev/null &&\
319 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
328 ip netns exec $NS_DST ethtool -K veth$DST gro on
336 ip netns exec $NS_DST ethtool -L veth$DST tx 1
349 ip netns exec $NS_DST ethtool -L veth$DST tx 2
355 ip netns exec $NS_DST ethtool -K veth$DST gro off
356 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off