+13
−29
Loading
If USER_COPY feature is negotiated successfully, for a READ or WRITE command, it will use 2 uring command submission cycles, the first cycle is used to copy data buffers between BIO and user space data buffers. Since both the first and second uring command submission are using same `io_uring_submit` syscall, so here we consolidate them together to use the same completion list. Change-Id: I7a1ebdee3ced02680372b9ca98be57789fafbf54 Signed-off-by:Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/19245 Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@gmail.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>