]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[WinOF] typos corrected. links to dapltest & examples.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 28 Jun 2007 22:49:34 +0000 (22:49 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 28 Jun 2007 22:49:34 +0000 (22:49 +0000)
Discussion of create of DAT config folder %SystemDrive%\DAT if nonexistant.

git-svn-id: svn://openib.tc.cornell.edu/gen1@725 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WinOF/InstallShield/Manual.htm

index 287c89291f07293b67cf4eb9a88c0837189ed4dd..71e7fcf117650e4170b0eca59f6f4280e4c1b32f 100644 (file)
@@ -15,7 +15,7 @@ div.Section1
 <h1 align="center">User's Manual</h1>\r
 <h2 align="center">Release 1.0</h2>\r
 <h3 align="center">\r
-<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->06/25/2007<!--webbot bot="Timestamp" endspan i-checksum="12598" --></h3>\r
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%m/%d/%Y" startspan -->06/27/2007<!--webbot bot="Timestamp" endspan i-checksum="12630" --></h3>\r
 <h2 align="left"><u>Overview</u></h2>\r
 <p align="left"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'">\r
 The Windows OpenFabrics (WinOF) package is composed of software modules intended \r
@@ -125,7 +125,14 @@ Display HCA attributes, statistics and error counters.<br>&nbsp;</li>
        <h3 align="left"><a href="#winsockdirect">Winsock Direct Service Provider</a></h3>\r
        </li>\r
        <li>\r
-       <h3 align="left"><a href="#DAT">DAT and uDAPL</a></h3></li>\r
+       <h3 align="left"><a href="#DAT">DAT and uDAPL</a></h3>\r
+<ul>\r
+       <li>\r
+       <h4 align="left"><a href="#DAPLTEST">DAPLtest</a></h4></li>\r
+       <li>\r
+       <h4 align="left"><a href="#DAPLtest-examples">DAPLtest Examples</a></h4>\r
+       </li>\r
+</ul></li>\r
        <li>\r
        <h3 align="left"><a href="#SRP">SRP - SCSI RDMA Protocol</a></h3></li>\r
 </ul>\r
@@ -1162,7 +1169,7 @@ For example, 0x3 will output to both stdout and the syslog.</font> </font><br>
 \r
 </p>\r
 </blockquote><hr>\r
-<h3>DAPLTEST</h3>\r
+<h3><a name="DAPLTEST"></a>DAPLTEST</h3>\r
 <pre>\r
 \r
     dapltest - test for the Direct Access Provider Library (DAPL)\r
@@ -1408,14 +1415,14 @@ USAGE - Limit test client
                         Default: run all tests\r
 \r
 \r
-EXAMPLES\r
+<a name="DAPLtest-examples"></a>EXAMPLES\r
 \r
     dapltest -T S -d -D ibnic0\r
 \r
-                        Starts a server process with debug verbosity.\r
+                        Starts a local dapltest server process with debug verbosity.\r
+                        Server loops (listen for dapltest request, process request).\r
     \r
-    dapltest -T T -d -s winIB -D ibnic0 -i 100 \\r
-    client SR 4096 2 server SR 4096 2\r
+    dapltest -T T -d -s winIB -D ibnic0 -i 100 client SR 4096 2 server SR 4096 2\r
 \r
                         Runs a transaction test, with both sides\r
                         sending one buffer with two 4KB segments,\r
@@ -1439,9 +1446,9 @@ EXAMPLES
                         when trying to exhaust resources.\r
 \r
     dapltest -T T -V -d -t 2 -w 4 -i 55555 -s winIB -D ibnic0 \\r
-    client RW  4096 1    server RW  2048 4    \\r
-    client SR  1024 4    server SR  4096 2    \\r
-    client SR  1024 3 -f server SR  2048 1 -f\r
+       client RW  4096 1    server RW  2048 4    \\r
+       client SR  1024 4    server SR  4096 2    \\r
+       client SR  1024 3 -f server SR  2048 1 -f\r
 \r
                         Runs a more complicated transaction test,\r
                         with two thread using four EPs each,\r