From: Steve Wise Date: Tue, 29 Apr 2008 20:46:51 +0000 (-0700) Subject: RDMA/cxgb3: Correctly serialize peer abort path X-Git-Tag: v2.6.26-rc1~354^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=989a1780698c65dfe093a6aa89ceeff84c31f528;p=pandora-kernel.git RDMA/cxgb3: Correctly serialize peer abort path Open MPI and other stress testing exposed a few bad bugs in handling aborts in the middle of a normal close. Fix these by: - serializing abort reply and peer abort processing with disconnect processing - warning (and ignoring) if ep timer is stopped when it wasn't running - cleaning up disconnect path to correctly deal with aborting and dead endpoints - in iwch_modify_qp(), taking a ref on the ep before releasing the qp lock if iwch_ep_disconnect() will be called. The ref is dropped after calling disconnect. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed