netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
@ 2019-07-24 15:29 Masanari Iida
  2019-07-24 15:39 ` Ido Schimmel
  2019-07-24 21:51 ` David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Masanari Iida @ 2019-07-24 15:29 UTC (permalink / raw)
  To: shuah, linux-kernel, jiri, idosch, linux-kselftest, rdunlap,
	netdev
  Cc: Masanari Iida

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>
---
 tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
index 71231ad2dbfb..47315fe48d5a 100755
--- a/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
+++ b/tools/testing/selftests/drivers/net/mlxsw/qos_mc_aware.sh
@@ -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"
-- 
2.22.0.545.g9c9b961d7eb1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
  2019-07-24 15:29 [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh Masanari Iida
@ 2019-07-24 15:39 ` Ido Schimmel
  2019-07-24 21:51 ` David Miller
  1 sibling, 0 replies; 5+ messages in thread
From: Ido Schimmel @ 2019-07-24 15:39 UTC (permalink / raw)
  To: Masanari Iida
  Cc: shuah@kernel.org, linux-kernel@vger.kernel.org, Jiri Pirko,
	linux-kselftest@vger.kernel.org, rdunlap@infradead.org,
	netdev@vger.kernel.org

On Thu, Jul 25, 2019 at 12:29:51AM +0900, Masanari Iida wrote:
> 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>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
  2019-07-24 15:29 [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh Masanari Iida
  2019-07-24 15:39 ` Ido Schimmel
@ 2019-07-24 21:51 ` David Miller
  2019-07-24 22:00   ` shuah
  1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2019-07-24 21:51 UTC (permalink / raw)
  To: standby24x7
  Cc: shuah, linux-kernel, jiri, idosch, linux-kselftest, rdunlap,
	netdev

From: Masanari Iida <standby24x7@gmail.com>
Date: Thu, 25 Jul 2019 00:29:51 +0900

> 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>

Applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
  2019-07-24 21:51 ` David Miller
@ 2019-07-24 22:00   ` shuah
  2019-07-24 22:27     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: shuah @ 2019-07-24 22:00 UTC (permalink / raw)
  To: David Miller, standby24x7
  Cc: linux-kernel, jiri, idosch, linux-kselftest, rdunlap, netdev,
	shuah

On 7/24/19 3:51 PM, David Miller wrote:
> From: Masanari Iida <standby24x7@gmail.com>
> Date: Thu, 25 Jul 2019 00:29:51 +0900
> 
>> 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>
> 
> Applied.
> 

I applied to this my fixes branch this morning on auto-pilot
without realizing that it is in your domain :)

Would you like like me to drop it from mine?

thanks,
-- Shuah

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh
  2019-07-24 22:00   ` shuah
@ 2019-07-24 22:27     ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2019-07-24 22:27 UTC (permalink / raw)
  To: shuah
  Cc: standby24x7, linux-kernel, jiri, idosch, linux-kselftest, rdunlap,
	netdev

From: shuah <shuah@kernel.org>
Date: Wed, 24 Jul 2019 16:00:56 -0600

> On 7/24/19 3:51 PM, David Miller wrote:
>> From: Masanari Iida <standby24x7@gmail.com>
>> Date: Thu, 25 Jul 2019 00:29:51 +0900
>> 
>>> 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>
>> Applied.
>> 
> 
> I applied to this my fixes branch this morning on auto-pilot
> without realizing that it is in your domain :)
> 
> Would you like like me to drop it from mine?

It probably doesn't matter that it exists in two trees :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-24 22:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-24 15:29 [PATCH net-next] selftests: mlxsw: Fix typo in qos_mc_aware.sh Masanari Iida
2019-07-24 15:39 ` Ido Schimmel
2019-07-24 21:51 ` David Miller
2019-07-24 22:00   ` shuah
2019-07-24 22:27     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).