+3
−3
Loading
Some users refer to this document as an example of "gold" RDMA configuration. But some parameters of RDMA transport are not optimal for good performance, e.g. `-c 0` disables in-capsule data, that reduces IOPS of write operations with small payload; `-m 4` allows to have only 4 qpairs per controller, that doesn't allow to have more than 4 IO qpairs. This patch sets several parameters which are default for RDMA. Signed-off-by:Alexey Marchuk <alexeymar@mellanox.com> Reported-by:
Mike Gerdts <mgerdts@nvidia.com> Change-Id: I118bb032eaf7f38e981d06ee312b36c7f0c8322a Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11454 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>