<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  
</head>
<body bgcolor="#ffffff" text="#000066">
<br>
<blockquote cite="mid52k6hbmenl.fsf@cisco.com" type="cite">
  <pre wrap="">Does max_id matter at all for SRP?  We only use scsi_scan_target() to
find targets, so I'm not sure where the SCSI midlayer even looks at
max_id for our case.
  </pre>
</blockquote>
Our current srp implementation does not support scsi naming convention
which requires max_id and max_channel<br>
For example if there is a srp target with 1024 luns - how would you
want to represent this srp target to the SCSI midlayer?<br>
a. a target with 1024 luns - or<br>
b. max_id targets and 1024/max_id luns per target - or<br>
c. max_channel channels, max_id targets and 1024/max_id/max_channel
luns per target per channel<br>
<br>
Right now it only matters for the resource that we allocate/use for
this scsi host ie. fmr_pool_size...<br>
<br>
Vu<br>
<pre class="moz-signature" cols="60">
</pre>
</body>
</html>