]> git.openfabrics.org - ~ardavis/dapl.git/commit
remove unnecessary assert from dapl_ep_free.
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 18 Mar 2008 23:11:07 +0000 (15:11 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 18 Mar 2008 23:11:07 +0000 (15:11 -0800)
commitf7e2bdf7cbc9de00bd65548b6e0eff1b7f912e6b
treef1cc5b70d48a041c858cedf697563c87d3d5716c
parentb25be7a7c1a082fc308d24bf0b32f26c6933e607
remove unnecessary assert from dapl_ep_free.

dat_ep_free must handle the case where a consumer calls
free in CONNECTED or DISCONNECT_PENDING states. After
free calls disconnect, there may be a pending event,
in which case the providers dapls_ib_qp_free will block
accordingly and handle pending events.

Signed-off by: Arlin Davis ardavis@ichips.intel.com
dapl/common/dapl_ep_free.c