+156
−121
Loading
Requests that are being put into IBV context are lost when IBV QP breaks and its SQ drains. In order to track NVMf/RDMA requests, RDMA QP has been reworked to track requests at any state with queues of requests for each state. This allowed to get rid of a few intermediate queues and request counters. A couple of states has been added to track outbound requests with and without data. They will be used by QP recovery for freeing resources assigned to outstanding requests. Change-Id: Ie84207325c38e5bb2c247cd6dcddb82dfad0d503 Signed-off-by:Philipp Skadorov <philipp.skadorov@wdc.com> Reviewed-on: https://review.gerrithub.io/416878 Tested-by:
SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>