commit | 3e28c56b9b67347b42ba06f9a9373b408902beee | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@dev.mellanox.co.il> | Mon May 14 07:26:51 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Mon May 14 14:10:34 2007 -0700 |
tree | a1aad69f682c6f76e989dd871dcc2e954d0ae5ab | |
parent | 6c719f5c6c823901fac2d46b83db5a69ba7e9152 [diff] |
IB/mthca: Fix posting >255 recv WRs for Tavor Fix posting lists of > 255 receive WRs for Tavor: rq.next_ind must be updated each doorbell, otherwise the next doorbell will use an incorrect index. Found by Ronni Zimmermann at Mellanox. Signed-off-by: Michael S. Tsirkin <mst@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>