Files
scst/srpt/ToDo
Bart Van Assche 1b516fab15 Implemented SRPT command state management. The SRPT target code does no
longer rely on the struct scst_cmd state managed by the SCST core.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1026 d57e44dd-8a1f-0410-8b47-8ef2f437770f
2009-08-08 11:52:46 +00:00

13 lines
531 B
Plaintext

1. Update the OFED wiki entries about SRP and SRPT:
* https://wiki.openfabrics.org/tiki-index.php?page=SRP
* https://wiki.openfabrics.org/tiki-index.php?page=SRPT+Installation
2. The initiator names supplied to the SCST core contain the target port name,
which is wrong. Nobody identifies a man by the door through which he entered.
Instead, a man has a name by which he is identified through his whole life.
3. Analyze and document the implications of
sdev->mr = ib_get_dma_mr(sdev->pd, IB_ACCESS_LOCAL_WRITE).