]> git.baikalelectronics.ru Git - kernel.git/commitdiff
selftests: mlxsw: Increase burst size for rate test
authorIdo Schimmel <idosch@mellanox.com>
Sun, 23 Aug 2020 08:06:24 +0000 (11:06 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2020 00:36:11 +0000 (17:36 -0700)
The current combination of rate and burst size does not adhere to
Spectrum-{2,3} limitation which states that the minimum burst size
should be 40% of the rate.

Increase the burst size in order to honor above mentioned limitation and
avoid intermittent failures of this test case on Spectrum-{2,3}.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/mlxsw/devlink_trap_policer.sh

index bd4ffed1cca30ad7e2b68c4a798ad7036f8cde81..ecba9ab81c2a054a33ad091fbfe62b88e33f61a6 100755 (executable)
@@ -207,7 +207,7 @@ __rate_test()
 
        RET=0
 
-       devlink trap policer set $DEVLINK_DEV policer $id rate 1000 burst 16
+       devlink trap policer set $DEVLINK_DEV policer $id rate 1000 burst 512
        devlink trap group set $DEVLINK_DEV group l3_drops policer $id
 
        # Send packets at highest possible rate and make sure they are dropped