+90
−17
Loading
Check for max send queue depth is missing when a response for Write IO is send, That may lead to SQ overflow To fix this issue, introduce a new request state RDMA_REQUEST_STATE_READY_TO_COMPLETE_PENDING and a queue of requests for this state. Read IO request is allowed to skip this state since it already checks that send queue is big enough for data transfer+ response Fixes issue #3195 Signed-off-by:Alexey Marchuk <alexeymar@nvidia.com> Change-Id: Id6568c4b0212ce50f32d5dc5e34a8efd3625b145 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21046 Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@samsung.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>