From ae1df6bead3f8a97b809c8b05704e3928a5d8357 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 22 Oct 2010 12:43:16 +0000 Subject: [PATCH] Small docs update git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2444 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- doc/scst_user_spec.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/scst_user_spec.txt b/doc/scst_user_spec.txt index 05ed82000..7f1a4aca2 100644 --- a/doc/scst_user_spec.txt +++ b/doc/scst_user_spec.txt @@ -514,7 +514,7 @@ where: - alloc_len - command's buffer length - - queue_type - SCSI task attribute (queue type ) + - queue_type - SCSI task attribute (queue type) - data_direction - command's data flow direction, one of SCST_DATA_* constants @@ -854,9 +854,14 @@ struct scst_user_scsi_cmd_reply_parse where: - - queue_type - SCSI task attribute (queue type ) + - queue_type - SCSI task attribute (queue type). NOTE! In current + implementation setting changing this field from the provided value + affects commands execution only when then produced by iSCSI-SCST + target. With al other target drivers, this field is ignored. This is + because for them commands queueing is set before parse() called. - - data_direction - command's data flow direction, one of SCST_DATA_* constants + - data_direction - command's data flow direction, one of SCST_DATA_* + constants - cdb_len - length of CDB