From: stansmith Date: Thu, 28 Jun 2007 23:00:51 +0000 (+0000) Subject: [WinOF] WIX X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b64149f9c9f67e39970b4f472e43caae6de1a61e;p=~shefty%2Frdma-win.git [WinOF] WIX typos corrected. dapltest example, -D device name corrected git-svn-id: svn://openib.tc.cornell.edu/gen1@732 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/branches/WinOF/WIX/Manual.htm b/branches/WinOF/WIX/Manual.htm index 287c8929..71e7fcf1 100644 --- a/branches/WinOF/WIX/Manual.htm +++ b/branches/WinOF/WIX/Manual.htm @@ -15,7 +15,7 @@ div.Section1

User's Manual

Release 1.0

-06/25/2007

+06/27/2007

Overview

The Windows OpenFabrics (WinOF) package is composed of software modules intended @@ -125,7 +125,14 @@ Display HCA attributes, statistics and error counters.
 

Winsock Direct Service Provider

  • -

    DAT and uDAPL

  • +

    DAT and uDAPL

    +
  • SRP - SCSI RDMA Protocol

  • @@ -1162,7 +1169,7 @@ For example, 0x3 will output to both stdout and the syslog.


    -

    DAPLTEST

    +

    DAPLTEST

     
         dapltest - test for the Direct Access Provider Library (DAPL)
    @@ -1408,14 +1415,14 @@ USAGE - Limit test client
                             Default: run all tests
     
     
    -EXAMPLES
    +EXAMPLES
     
         dapltest -T S -d -D ibnic0
     
    -                        Starts a server process with debug verbosity.
    +                        Starts a local dapltest server process with debug verbosity.
    +                        Server loops (listen for dapltest request, process request).
         
    -    dapltest -T T -d -s winIB -D ibnic0 -i 100 \
    -    client SR 4096 2 server SR 4096 2
    +    dapltest -T T -d -s winIB -D ibnic0 -i 100 client SR 4096 2 server SR 4096 2
     
                             Runs a transaction test, with both sides
                             sending one buffer with two 4KB segments,
    @@ -1439,9 +1446,9 @@ EXAMPLES
                             when trying to exhaust resources.
     
         dapltest -T T -V -d -t 2 -w 4 -i 55555 -s winIB -D ibnic0 \
    -    client RW  4096 1    server RW  2048 4    \
    -    client SR  1024 4    server SR  4096 2    \
    -    client SR  1024 3 -f server SR  2048 1 -f
    +       client RW  4096 1    server RW  2048 4    \
    +       client SR  1024 4    server SR  4096 2    \
    +       client SR  1024 3 -f server SR  2048 1 -f
     
                             Runs a more complicated transaction test,
                             with two thread using four EPs each,