commit | 1711386c62c97f7fb086a2247d44cdb1f8867640 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Thu May 01 11:13:50 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:56 2008 -0500 |
tree | 4f4f70ada8683fe1e8884493469355acd2633790 | |
parent | 0905c0f0a2346516ecd12f0a4f33dca571b0dccd [diff] |
svcrdma: Move the QP and cm_id destruction to svc_rdma_free Move the destruction of the QP and CM_ID to the free path so that the QP cleanup code doesn't race with the dto_tasklet handling flushed WR. The QP reference is not needed because we now have a reference for every WR. Also add a guard in the SQ and RQ completion handlers to ignore calls generated by some providers when the QP is destroyed. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>