diff options
author | David S. Miller <davem@davemloft.net> | 2020-05-27 06:33:59 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-27 06:33:59 +0300 |
commit | 4fdd2dbc7cad2863c8c44793a383182f75442dfb (patch) | |
tree | 73d4c241f645967cec833bde19f0d11c0bbe7d6e /tools | |
parent | 4e637c70b503b686aae45716a25a94dc3a434f3a (diff) | |
parent | 10d3757fcb07a83101b6578a33bd800e81d27eea (diff) | |
download | linux-4fdd2dbc7cad2863c8c44793a383182f75442dfb.tar.xz |
Merge branch 'mlxsw-Various-trap-changes-part-2'
Ido Schimmel says:
====================
mlxsw: Various trap changes - part 2
This patch set contains another set of small changes in mlxsw trap
configuration. It is the last set before exposing control traps (e.g.,
IGMP query, ARP request) via devlink-trap.
Tested with existing devlink-trap selftests. Please see individual
patches for a detailed changelog.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh b/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh index 58f3a05f08af..7d9e73a43a49 100755 --- a/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/sharedbuffer.sh @@ -15,7 +15,7 @@ source mlxsw_lib.sh SB_POOL_ING=0 SB_POOL_EGR_CPU=10 -SB_ITC_CPU_IP=3 +SB_ITC_CPU_IP=2 SB_ITC_CPU_ARP=2 SB_ITC=0 |