mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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
13 lines
531 B
Plaintext
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).
|