commit | ca5c76aba7502d52a6019358ec04bd4d734037d7 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Jun 23 17:18:00 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Wed Jun 28 14:21:44 2017 -0400 |
tree | 657fe7bdd07b1dcf53352f59133c19106c46d3d8 | |
parent | 3c22f326074d2306041b0c5c9df516464349564d [diff] |
svcrdma: Improve Reply chunk sanity checking Identify malformed transport headers and unsupported chunk combinations as early as possible. - Ensure that segment lengths are not crazy. - Ensure that the Reply chunk's segment count is not crazy. With a 1KB inline threshold, the largest number of Write segments that can be conveyed is about 60 (for a RDMA_NOMSG Reply message). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>