Commit 25c72b51 authored by Yonatan Cohen's avatar Yonatan Cohen Committed by Greg Kroah-Hartman

IB/rxe: Increase max number of completions to 32k

commit d680ebed upstream.

Increase limit of max CQE from 8K to 32K to allow demanding
applications to work over SoftRoCE with same configuration
as most RoCEv2 HW vendors have.

Fixes: 8700e3e7 ("Soft RoCE driver")
Signed-off-by: default avatarYonatan Cohen <yonatanc@mellanox.com>
Reviewed-by: default avatarMoni Shoua <monis@mellanox.com>
Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b7c55155
...@@ -82,7 +82,7 @@ enum rxe_device_param { ...@@ -82,7 +82,7 @@ enum rxe_device_param {
RXE_MAX_SGE = 32, RXE_MAX_SGE = 32,
RXE_MAX_SGE_RD = 32, RXE_MAX_SGE_RD = 32,
RXE_MAX_CQ = 16384, RXE_MAX_CQ = 16384,
RXE_MAX_LOG_CQE = 13, RXE_MAX_LOG_CQE = 15,
RXE_MAX_MR = 2 * 1024, RXE_MAX_MR = 2 * 1024,
RXE_MAX_PD = 0x7ffc, RXE_MAX_PD = 0x7ffc,
RXE_MAX_QP_RD_ATOM = 128, RXE_MAX_QP_RD_ATOM = 128,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment