OSDN Git Service

selftests: Move two functions from mlxsw's qos_lib to lib
authorPetr Machata <petrm@mellanox.com>
Fri, 24 Jan 2020 13:23:15 +0000 (15:23 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jan 2020 09:56:31 +0000 (10:56 +0100)
commitadc6c7ec11293117ec2763ccbe17d58349e011cf
treebf4af539ef122aa6662bfcb028367b0d4952c238
parenta44f58c41bfbb921c1c4586bed9ad26aa2c6208a
selftests: Move two functions from mlxsw's qos_lib to lib

The function humanize() is used for converting value in bits/s to a
human-friendly approximate value in Kbps, Mbps or Gbps. There is nothing
hardware-specific in that, so move the function to lib.sh.

Similarly for the rate() function, which just does a bit of math to
calculate a rate, given two counter values and a time interval.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/qos_lib.sh
tools/testing/selftests/net/forwarding/lib.sh