From: Don Wood Date: Sun, 6 Sep 2009 03:36:38 +0000 (-0700) Subject: RDMA/nes: Use flush mechanism to set status for wqe in error X-Git-Tag: v2.6.32-rc1~736^2~1^8~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b281faec3ad00f7fb00080078321e4d819795eb;p=pandora-kernel.git RDMA/nes: Use flush mechanism to set status for wqe in error When an asynchronous event occurs that requires a terminate, it is sometimes possible to identify the wqe in error. This change uses flush to get this information to the poll routine. The flush operation puts the status into the cqe. If this information is not available, it continues to use the more generic flush code as before. Signed-off-by: Don Wood Signed-off-by: Roland Dreier --- Reading git-diff-tree failed