Commit e62088ea authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller

selftests: mlxsw: Fix typo in qos_mc_aware.sh

This patch fix some spelling typo in qos_mc_aware.sh
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reviewed-by: default avatarIdo Schimmel <idosch@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2ec0a890
...@@ -262,7 +262,7 @@ test_mc_aware() ...@@ -262,7 +262,7 @@ test_mc_aware()
stop_traffic stop_traffic
log_test "UC performace under MC overload" log_test "UC performance under MC overload"
echo "UC-only throughput $(humanize $ucth1)" echo "UC-only throughput $(humanize $ucth1)"
echo "UC+MC throughput $(humanize $ucth2)" echo "UC+MC throughput $(humanize $ucth2)"
...@@ -316,7 +316,7 @@ test_uc_aware() ...@@ -316,7 +316,7 @@ test_uc_aware()
stop_traffic stop_traffic
log_test "MC performace under UC overload" log_test "MC performance under UC overload"
echo " ingress UC throughput $(humanize ${uc_ir})" echo " ingress UC throughput $(humanize ${uc_ir})"
echo " egress UC throughput $(humanize ${uc_er})" echo " egress UC throughput $(humanize ${uc_er})"
echo " sent $attempts BC ARPs, got $passes responses" echo " sent $attempts BC ARPs, got $passes responses"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment