[PATCH v2 0/3] Include protection information in transport header

2014-06-11 Thread Sagi Grimberg
At the SCSI transport level, there is no distinction between user data and protection information. Thus, iscsi header field expected data transfer length should include protection information. Patch #1 introduces scsi helper scsi_transfer_length which computes wire transfer byte count. Patch #2

Re: [PATCH v2 0/3] Include protection information in transport header

2014-06-11 Thread Nicholas A. Bellinger
On Wed, 2014-06-11 at 12:09 +0300, Sagi Grimberg wrote: At the SCSI transport level, there is no distinction between user data and protection information. Thus, iscsi header field expected data transfer length should include protection information. Patch #1 introduces scsi helper