From: Vipul Pandya Date: Mon, 7 Jan 2013 13:11:53 +0000 (+0000) Subject: RDMA/cxgb4: Keep QP referenced until TID released X-Git-Tag: v3.9-rc1~72^2^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325abead6cc7ef50572c53b1adc4d2442234b50f;p=pandora-kernel.git RDMA/cxgb4: Keep QP referenced until TID released The driver is currently releasing the last ref on the QP too early. This can cause bus errors due to HW still fetching WRs from the HW queue. The fix is to keep a qp ref until we release the HW TID. Signed-off-by: Vipul Pandya Signed-off-by: Roland Dreier --- Reading git-diff-tree failed