]> git.openfabrics.org - ~ardavis/dapl.git/commit
scm: remove modify QP to ERR state during disconnect on UD type QP
authorArlin Davis <arlin.r.davis@intel.com>
Tue, 27 Apr 2010 18:20:08 +0000 (11:20 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Tue, 27 Apr 2010 18:20:08 +0000 (11:20 -0700)
commit5c710a197bb60268e99e8d1cd7fa26f89b366172
tree9132579025a870b7449d0598269090989fe7ac95
parent64c8009f7ba48c22a6829862447ab5f67c66ba55
scm: remove modify QP to ERR state during disconnect on UD type QP

The disconnect on a UD type QP should not modify QP to error
since this is a shared QP. The disconnect should be treated
as a NOP on the UD type QP and only be transitioned during
the QP destroy (dat_ep_free).

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