Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Drouter_scale.sh69 local route_count=$1; shift
74 [[ $delta -ge $route_count ]]
79 local route_count=$1
90 if [[ $count -eq $route_count ]]; then
113 local route_count=$1
120 router_routes_create $route_count
121 delta=$(busywait "$TIMEOUT" wait_for_routes $t0 $route_count)
123 check_err_fail $should_fail $? "Offload routes: Expected $route_count, got $delta."