+3
−2
Loading
RDMA transport was updated to send part of RDMA_READ operations in order to fully utilize QP capacity. But requests which sent only part of RDMA_READ operations were put to the end of a list, their latency could be greatly increased. To avoid latency increase, put partially completed requests to the head of the list, i.e increase their priority over new requests. Signed-off-by:Alexey Marchuk <alexeymar@nvidia.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23302 (master) (cherry picked from commit 5b333e40) Change-Id: Ib27783f5c6ec368f591b859c211a42d2965841ff Signed-off-by:
Marek Chomnicki <marek.chomnicki@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23774 Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>