commit | 0fc6c4e7bb287148eb5e949efd89327929d4841d | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Wed May 28 10:32:00 2014 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jun 04 08:56:33 2014 -0400 |
tree | 5f750b1249c2107df15b28a1ed98c696dafa6480 | |
parent | b5968725f46d9535e908689bd04bf676f71138bb [diff] |
xprtrdma: mind the device's max fast register page list depth Some rdma devices don't support a fast register page list depth of at least RPCRDMA_MAX_DATA_SEGS. So xprtrdma needs to chunk its fast register regions according to the minimum of the device max supported depth or RPCRDMA_MAX_DATA_SEGS. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>