Loading
nvme/fio_plugin: Fix the issue that DIF context is initialized only for write I/O
DIF context has to be initialized both for read and write I/O. However, it had been initialized only for write I/O unintentionally after refining error processing. This patch fixes the issue. Signed-off-by:James Bergsten <jamesx.bergsten@intel.com> Signed-off-by:
Changpeng Liu <changpeng.liu@intel.com> Signed-off-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I363da40ddba186e52fd0dfce37cfb0dea325040d Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/468015 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
James Bergsten <jrb@thebergstens.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com>