1
0
Fork 0

selftests: mlxsw: Fix typo in qos_mc_aware.sh

This patch fix some spelling typo in qos_mc_aware.sh

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
alistair/sunxi64-5.4-dsi
Masanari Iida 2019-07-25 00:29:51 +09:00 committed by David S. Miller
parent 2ec0a89091
commit e62088ea6a
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@ test_mc_aware()
stop_traffic
log_test "UC performace under MC overload"
log_test "UC performance under MC overload"
echo "UC-only throughput $(humanize $ucth1)"
echo "UC+MC throughput $(humanize $ucth2)"
@ -316,7 +316,7 @@ test_uc_aware()
stop_traffic
log_test "MC performace under UC overload"
log_test "MC performance under UC overload"
echo " ingress UC throughput $(humanize ${uc_ir})"
echo " egress UC throughput $(humanize ${uc_er})"
echo " sent $attempts BC ARPs, got $passes responses"