]> git.openfabrics.org - ~ardavis/dapl.git/commit
cma, scm, ucm: allow EP (QP) creation without EVD (CQ)
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 30 Jan 2012 18:19:29 +0000 (10:19 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 30 Jan 2012 18:19:29 +0000 (10:19 -0800)
commit7779fe08d1577cf4949c48c6a7e7c2e52ff71a6b
tree790cb799e33b0262632cb44aafcc3a7d09f2f476
parent79888537df15161107487378372fd8c1dc8c764f
cma, scm, ucm: allow EP (QP) creation without EVD (CQ)

Provide ability to create a EP/QP with no EVD/CQ on either the
request or receive queue. The current implementation allows on
receive queue but not request queue. Not all ofa devices support
a null CQ so if necessary create a dummy CQ at the time of
QP creation. Also, if no CQ is specified set appropriate QP
max wr/sge attributes to zero.

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
dapl/openib_common/qp.c