From ba5d3e94b95fac312604a2524bf6608c30be9f96 Mon Sep 17 00:00:00 2001
From: Bart Van Assche
Date: Wed, 23 Dec 2020 03:22:21 +0000
Subject: [PATCH] www: Add more information about the SRP target driver
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9245 d57e44dd-8a1f-0410-8b47-8ef2f437770f
---
www/target_srp.html | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
diff --git a/www/target_srp.html b/www/target_srp.html
index 1b72356c7..5f26cebdb 100644
--- a/www/target_srp.html
+++ b/www/target_srp.html
@@ -53,14 +53,21 @@
Infiniband SCSI RDMA protocol (SRP) target driver
The SCSI RDMA Protocol (SRP) target driver
- has been developed by Vu Pham. Since March
- 2008 the main development place of the SRP
- target driver is SCST SVN repository. It is
- maintained by Bart Van Assche.
+ SRP">The first version of the SCSI RDMA
+ Protocol (SRP) target driver has been written
+ by Vu Pham. Since March 2008 the main
+ development place of the SRP target driver is
+ SCST SVN repository. The current maintainer is
+ Bart Van Assche.
+ The original version of this driver only
+ supported InfiniBand
+ networks, hence the "ib" in ib_srpt. The
+ current version supports InfiniBand,
+ (RoCE)
+ and iWARP.
A version of this driver is available in
the upstream Linux kernel. See
- also drivers/infiniband/ulp/srpt
+ also drivers/infiniband/ulp/srpt.