Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/forwarding/
A Dlib.sh1055 local weights_ratio packets_ratio diff
1060 weights_ratio=$(echo "scale=2; $weight_rp12 / $weight_rp13" \
1063 weights_ratio=$(echo "scale=2; $weight_rp13 / $weight_rp12" \
1070 log_info "Expected ratio $weights_ratio"
1082 diff=$(echo $weights_ratio - $packets_ratio | bc -l)
1085 test "$(echo "$diff / $weights_ratio > 0.15" | bc -l)" -eq 0
1088 log_info "Expected ratio $weights_ratio Measured ratio $packets_ratio"

Completed in 4 milliseconds