]> 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:51 +0000 (14:50 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 11 Feb 2008 22:50:51 +0000 (14:50 -0800)
commit06a6975aa2d2ec68c961e0d9973398429902dcfb
treef26fe3b00bacf15b7bfe01b27195ee95a99fab60
parentfa12e078ddbe433b5602c59a48003728ee345c27
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