Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e05ec48 authored by Masanari Iida's avatar Masanari Iida Committed by Shuah Khan
Browse files

selftests: mlxsw: Fix typo in qos_mc_aware.sh



This patch fixes 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 avatarShuah Khan <skhan@linuxfoundation.org>
parent 399ea57a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"