A new uDAPL branch based on the new DAT 2.0 specification that is ready
for testing on openfabrics.org. This version requires OFED 1.2 verbs and rdmacm
libraries.
git://git.openfabrics.org/~ardavis/scm/dapl.git
branch == dat2.0
This version can be build with or without IB extensions. I have included a new
test/dtest/dtestx.c that includes new IB extended operation examples.
To build with IB extensions:
./autogen.sh && ./configure –enable-ext-type=ib && make