Testing for ExSRB

Hi,
Are there any docs/tools on testing for STORAGE_REQUEST_BLOCK? We need
to add support for ExSRB but not sure how we can say that we have tested it
completely.

Thanks
Ash

Unfortunately no. If you use the SRB Helper Library (srbhelper.h) it should
mostly “just work”, though you don’t get any backwards compatibility with
that (we ended up creating our own wrapper around it). This also requires
that you discipline yourself to *always* use the library and never
accidently use a PSCSI_REQUEST_BLOCK.

For our testing we ended up creating a tool that allows us to build and send
arbitrary SCSI or STOR requests using a scripting language. Very useful for
code coverage and creating regression tests.

-scott
OSR
@OSRDrivers

“Ashish Goyal” wrote in message
news:xxxxx@ntfsd…
Hi,
Are there any docs/tools on testing for STORAGE_REQUEST_BLOCK? We need to
add support for ExSRB but not sure how we can say that we have tested it
completely.

Thanks
Ash