]> git.openfabrics.org - ~shefty/rdma-win.git/commit
ibal/cm: allow RDMA writes for QP attributes by default
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 7 Aug 2009 18:49:07 +0000 (18:49 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 7 Aug 2009 18:49:07 +0000 (18:49 +0000)
commitcd627d6924d4e32e398ddecf8c2566a9d6b87eda
tree577e1ffb2975f0bf7db3cfb7076d81e6cf75f221
parentf5c0bae56d8457611947d8707be672e2cf7ca0e0
ibal/cm: allow RDMA writes for QP attributes by default

Enable remote RDMA writes as the default QP attributes for INIT
transitions.  Previously, RDMA writes were only enabled if the CM
messages carried a responder resources > 0.  However, responder
resources indicates whether RDMA reads/atomics should be enabled,
not RDMA writes.

Without this patch, users of winverbs that connect in-band that
want to perform RDMA writes without performing RDMA reads will
see QP errors when performing writes.

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