]> git.openfabrics.org - ~shefty/rdma-win.git/commit
winverbs: process connect and accept asynchronously
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 9 Jun 2009 16:40:06 +0000 (16:40 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 9 Jun 2009 16:40:06 +0000 (16:40 +0000)
commitb70133a144e10eabca566571cf50ad7014f578fa
tree14a3a5a8c17ab0d7bc9dee8cd00247570cc87d5a
parent13a8c548fbc60abe92f75b1487cdc11e77518cd5
winverbs: process connect and accept asynchronously

Allow processing of EP:Connect and EP:Accept calls asynchronously.  The
librdmacm uses events to report the completion of rdma_connect and
rdma_accept calls, which allows users of that interface to take advantage
of asynchronous operation.  Modify the winverbs kernel driver to
queue connect/accept calls to a system thread for better parallelism.

This improves the measured connection rate of rdma_cmatose by 3%.  The
connection rate includes address resolution, route resolution, PD/CQ/QP
creation and state transitions, memory registration, posting of receive
buffers, and CM message exchanges.  This patch effectively only improves
the parallelism of modify QP.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
git-svn-id: svn://openib.tc.cornell.edu/gen1@2239 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
branches/winverbs/core/winverbs/kernel/wv_ep.c