+5
−1
Loading
NVMF RDMA ctrlr reported MSDBD=SPDK_NVMF_MAX_SGL_ENTRIES That was a bit incorrect since changing SPDK_NVMF_MAX_SGL_ENTRIES could break handling of Write IO with multi SGL payload due to limited outstanding RDMA_READ operations - if SPDK_NVMF_MAX_SGL_ENTRIES and num of sgl descriptors in Write IO exceeded max_qp_init_rd_atom then such IO could stuck. The same happens if initiator requestsed smaller `initiator_depth` Signed-off-by:Alexey Marchuk <alexeymar@nvidia.com> Change-Id: Id43e53847bcf4d69e0d4c0c176de4664f8497842 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19123 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@gmail.com> Reviewed-by:
Michael Haeuptle <michaelhaeuptle@gmail.com>