commit | e28f3d5b51ed07d822f135cd941b01e2d485270e | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Mar 05 14:46:01 2009 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Mar 13 15:28:06 2009 -0500 |
tree | e64637e1e4f3bf6921f91729b6f299165929d6df | |
parent | c93f87c727ad4e6a5d94cfab219b1492ccc5ca5e [diff] |
[SCSI] libiscsi: don't cap queue depth in iscsi modules There is no need to cap the queue depth in the modules. We set this in userspace and can do that there. For performance testing with ram based targets, this is helpful since we can have very high queue depths. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>