+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> Reported-by:
Peng Xu <jingmamour@gmail.com> Change-Id: Ib27783f5c6ec368f591b859c211a42d2965841ff Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/23302 Community-CI: Mellanox Build Bot Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Ben Walker <ben@nvidia.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>