commit | 3026c19a14ba71ccd4dc4925abab9395ea12839c | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed May 27 14:43:39 2009 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed May 27 14:43:39 2009 -0700 |
tree | 9264da66d2ab516b7ffdf310d2cf5ac078cc4415 | |
parent | 7ab1a2b31d4a8b4f519ccff5a84c53a5b87fd1be [diff] |
RDMA/cxgb3: Limit fast register size based on T3 limitations T3 firmware only supports one WRs worth of page list for fast register work requests. The driver currently allows 2 WRs worth, which doesn't work for T3, so reduce the limit in the driver. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>