commit | 1457edc72d187f452be1374c7d9281f1dfa16f32 | [log] [tgz] |
---|---|---|
author | Joachim Fenkes <fenkes@de.ibm.com> | Mon Dec 10 12:20:57 2007 +0100 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Dec 12 14:09:43 2007 -0800 |
tree | 1f50a120763471dc4ba7a95249de41c2c27400eb | |
parent | 4af75653031c6d454b4ace47c1536f0d2e727e3e [diff] |
IB/ehca: Return correct number of SGEs for SRQ Firmware would round up the number of SGEs to four, because the WQE structure holds four SGEs. For SRQ, only three are supported, so return a fixed value instead. Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>