mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-16 18:21:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1069 d57e44dd-8a1f-0410-8b47-8ef2f437770f
14 lines
408 B
Plaintext
14 lines
408 B
Plaintext
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.
|