]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs: remove QP from EP Disconnect call
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 11 Jun 2009 04:11:24 +0000 (04:11 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 11 Jun 2009 04:11:24 +0000 (04:11 +0000)
commita984fe0dddff72682481f482316134bce36b6b98
tree6d03bf5c3ba0fcf493fa0bfb38283f0800b26293
parentc75bb6fae13361c0a815e9bca79545e77c40b959
winverbs: remove QP from EP Disconnect call

The Endpoint class takes a QP parameter for Connect, Accept, and
Disconnect.  To simplify the interface, store the QP internally and
remove it from the Disconnect call.  Also allow it to be optional
for Accept on the active side of the connection.

Update librdmacm accordingly.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2247 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/winverbs/user/wv_ep.cpp
trunk/core/winverbs/user/wv_ep.h
trunk/inc/user/rdma/winverbs.h
trunk/ulp/librdmacm/src/cma.cpp