commit | a03d9f94cc54199bf681729b16ba649d7206369e | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed Apr 09 09:38:27 2014 -0500 |
committer | Roland Dreier <roland@purestorage.com> | Fri Apr 11 11:36:08 2014 -0700 |
tree | e2bebbff12cd98b99d2e8110cdd1a4b8af5afea9 | |
parent | b4e2901c52cc79f287e2b25804e029880e5e4b07 [diff] |
RDMA/cxgb4: Max fastreg depth depends on DSGL support The max depth of a fastreg mr depends on whether the device supports DSGL or not. So compute it dynamically based on the device support and the module use_dsgl option. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <roland@purestorage.com>