commit | 7013696a5f5ccd0d847d5e8b841d0b0b312277c8 | [log] [tgz] |
---|---|---|
author | Jack Morgenstein <jackm@dev.mellanox.co.il> | Sun Nov 26 09:10:19 2006 +0200 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:08 2006 -0800 |
tree | a8d25a81d80f8d2087ee1fc4c7fca319231ae4b5 | |
parent | 2771e9ed4702e46c3f4c305eb2e047c251c2ad2b [diff] |
IB/mthca: Fix initial SRQ logsize for mem-free HCAs When initializing an mthca SRQ, the log_srq_size field should be the log of the number of SRQ WQEs, not the log of the number of bytes in the SRQ. This affects only mthca drivers for memfree HCAs which set the initial srq wqe counter (in the SW2HW transition) to a non-zero value. Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>