diff options
author | Kashyap Desai <kashyap.desai@broadcom.com> | 2025-03-03 19:59:36 +0300 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2025-03-03 22:18:04 +0300 |
commit | 82f1f575aa13a66906aff05ab05ffe757227b95f (patch) | |
tree | a8aaaeb4e9b82088b6c63fb38ec1f3b9eff425cd /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 8ce2eb9dfac8743d1c423b86339336a5b6a6069e (diff) | |
download | linux-82f1f575aa13a66906aff05ab05ffe757227b95f.tar.xz |
RDMA/bnxt_re: Fix allocation of QP table
Driver is creating QP table too early while probing before
querying firmware capabilities. Driver currently is using
a hard coded values of 64K as size while creating QP table.
This resulted in a crash when firmwre supported QP count is
more than 64K.
To fix the issue, move the QP tabel creation after the firmware
capabilities are queried. Use the firmware returned maximum value
of QPs while creating the QP table.
Fixes: b1b66ae094cd ("bnxt_en: Use FW defined resource limits for RoCE")
Reviewed-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Link: https://patch.msgid.link/1741021178-2569-2-git-send-email-selvin.xavier@broadcom.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions