How can I implement MultipleRequestPerLu

Hi folks,

For a scsi miniport driver, I set MultipleRequestPerLu to TRUE in
DriverEntry and call ScsiPortNotification(NextLuRequest,
DeviceExtension, 0,0,0) when send READ/WRITE SRB to device. But my
driver still receivce SRB one by one. My driver cannot receive another
SRB before I call ScsiPortNotification(RequestComplete, DeviceExtension,
Srb). Does anything I forget to set?

Best regards – Wayne

Hey same problem with me too… i dont see any difference either when
MultipleRequestPerLu is set to TRUE or FALSE.

On Wed, Sep 24, 2008 at 1:39 PM, Wayne Gong wrote:

> Hi folks,
>
> For a scsi miniport driver, I set MultipleRequestPerLu to TRUE in
> DriverEntry and call ScsiPortNotification(NextLuRequest, DeviceExtension,
> 0,0,0) when send READ/WRITE SRB to device. But my driver still receivce SRB
> one by one. My driver cannot receive another SRB before I call
> ScsiPortNotification(RequestComplete, DeviceExtension, Srb). Does anything I
> forget to set?
>
> Best regards – Wayne
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


Thanks and Regards,
----------------------------------------------------------------
Charansing D Deore
Sr. Software Developer,
CalSoft Pvt Ltd.
Baner Road, Pune-411045
Office: +91 20 39853000 Ext: 3055
Cell: +91 9850960550

Did you set TaggedQueuing in HW_INITIALIZATION_DATA?
Did the request SRB come in with PathId 0, TargetId 0, Lun 0?

Wayne Gong
Sent by: xxxxx@lists.osr.com
09/24/2008 04:10 AM
Please respond to
“Windows System Software Devs Interest List”

To
“Windows System Software Devs Interest List”
cc

Subject
[ntdev] How can I implement MultipleRequestPerLu

Hi folks,

For a scsi miniport driver, I set MultipleRequestPerLu to TRUE in
DriverEntry and call ScsiPortNotification(NextLuRequest,
DeviceExtension, 0,0,0) when send READ/WRITE SRB to device. But my
driver still receivce SRB one by one. My driver cannot receive another
SRB before I call ScsiPortNotification(RequestComplete, DeviceExtension,
Srb). Does anything I forget to set?

Best regards – Wayne


NTDEV is sponsored by OSR

For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer

xxxxx@attotech.com wrote:

cite="mid:xxxxx@attotech.com"
type=“cite”>

Did you set TaggedQueuing in
HW_INITIALIZATION_DATA?

Yes

cite="mid:xxxxx@attotech.com"
type=“cite”>Did the request SRB come
in with PathId
0, TargetId 0, Lun 0?

Yes

same answers in my case too…

On Thu, Sep 25, 2008 at 7:04 AM, Wayne Gong wrote:

> xxxxx@attotech.com wrote:
>
>
> Did you set TaggedQueuing in HW_INITIALIZATION_DATA?
>
> Yes
>
> Did the request SRB come in with PathId 0, TargetId 0, Lun 0?
>
> Yes
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>


Thanks and Regards,
----------------------------------------------------------------
Charansing D Deore
Sr. Software Developer,
CalSoft Pvt Ltd.
Baner Road, Pune-411045
Office: +91 20 39853000 Ext: 3055
Cell: +91 9850960550