]> git.openfabrics.org - ~ardavis/dapl.git/commit
dapltest: add -n parameter to override default server port number (45278)
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 16 Jul 2013 23:12:37 +0000 (16:12 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 18 Jul 2013 16:58:36 +0000 (09:58 -0700)
commit80aec6e06f90c9124b9a71712b878be19e612070
treef9e9d58391a3d4c65ef860c99935cb5a528c92d0
parent9042ea53e23a30f79f0987fdb7412edd7eae0627
dapltest: add -n parameter to override default server port number (45278)

Modify all tests and commands to take a new -n parameter option for server
listen port. The default port, when running multiple EP's and threads,
will sometimes collide and fail with EADDRINUSE on iWARP configurations
using rdma_bind_addr with sin_port=0.

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
20 files changed:
man/dapltest.1
test/dapltest/cmd/dapl_fft_cmd.c
test/dapltest/cmd/dapl_limit_cmd.c
test/dapltest/cmd/dapl_main.c
test/dapltest/cmd/dapl_params.c
test/dapltest/cmd/dapl_performance_cmd.c
test/dapltest/cmd/dapl_server_cmd.c
test/dapltest/cmd/dapl_transaction_cmd.c
test/dapltest/include/dapl_common.h
test/dapltest/include/dapl_fft_cmd.h
test/dapltest/include/dapl_limit_cmd.h
test/dapltest/include/dapl_params.h
test/dapltest/include/dapl_performance_cmd.h
test/dapltest/include/dapl_server_cmd.h
test/dapltest/include/dapl_server_info.h
test/dapltest/include/dapl_transaction_cmd.h
test/dapltest/test/dapl_client.c
test/dapltest/test/dapl_fft_queryinfo.c
test/dapltest/test/dapl_fft_util.c
test/dapltest/test/dapl_server.c