selftests: mlxsw: Fix typo in qos_mc_aware.sh

This patch fixes 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: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
Masanari Iida 2019-07-24 23:15:54 +09:00 committed by Shuah Khan
parent 399ea57a4c
commit 2e05ec4834
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"