diff options
author | Kashyap Desai <kashyap.desai@broadcom.com> | 2024-12-04 13:24:12 +0530 |
---|---|---|
committer | Leon Romanovsky <leon@kernel.org> | 2024-12-05 03:57:52 -0500 |
commit | 79d330fbdffd8cee06d8bdf38d82cb62d8363a27 (patch) | |
tree | f432fd31debc41d6005e54a0a7af6229ad61750b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e05feab22fd7dabcd6d272c4e2401ec1acdfdb9b (diff) |
RDMA/bnxt_re: Fix max SGEs for the Work Request
Gen P7 supports up to 13 SGEs for now. WQE software structure
can hold only 6 now. Since the max send sge is reported as
13, the stack can give requests up to 13 SGEs. This is causing
traffic failures and system crashes.
Use the define for max SGE supported for variable size. This
will work for both static and variable WQEs.
Fixes: 227f51743b61 ("RDMA/bnxt_re: Fix the max WQE size for static WQE support")
Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com>
Signed-off-by: Selvin Xavier <selvin.xavier@broadcom.com>
Link: https://patch.msgid.link/20241204075416.478431-2-kalesh-anakkur.purayil@broadcom.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions