]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
dapltest: dapltest with no argument not working in ppc64 arch
authorCarol L Soto <clsoto@linux.vnet.ibm.com>
Mon, 24 Aug 2015 19:58:58 +0000 (12:58 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 24 Aug 2015 19:58:58 +0000 (12:58 -0700)
If dapltest is run with no args then the client was getting
Warning: conn_event_wait DAT_CONNECTION_EVENT_NON_PEER_REJECTED
Reference to RH1056487- dapltest Read and Write performance
tests are not working

Signed-off-by: Carol L Soto <clsoto@linux.vnet.ibm.com>
test/dapltest/cmd/dapl_params.c

index f038324be7fb339547b48963ea393d2b8d0aa99d..fc4697b25ae589ac616b3dd85d78ed6a665e7c1a 100644 (file)
@@ -72,6 +72,7 @@ bool DT_Params_Parse(int argc, char *argv[], Params_t * params_ptr)
                        DT_Mdep_printf("can't get default device name\n");
                        return false;
                }
+               params_ptr->server_port = Server_Cmd->port;
                return true;
        }
        /* check for a script file */