+25
−24
Loading
Most variables related with I/O buffer are in struct spdk_nvmf_request now. So we can pass nvmf_request instead of nvmf_rdma_request to nvmf_rdma_request_fill_buffers and do it in this patch. Additionally, we use the cached pointer to nvmf_request in spdk_nvmf_rdma_request_fill_iovs which is the caller to nvmf_rdma_request_fill_buffers in this patch. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: Ia7664e9688bd9fa157504b4f5075f79759d0e489 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/466212 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>