+4
−0
+26
−0
Loading
The vfio-user target emulated NVMe device is treated as PCIe NVMe SSD in the Guest VM, so when doing controller reset or shutdown, we should abort the AERs which in the NVMf library. Users may switch kernel NVMe driver to SPDK NVMe driver in the VM, without this fix, we will got "AERL exceeded" response very frequently, because the AERs submitted by previous driver will never be aborted in runtime. Change-Id: I0222ed509629ccb0e98217414dd9043857105686 Signed-off-by:Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8558 Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>