Lines Matching refs:ethtool
59 local flag=`ip netns exec $BASE$target ethtool -k veth$target |\
87 local cur_rx=`ip netns exec $BASE$target ethtool -l $dev |\
89 local cur_tx=`ip netns exec $BASE$target ethtool -l $dev |\
91 local cur_combined=`ip netns exec $BASE$target ethtool -l $dev |\
146 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
147 ip netns exec $NS_DST ethtool -L veth$DST rx $i tx $i
152 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
153 ip netns exec $NS_DST ethtool -L veth$DST rx $cur_cpu tx $cur_cpu
174 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
175 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
197 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
198 ip netns exec $NS_DST ethtool -L veth$DST rx 2 tx 1
234 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
239 ip netns exec $NS_DST ethtool -K veth$DST gro on
244 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
245 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
253 ip netns exec $NS_DST ethtool -K veth$DST gro on
259 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
260 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
269 ip netns exec $NS_DST ethtool -L veth$DST tx 2
275 ip netns exec $NS_DST ethtool -L veth$DST rx 3 tx 3
281 ip netns exec $NS_DST ethtool -L veth$DST combined 2 2>/dev/null
284 ip netns exec $NS_DST ethtool -L veth$DST tx $((CPUS + 1)) 2>/dev/null
289 ip netns exec $NS_DST ethtool -L veth$DST rx 1 tx 2 2>/dev/null
290 ip netns exec $NS_SRC ethtool -L veth$SRC rx 1 tx 2 2>/dev/null
297 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2
298 ip netns exec $NS_DST ethtool -L veth$DST rx 2
302 ip netns exec $NS_DST ethtool -L veth$DST rx 1 2>/dev/null &&\
310 ip netns exec $NS_SRC ethtool -L veth$SRC tx 3 2>/dev/null &&\
320 ip netns exec $NS_DST ethtool -K veth$DST rx-udp-gro-forwarding on
329 ip netns exec $NS_DST ethtool -K veth$DST gro on
337 ip netns exec $NS_DST ethtool -L veth$DST tx 1
350 ip netns exec $NS_DST ethtool -L veth$DST tx 2
356 ip netns exec $NS_DST ethtool -K veth$DST gro off
357 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off