diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2016-05-02 14:40:48 -0400 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2016-05-17 15:47:57 -0400 |
commit | 29c554227aeec48cde5c22f911e51763f096e125 (patch) | |
tree | 56015ecbc381615db5c4370ad104f54a52cd17d2 /Documentation | |
parent | 6b26cc8c8ead3636a18bfd9489984983f4ddd6f4 (diff) |
xprtrdma: Bound the inline threshold values
Currently the sysctls that allow setting the inline threshold allow
any value to be set.
Small values only make the transport run slower. The default 1KB
setting is as low as is reasonable. And the logic that decides how
to divide a Send buffer between RPC-over-RDMA header and RPC message
assumes (but does not check) that the lower bound is not crazy (say,
57 bytes).
Send and receive buffers share a page with some control information.
Values larger than about 3KB can't be supported, currently.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Tested-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions