From 7d65deaac841a99eccdc2e9cb13171a68154cb07 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 2 Sep 2009 16:43:54 +0000 Subject: [PATCH] Updated SRPT to do list. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1069 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/ToDo | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srpt/ToDo b/srpt/ToDo index 5af628efd..5a3d7469e 100644 --- a/srpt/ToDo +++ b/srpt/ToDo @@ -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.