Loading
nvme/perf: fix the execption case for NVMe qpair polling.
If do not do that, we will continue polling. And checked the exceptional handling of aio_check_io, it will just exit. So we add such case, thus we shall not poll the qpair again. This is especially useful when we use perf to test against NVMe-oF target. Change-Id: Ib820e0b80f80cfceb1ea5e08b359f50d9e360b30 Signed-off-by:Ziye Yang <optimistyzy@gmail.com> Reviewed-on: https://review.gerrithub.io/c/444325 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>