]> git.openfabrics.org - ~ardavis/dapl.git/commit
The OFA dapl provider is checking for incorrect return code
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 11 Feb 2008 22:50:33 +0000 (14:50 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 11 Feb 2008 22:50:33 +0000 (14:50 -0800)
commit7f173ecd7e18f25bc21a42651603922e7d71f7c7
tree671856a67bfda2b32c58dcd4390652077529913e
parent7bcb67ba7c9b37d7c122773f542c7f7f718d4a49
The OFA dapl provider is checking for incorrect return code
from rdma_bind_addr and rdma_listen calls. This causes an error
to be returned back to the consumer instead of correctly
incrementing the seed port and re-calling the OFA provider
until a valid port is issued. The seed value (1000) is also
incorrect and should start a non-privledged port (1024) to
avoid EPERM errors when seeding the starting port value.

Signed-off by: Arlin Davis <ardavis@ichips.intel.com>
dapl/common/dapl_psp_create_any.c
dapl/openib_cma/dapl_ib_cm.c