Lines Matching refs:VETH0
112 VETH0=ve${VETH0_POSTFIX}
120 cleanup_exit ${VETH0} ${VETH1}
126 echo "setting up ${VETH0}"
128 …ip link add ${VETH0} numtxqueues 4 numrxqueues 4 type veth peer name ${VETH1} numtxqueues 4 numrxq…
130 echo 1 > /proc/sys/net/ipv6/conf/${VETH0}/disable_ipv6
138 echo 2 > /sys/class/net/${VETH0}/napi_defer_hard_irqs
139 echo 200000 > /sys/class/net/${VETH0}/gro_flush_timeout
145 ip link set ${VETH0} mtu ${MTU}
147 ip link set ${VETH0} up
161 VETH0=${ETH}
165 validate_veth_support ${VETH0}
172 cleanup_exit ${VETH0} ${VETH1}
197 TEST_NAME="XSK_SELFTESTS_${VETH0}_SOFTIRQ"
200 echo "-i" ${VETH0} "-i" ${VETH1}
207 cleanup_exit ${VETH0} ${VETH1}
216 TEST_NAME="XSK_SELFTESTS_${VETH0}_BUSY_POLL"
227 cleanup_exit ${VETH0} ${VETH1}