]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[DAPL2] added comments - signed off by stan.smith@intel.com
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 15 Oct 2008 16:52:15 +0000 (16:52 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Wed, 15 Oct 2008 16:52:15 +0000 (16:52 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@1656 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/WOF2-0/trunk/ulp/dapl2/test/dapltest/scripts/dt-cli.bat

index 820d7560e2c9f0277e85d2bd7362a386125b0405..c5d3d8909606d1fd011dbc28d07d33a13e7c5eff 100644 (file)
@@ -88,6 +88,7 @@ rem             client SR  1024 3 -f server SR   256 3 -f
 if "%T%" == "conn" (\r
 rem Connectivity test - client sends one buffer with one 4KB segments, one time.\r
 rem add '-d' for debug output.\r
+    echo Simple Connectivity test\r
     %DT% -T T -s %S% -D %D% -i 1 -t 1 -w 1 client SR 4096 server SR 4096\r
     exit /B\r
 )\r
@@ -366,7 +367,7 @@ if "%T%" == "stop" (
 echo usage: dt-cli hostname [testname [-D]]\r
 echo   where testname\r
 echo     stop - request DAPLtest server to exit.\r
-echo     conn - simple connection with limited data transfer\r
+echo     conn - simple connection test with limited data transfer\r
 echo     EP - Multiple EndPoints(7) and Threads(5) Transactions\r
 echo     EPA - Increment EndPoints[1..5] while increasing threads[1-5]\r
 echo     trans - single transaction test\r