commit | 4e56ea794ec8636991e21942fc2e0d071ea8ee1d | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Tue Jun 13 17:19:42 2006 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Sat Jun 17 20:37:20 2006 -0700 |
tree | eb03f5a3246c69fdaf6dd485395b13d33aef158d | |
parent | 13aa6ecb47990cfc78e20e347fdd3f1df6189426 [diff] |
IB/mthca: memfree completion with error FW bug workaround Memfree firmware is in rare cases reporting WQE index == base - 1 in receive completion with error, instead of (rq size - 1); base is 0 in mthca. Here is a patch to avoid kernel crash and report a correct WR id in this case. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>