tcm_loop: Enable DIF/DIX modes in SCSI host LLD
authorNicholas Bellinger <nab@linux-iscsi.org>
Mon, 23 Dec 2013 20:39:23 +0000 (20:39 +0000)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 19 Jan 2014 02:22:06 +0000 (02:22 +0000)
commit59dedde2b67130bf81a2df55df464909c7459df5
tree377a2f3b01dddeb630e3d6165302993074360da5
parent6e611119b16c73a6e1c450d00deb4d7eef853336
tcm_loop: Enable DIF/DIX modes in SCSI host LLD

This patch updates tcm_loop_driver_probe() to set protection
information using scsi_host_set_prot() and scsi_host_set_guard(),
which currently enabled all modes of DIF/DIX protection, minus
DIX TYPE0.

Also, update tcm_loop_submission_work() to pass struct scsi_cmnd
related protection into target_submit_cmd_map_sgls() during CDB
dispatch.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Sagi Grimberg <sagig@mellanox.com>
Cc: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/loopback/tcm_loop.c