Updated SRPT to do list.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1069 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2009-09-02 16:43:54 +00:00
parent aaf2ed455d
commit 7d65deaac8

View File

@@ -1,7 +1,13 @@
1. Update the OFED wiki entries about SRP and SRPT:
* https://wiki.openfabrics.org/tiki-index.php?page=SRP
1. Update the OFED wiki entry about SRPT:
* https://wiki.openfabrics.org/tiki-index.php?page=SRPT+Installation
2. Analyze and document the implications of
sdev->mr = ib_get_dma_mr(sdev->pd, IB_ACCESS_LOCAL_WRITE).
3. Document the features added since 1.0.0 in the README file.
4. Implement support for bidirectionial SCSI commands. The SRP protocol
supports these, but the SRP target not yet.