Home
last modified time | relevance | path

Searched refs:packets_ratio (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dlib.sh1040 local weights_ratio packets_ratio diff
1060 packets_ratio=$(echo "scale=2; $packets_rp12 / $packets_rp13" \
1063 packets_ratio=$(echo "scale=2; $packets_rp13 / $packets_rp12" \
1067 diff=$(echo $weights_ratio - $packets_ratio | bc -l)
1073 log_info "Expected ratio $weights_ratio Measured ratio $packets_ratio"