From: Roland Dreier Date: Fri, 26 Oct 2007 20:44:25 +0000 (-0700) Subject: IPoIB/cm: Fix receive QP cleanup X-Git-Tag: v2.6.24-rc2~71^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f60f8f54c5e2391f0b7c38dccd7b00d83587ab;p=pandora-kernel.git IPoIB/cm: Fix receive QP cleanup Commit 1b524963 ("IPoIB/cm: Use common CQ for CM send completions") changed how the high-order bits of work request IDs were used, which had the effect that IPOIB_CM_RX_DRAIN_WRID was no longer handled as a connected mode receive completion. This leads to the messages ib1: cm send completion event with wrid 1073741823 (> 64) ib1: RX drain timing out when an interface with connected mode QPs is brought down. Fix this by making sure that both IPOIB_OP_CM and IPOIB_OP_RECV are set in IPOIB_CM_RX_DRAIN_WRID. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed