]> git.openfabrics.org - ~shefty/librdmacm.git/commit
udaddy: Remove support for port space IB
authorSean Hefty <sean.hefty@intel.com>
Mon, 27 Jan 2014 19:30:34 +0000 (11:30 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 27 Jan 2014 19:30:34 +0000 (11:30 -0800)
commitb4603c864860e5e35379458cd1c0a42bb983af59
tree0dc2984d849873929062e47b28101a4611901332
parentdf7ecde0da9df4af5d8bc3e1ca472e2e5ec9095b
udaddy: Remove support for port space IB

UD support for the IB port space requires that the application
use rdma_create_ep, rather than rdma_create_id.  However, using
rdma_create_ep results in address and route resolution being
performed synchronously as part of the rdma_create_ep call.
Since udaddy is an example, we want to show how it can be used
with asynchronous events.  So, rather than update udaddy to
use rdma_create_ep in order to support the IB port space, it
would be better to remove that support.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
examples/udaddy.c