commit | ded8d19641a605232ab48f5d27f542648beba3cc | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sun Apr 09 13:06:57 2017 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Apr 25 17:25:55 2017 -0400 |
tree | 8152393c9a9373dd1b43cc3ebba1756792135984 | |
parent | f5821c76b2c9c2fb98b276c0bf6a101bfe9050a3 [diff] |
svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxt The sge array in struct svc_rdma_op_ctxt is no longer used for sending RDMA Write WRs. It need only accommodate the construction of Send and Receive WRs. The maximum inline size is the largest payload it needs to handle now. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: J. Bruce Fields <bfields@redhat.com>