Searched refs:netdev (Results 1 – 10 of 10) sorted by relevance
19 netdev=$121 ip link show "$netdev" |grep -q UP23 echo "SKIP: $netdev: interface already up"27 ip link set "$netdev" up29 echo "FAIL: $netdev: Fail to up interface"32 echo "PASS: $netdev: set interface up"43 netdev=$151 ip link set dev $netdev address "$MACADDR"53 echo "FAIL: $netdev: Cannot set MAC address"55 ip link show $netdev |grep -q "$MACADDR"[all …]
51 local netdev=$($NS_EXEC ls ${NETDEVSIM_PATH}/devices/${DEV}/net/)52 $IP link set dev $netdev up
23 check_err $? "Did not unsplit $netdev"37 while read netdev count <<<$(41 [[ ! -z $netdev ]]43 devlink port split $netdev count $count44 check_err $? "Did not split $netdev into $count"45 unsplit+=( "${netdev}s0" )
5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
1075 if ! nft add element netdev perf norange "${1}"; then1084 if ! nft add element netdev perf noconcat "${1}"; then1112 for token in $(nft list counter netdev perf test); do1423 nft add rule netdev perf test counter name \"test\" drop1427 info " baseline (drop from netdev hook): ${pps}pps"1428 handle="$(nft -a list chain netdev perf test | grep counter)"1430 nft delete rule netdev perf test handle "${handle}"1434 nft reset counter netdev perf test >/dev/null 2>&11440 nft delete rule netdev perf test handle "${handle}"1444 nft reset counter netdev perf test >/dev/null 2>&1[all …]
238 for netdev in $new; do240 [ $netdev == $check ] && break243 if [ $netdev != $check ]; then244 echo $netdev
319 local netdev
466 local netdev
1023 local netdev
5 tool for inspection of netdev/tc related bpf prog attachments