Lines Matching refs:SRC

7 readonly SRC=2
10 readonly NS_SRC=$BASE$SRC
42 ip link add name veth$SRC type veth peer name veth$DST
44 for ns in $SRC $DST; do
106 ip netns exec $BASE$SRC ping -qc 1 $BM_NET_V4$DST >/dev/null
146 ip netns exec $NS_SRC ethtool -L veth$SRC rx $i tx $i
152 ip netns exec $NS_SRC ethtool -L veth$SRC rx $cur_cpu tx $cur_cpu
174 ip netns exec $NS_SRC ethtool -L veth$SRC rx 3 tx 3
197 ip netns exec $NS_SRC ethtool -L veth$SRC rx 2 tx 2
229 chk_gro_flag "default - gro flag" $SRC off
231 chk_tso_flag " - tso flag" $SRC on
234 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
241 chk_gro_flag " - peer gro flag" $SRC off
242 chk_tso_flag " - tso flag" $SRC on
244 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
255 chk_gro_flag " - peer gro flag" $SRC off
256 chk_tso_flag " - tso flag" $SRC on
259 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off
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
310 ip netns exec $NS_SRC ethtool -L veth$SRC tx 3 2>/dev/null &&\
317 chk_gro_flag " - peer gro flag" $SRC off
318 chk_tso_flag " - tso flag" $SRC off
325 ip -n $NS_SRC link set dev veth$SRC down
327 chk_gro_flag " - peer flag" $SRC off
332 chk_gro_flag " - peer gro flag" $SRC off
333 chk_tso_flag " - tso flag" $SRC on
342 ip -n $NS_SRC link set dev veth$SRC up
349 ip -n $NS_SRC link set dev veth$SRC down
353 ip -n $NS_SRC link set dev veth$SRC up
357 ip netns exec $NS_SRC ethtool -K veth$SRC tx-udp-segmentation off