+14
−6
+1
−0
Loading
spdk_iscsi_get_dif_ctx() didn't work correctly for Data In PDU because we had to get iSCSI task from PDU directly for Data In PDU, and lun_id was not copied in spdk_iscsi_task_get(). This patch fixes these bugs and the DIF strip feature was verified after applying this patch. Change-Id: I74d404b82c4a9502a9a8e166748f817d3c2e4368 Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/447884 Reviewed-by:
Ziye Yang <ziye.yang@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com>