projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d0d561
)
selftests: mlxsw: Set headroom size of correct port
author
Ido Schimmel
<idosch@nvidia.com>
Wed, 30 Dec 2020 11:42:51 +0000
(13:42 +0200)
committer
Jakub Kicinski
<kuba@kernel.org>
Mon, 4 Jan 2021 21:36:32 +0000
(13:36 -0800)
The test was setting the headroom size of the wrong port. This was not
visible because of a firmware bug that canceled this bug.
Set the headroom size of the correct port, so that the test will pass
with both old and new firmware versions.
Fixes: bfa804784e32 ("selftests: mlxsw: Add a PFC test")
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Link:
https://lore.kernel.org/r/20201230114251.394009-1-idosch@idosch.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh
b/tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh
index 4d900bc1f76c6bc78a006899bfa2bd62ad60aced..5c7700212f75377f0f82444194fbcd0801f717ef 100755
(executable)
--- a/
tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh
+++ b/
tools/testing/selftests/drivers/net/mlxsw/qos_pfc.sh
@@
-230,7
+230,7
@@
switch_create()
__mlnx_qos -i $swp4 --pfc=0,1,0,0,0,0,0,0 >/dev/null
# PG0 will get autoconfigured to Xoff, give PG1 arbitrarily 100K, which
# is (-2*MTU) about 80K of delay provision.
- __mlnx_qos -i $swp
3
--buffer_size=0,$_100KB,0,0,0,0,0,0 >/dev/null
+ __mlnx_qos -i $swp
4
--buffer_size=0,$_100KB,0,0,0,0,0,0 >/dev/null
# bridges
# -------