Loading
uring: Fix the code broken when zero-copy send is enabled.
Without this fix, the program will hang in the target side. If we use SPDK NVMe-of target with tcp transport with uring, ./scripts/rpc.py sock_impl_set_options --enable-zerocopy-send-server -i uring Then we use nvmf initiator to test, the program hangs. Signed-off-by:Ziye Yang <ziye.yang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18236 (master) (cherry picked from commit a14bc376) Change-Id: Iea12ee0396008481e8317424d1f405eb03634ed4 Signed-off-by:
Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/18278 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com>