commit | 325abead6cc7ef50572c53b1adc4d2442234b50f | [log] [tgz] |
---|---|---|
author | Vipul Pandya <vipul@chelsio.com> | Mon Jan 07 13:11:53 2013 +0000 |
committer | Roland Dreier <roland@purestorage.com> | Thu Feb 14 15:51:56 2013 -0800 |
tree | 59f77611c4b59024635f7c03128e828b2af03192 | |
parent | 1557967bf921e787f0c9236c2899603d85f44d31 [diff] |
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 <vipul@chelsio.com> Signed-off-by: Roland Dreier <roland@purestorage.com>